/*
 * Novo Insure — Light Novo OS theme
 * Shared presentation layer only. No application data or business logic lives here.
 */

:root {
  --novo-violet-700: #5b21b6;
  --novo-violet-600: #6d28d9;
  --novo-violet-500: #7c3aed;
  --novo-blue-600: #2563eb;
  --novo-blue-500: #3b82f6;
  --novo-cyan-500: #06b6d4;
  --novo-ink: #111b3c;
  --novo-text: #334155;
  --novo-muted: #64748b;
  --novo-canvas: #f7f9ff;
  --novo-surface: #ffffff;
  --novo-surface-soft: #f2f5ff;
  --novo-border: #e2e8f5;
  --novo-border-strong: #cdd7ee;
  --novo-gradient: linear-gradient(120deg, #6d28d9 0%, #2563eb 58%, #06b6d4 100%);
  --novo-gradient-soft: linear-gradient(135deg, rgba(109, 40, 217, .10), rgba(37, 99, 235, .07) 58%, rgba(6, 182, 212, .08));
  --novo-shadow-sm: 0 8px 24px rgba(31, 48, 94, .08);
  --novo-shadow-md: 0 18px 48px rgba(31, 48, 94, .12);
  --novo-radius-sm: 12px;
  --novo-radius-md: 18px;
  --novo-radius-lg: 26px;
}

html {
  color-scheme: light;
  scroll-padding-top: 124px;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--novo-ink) !important;
  background: var(--novo-canvas) !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
}

a,
button,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(37, 99, 235, .30) !important;
  outline-offset: 3px;
}

::selection {
  color: #fff;
  background: var(--novo-violet-600);
}

/* Shared header */
.novo-hdr-wrapper {
  --novo-hdr-announcement-height: 36px;
  --novo-hdr-header-height: 74px;
  --novo-hdr-primary: var(--novo-violet-600);
  --novo-hdr-primary-dark: var(--novo-violet-700);
  --novo-hdr-secondary: var(--novo-blue-600);
  --novo-hdr-gradient-primary: var(--novo-gradient);
  position: relative;
  z-index: 1100;
}

.novo-hdr-announcement {
  height: 36px !important;
  background: var(--novo-gradient) !important;
  box-shadow: none !important;
}

.novo-hdr-topbar {
  max-width: 1320px !important;
  padding: 0 24px !important;
}

.novo-hdr-topbar-link {
  width: 26px !important;
  height: 26px !important;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .10) !important;
}

.novo-hdr-topbar-link:hover {
  color: var(--novo-violet-700) !important;
  background: #fff !important;
}

.novo-hdr-topbar-cta {
  border-color: rgba(255, 255, 255, .24) !important;
  background: rgba(255, 255, 255, .12) !important;
}

.novo-hdr-main {
  top: 36px !important;
  height: 74px !important;
  border-bottom: 1px solid rgba(205, 215, 238, .78) !important;
  background: rgba(255, 255, 255, .94) !important;
  box-shadow: 0 10px 32px rgba(31, 48, 94, .06);
}

.novo-hdr-main.novo-hdr-scrolled {
  background: rgba(255, 255, 255, .98) !important;
  box-shadow: 0 14px 38px rgba(31, 48, 94, .12) !important;
}

.novo-hdr-container {
  max-width: 1320px !important;
  padding: 0 24px !important;
  gap: 24px !important;
}

.novo-hdr-logo-img {
  width: 126px !important;
  height: 60px !important;
  max-width: 126px !important;
  object-fit: contain !important;
  filter: none !important;
}

.novo-hdr-nav-menu {
  gap: 3px !important;
  padding: 4px !important;
  border: 1px solid var(--novo-border) !important;
  background: var(--novo-surface-soft) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9) !important;
}

.novo-hdr-nav-link {
  min-height: 40px;
  padding: 9px 16px !important;
  color: var(--novo-text) !important;
  font-size: 14px !important;
}

.novo-hdr-nav-link:hover {
  color: var(--novo-violet-700) !important;
  background: #fff;
}

.novo-hdr-nav-link.novo-hdr-active {
  color: #fff !important;
  background: var(--novo-gradient) !important;
  box-shadow: 0 7px 18px rgba(91, 33, 182, .22) !important;
}

.novo-hdr-mobile-menu {
  top: 110px !important;
  background: rgba(247, 249, 255, .98) !important;
}

.novo-hdr-drawer {
  color: var(--novo-ink) !important;
  background: #fff !important;
}

.novo-hdr-form-input,
.novo-hdr-form-select,
.novo-hdr-form-textarea {
  border-color: var(--novo-border) !important;
  background: #fbfcff !important;
}

/* Homepage canvas and spacing */
.animated-bg {
  opacity: .75;
  animation-duration: 32s !important;
}

.container {
  width: min(100% - 40px, 1280px) !important;
  max-width: 1280px !important;
  padding-inline: 0 !important;
}

section {
  padding-block: clamp(56px, 7vw, 92px) !important;
}

.hero {
  min-height: 790px !important;
  padding: 174px 0 72px !important;
  background:
    radial-gradient(circle at 85% 16%, rgba(124, 58, 237, .13), transparent 30%),
    radial-gradient(circle at 12% 78%, rgba(6, 182, 212, .10), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f7f9ff 100%);
}

.hero-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr) !important;
  gap: clamp(42px, 6vw, 82px) !important;
}

.shape {
  opacity: .09 !important;
  filter: blur(88px) !important;
}

.floating-badge {
  min-height: 38px;
  padding: 5px 14px 5px 6px !important;
  border: 1px solid rgba(109, 40, 217, .14) !important;
  color: var(--novo-violet-700);
  background: rgba(255, 255, 255, .88) !important;
  box-shadow: 0 9px 28px rgba(91, 33, 182, .10) !important;
  font-size: .73rem !important;
  letter-spacing: .08em;
}

.badge-icon {
  width: 28px !important;
  height: 28px !important;
  color: #fff;
  animation: none !important;
}

.hero-title {
  max-width: 760px;
  margin-bottom: 24px !important;
  color: var(--novo-ink);
  font-size: clamp(3rem, 5vw, 5.35rem) !important;
  line-height: .98 !important;
  letter-spacing: -.055em !important;
}

.hero-title .line + .line {
  margin-top: .10em;
}

.hero-subtitle {
  max-width: 650px !important;
  margin-bottom: 30px !important;
  color: var(--novo-text) !important;
  font-size: clamp(1rem, 1.4vw, 1.18rem) !important;
  line-height: 1.72 !important;
}

.hero-metrics {
  width: fit-content;
  gap: 0 !important;
  margin-bottom: 32px !important;
  padding: 15px 18px;
  border: 1px solid var(--novo-border);
  border-radius: var(--novo-radius-md);
  background: rgba(255, 255, 255, .76);
  box-shadow: var(--novo-shadow-sm);
}

.metric {
  min-width: 132px;
  padding: 0 18px;
}

.metric:first-child {
  padding-left: 0;
}

.metric + .metric {
  border-left: 1px solid var(--novo-border);
}

.metric-value {
  font-size: clamp(1.8rem, 3vw, 2.35rem) !important;
}

.metric-label {
  color: var(--novo-muted) !important;
  font-size: .78rem !important;
}

.btn {
  min-height: 52px;
  padding: 14px 22px !important;
  border-radius: 14px !important;
  font-size: .95rem !important;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease !important;
}

.btn-primary {
  background: var(--novo-gradient) !important;
  box-shadow: 0 12px 28px rgba(91, 33, 182, .24) !important;
}

.btn-secondary {
  border: 1px solid var(--novo-border-strong) !important;
  color: var(--novo-violet-700) !important;
  background: #fff !important;
  box-shadow: var(--novo-shadow-sm) !important;
}

.btn:hover {
  transform: translateY(-2px) !important;
}

.image-stack {
  height: clamp(430px, 48vw, 570px) !important;
}

.main-image,
.about-image {
  border: 1px solid rgba(255, 255, 255, .9) !important;
  border-radius: var(--novo-radius-lg) !important;
  box-shadow: 0 26px 70px rgba(31, 48, 94, .18) !important;
}

.image-overlay {
  inset: -12px !important;
  border-radius: 34px !important;
  opacity: .12 !important;
  animation: none !important;
}

.about,
.why-novo,
.testimonials,
.novo-news-section,
.testimonials-section,
.novo-ins-section,
.novo-contact-anchor {
  background: var(--novo-canvas) !important;
}

.who-we-serve,
.how-it-works {
  background: #fff !important;
}

.about-grid {
  gap: clamp(40px, 7vw, 90px) !important;
}

.about-content h2,
.section-title {
  color: var(--novo-ink) !important;
  font-size: clamp(2.15rem, 4vw, 3.55rem) !important;
  line-height: 1.08 !important;
}

.about-content p,
.section-subtitle,
.serve-content p,
.step-card p,
.why-card p {
  color: var(--novo-muted) !important;
}

.section-tag {
  border: 1px solid rgba(109, 40, 217, .13);
  color: var(--novo-violet-700) !important;
  background: var(--novo-gradient-soft) !important;
}

.serve-card,
.step-card,
.why-card,
.testimonial-card,
.novo-news-section-card {
  border: 1px solid var(--novo-border) !important;
  border-radius: var(--novo-radius-md) !important;
  background: #fff !important;
  box-shadow: 0 9px 30px rgba(31, 48, 94, .07) !important;
}

.serve-card:hover,
.step-card:hover,
.why-card:hover,
.testimonial-card:hover,
.novo-news-section-card:hover {
  border-color: rgba(109, 40, 217, .28) !important;
  box-shadow: var(--novo-shadow-md) !important;
  transform: translateY(-5px) !important;
}

.serve-image {
  height: 245px !important;
}

.step-number,
.why-icon {
  background: var(--novo-gradient) !important;
  box-shadow: 0 10px 24px rgba(91, 33, 182, .18) !important;
}

.why-icon {
  width: 66px !important;
  height: 66px !important;
  font-size: 1.7rem !important;
}

.novo-contact-anchor {
  display: block;
  margin: 0;
  padding: clamp(56px, 7vw, 88px) 0 !important;
}

.compact-contact-wrapper {
  padding: 0 20px !important;
  background: transparent !important;
}

.compact-card {
  max-width: 1180px !important;
  margin-inline: auto !important;
  overflow: hidden;
  border: 1px solid var(--novo-border) !important;
  border-radius: var(--novo-radius-lg) !important;
  background: #fff !important;
  box-shadow: var(--novo-shadow-md) !important;
}

.compact-sidebar {
  background: var(--novo-gradient) !important;
}

.compact-form-panel input,
.compact-form-panel select,
.compact-form-panel textarea,
.newsletter-form input {
  min-height: 48px;
  border: 1px solid var(--novo-border) !important;
  border-radius: 12px !important;
  color: var(--novo-ink) !important;
  background: #fbfcff !important;
}

.compact-form-panel input:focus,
.compact-form-panel select:focus,
.compact-form-panel textarea:focus,
.newsletter-form input:focus {
  border-color: var(--novo-blue-500) !important;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, .10) !important;
}

.novo-news-section__inner {
  width: min(100% - 40px, 1280px) !important;
  max-width: 1280px !important;
}

.novo-news-section__header h2 {
  color: var(--novo-ink) !important;
  font-size: clamp(2rem, 4vw, 3rem) !important;
  letter-spacing: -.035em;
}

.novo-news-section__view-all {
  border: 1px solid var(--novo-border-strong) !important;
  color: var(--novo-violet-700) !important;
  background: #fff !important;
}

.testimonials-section {
  padding-block: clamp(56px, 7vw, 92px) !important;
}

[class^="psc-"][class$="-wrapper"] {
  color: var(--novo-ink) !important;
  background: linear-gradient(180deg, #fff 0%, var(--novo-surface-soft) 100%) !important;
}

[class^="psc-"][class$="-badge"] {
  color: var(--novo-violet-700) !important;
  background: rgba(109, 40, 217, .08) !important;
}

/* Footer — light surface with gradient accents */
.footer {
  position: relative !important;
  inset: auto !important;
  border-top: 1px solid var(--novo-border) !important;
  color: var(--novo-text) !important;
  background: #fff !important;
  padding: 72px 0 28px !important;
}

.footer::before {
  height: 4px !important;
  background: var(--novo-gradient) !important;
}

.footer .container {
  width: min(100% - 40px, 1280px) !important;
}

.footer-grid {
  gap: 48px 36px !important;
}

.footer-col h3,
.footer-col h4 {
  color: var(--novo-violet-700) !important;
  text-shadow: none !important;
}

.footer-col h3::after {
  height: 3px !important;
  border-radius: 99px;
  background: var(--novo-gradient) !important;
}

.footer p,
.footer .company-description,
.footer .contact-details p,
.footer-col-4 > p {
  color: var(--novo-muted) !important;
  text-shadow: none !important;
}

.footer a,
.footer-links a,
.contact-details a,
.footer-bottom a {
  color: var(--novo-text) !important;
  text-shadow: none !important;
}

.footer a:hover,
.footer-links a:hover,
.contact-details a:hover,
.footer-bottom a:hover {
  color: var(--novo-violet-700) !important;
}

.newsletter-form {
  border: 1px solid var(--novo-border);
  border-radius: 14px !important;
  background: var(--novo-surface-soft) !important;
}

.gradient-btn {
  min-height: 44px;
  border-radius: 10px !important;
  background: var(--novo-gradient) !important;
  box-shadow: 0 8px 22px rgba(91, 33, 182, .20) !important;
}

.social-media a {
  border: 1px solid var(--novo-border) !important;
  color: var(--novo-violet-700) !important;
  background: var(--novo-surface-soft) !important;
  box-shadow: none !important;
}

.social-media a:hover {
  color: #fff !important;
  background: var(--novo-gradient) !important;
}

.footer-bottom {
  border-top-color: var(--novo-border) !important;
}

.wa-btn {
  width: 56px !important;
  height: 56px !important;
  border: 4px solid #fff;
  box-shadow: 0 12px 30px rgba(21, 128, 61, .25) !important;
}

/* Office announcement follows the same surface language */
.nvm-overlay {
  background: rgba(17, 27, 60, .42) !important;
}

.nvm-card {
  border-radius: var(--novo-radius-lg) !important;
  box-shadow: 0 32px 90px rgba(17, 27, 60, .30) !important;
}

@media (max-width: 1100px) {
  .novo-hdr-nav-link {
    padding-inline: 12px !important;
  }

  .novo-hdr-nav-icon {
    display: none;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(330px, .78fr) !important;
    gap: 38px !important;
  }

  .hero-title {
    font-size: clamp(2.8rem, 6vw, 4.3rem) !important;
  }
}

@media (max-width: 768px) {
  html {
    scroll-padding-top: 104px;
  }

  .novo-hdr-wrapper {
    --novo-hdr-announcement-height: 34px;
    --novo-hdr-header-height: 66px;
  }

  .novo-hdr-announcement {
    height: 34px !important;
  }

  .novo-hdr-main {
    top: 34px !important;
    height: 66px !important;
  }

  .novo-hdr-mobile-menu {
    top: 100px !important;
  }

  .novo-hdr-logo-img {
    width: 104px !important;
    height: 52px !important;
  }

  .container {
    width: min(100% - 32px, 1280px) !important;
  }

  .hero {
    min-height: auto !important;
    padding: 140px 0 64px !important;
  }

  .hero-grid {
    grid-template-columns: 1fr !important;
  }

  .hero-title {
    font-size: clamp(2.55rem, 12vw, 4rem) !important;
  }

  .hero-visual {
    order: -1;
  }

  .image-stack {
    height: clamp(300px, 78vw, 440px) !important;
  }

  .hero-metrics {
    width: 100%;
    justify-content: space-between;
  }

  .metric {
    min-width: 0;
    flex: 1;
    padding-inline: 12px;
  }

  .metric-label {
    line-height: 1.35;
  }

  .about-grid {
    grid-template-columns: 1fr !important;
  }

  .about-image-wrapper {
    order: -1;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 520px) {
  .novo-hdr-topbar-social a:nth-child(n+3) {
    display: none;
  }

  .novo-hdr-topbar-cta span {
    font-size: 11px;
  }

  .hero-metrics {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-inline: 10px;
  }

  .metric-value {
    font-size: 1.45rem !important;
  }

  .metric-label {
    font-size: .68rem !important;
  }

  .footer-grid {
    grid-template-columns: 1fr !important;
  }

  .wa-float {
    right: 16px !important;
    bottom: 16px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .fade-in {
    opacity: 1 !important;
    transform: none !important;
  }
}

@media print {
  .novo-hdr-wrapper,
  .wa-float,
  .nvm-overlay {
    display: none !important;
  }

  body,
  section,
  .footer {
    color: #000 !important;
    background: #fff !important;
  }
}
/* Shared conversion CTA */
.novo-public-cta{padding:72px 24px;background:#f7f9ff;color:#12213f}
.novo-public-cta__inner{width:min(1160px,100%);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:36px;padding:42px;border:1px solid #dfe5f3;border-radius:28px;background:radial-gradient(circle at 100% 0,rgba(6,182,212,.11),transparent 34%),radial-gradient(circle at 0 100%,rgba(124,58,237,.10),transparent 38%),#fff;box-shadow:0 22px 70px rgba(37,99,235,.08)}
.novo-public-cta__inner>div:first-child{max-width:720px}.novo-public-cta__eyebrow{display:block;margin-bottom:10px;color:#6d3de7;font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.novo-public-cta h2{margin:0 0 12px;color:#12213f;font-size:clamp(30px,4vw,48px);line-height:1.08;letter-spacing:-.035em}.novo-public-cta p{margin:0;color:#62708b;font-size:17px;line-height:1.7}
.novo-public-cta__actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.novo-public-cta__actions a{display:inline-flex;align-items:center;justify-content:center;padding:13px 22px;border-radius:999px;font-weight:800;text-decoration:none;white-space:nowrap}
.novo-public-cta__primary{background:linear-gradient(135deg,#7c3aed,#2563eb,#06b6d4);color:#fff}.novo-public-cta__secondary{background:#fff;border:1px solid #dce3f3;color:#253653}
@media(max-width:800px){.novo-public-cta__inner{align-items:flex-start;flex-direction:column;padding:30px 24px}.novo-public-cta__actions{justify-content:flex-start;width:100%}}@media(max-width:520px){.novo-public-cta{padding:52px 18px}.novo-public-cta__actions a{width:100%}}
