/*
Theme Name: NitroBerry Theme
Theme URI: https://nitroberry.com
Author: NitroBerry
Description: NitroBerry marketing theme
Version: 2.0.0
*/
:root {
  --nb-bg: #07111f;
  --nb-bg-dark: #0b1627;
  --nb-bg-soft: linear-gradient(180deg, #091321 0%, #0d182a 100%);
  --nb-text: #e8eef8;
  --nb-text-muted: #aac0d8;
  --nb-text-dark: #132235;
  --nb-text-dark-soft: #304156;
  --nb-white: #ffffff;
  --nb-primary: #0ea5e9;
  --nb-primary-hover: #0284c7;
  --nb-primary-soft: #7dd3fc;
  --nb-border-light: #d7e2ee;
  --nb-border-soft: #edf2f7;
  --nb-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
  --nb-shadow-lg: 0 18px 60px rgba(0, 0, 0, 0.24);
  --nb-radius: 20px;
  --nb-radius-sm: 16px;
  --nb-radius-pill: 999px;
}

.nb-home-page,
.nb-product-page,
.nb-solutions-page,
.nb-industries-page,
.nb-pricing-page,
.nb-about-page,
.nb-security-page,
.nb-case-page,
.nb-faq-page,
.nb-support-page,
.nb-contact-page {
  background: var(--nb-bg);
  color: var(--nb-text);
}

/* Shared hero */
.nb-home-hero,
.nb-product-hero,
.nb-solutions-hero,
.nb-industries-hero,
.nb-pricing-hero,
.nb-about-hero,
.nb-security-hero,
.nb-case-hero,
.nb-faq-hero,
.nb-support-hero,
.nb-contact-hero {
  padding: 120px 0 70px;
  background:
    radial-gradient(circle at top right, rgba(14, 165, 233, 0.18), transparent 32%),
    linear-gradient(180deg, #08111f 0%, #0b1627 100%);
}

.nb-home-hero__inner,
.nb-product-hero__inner,
.nb-solutions-hero__inner,
.nb-industries-hero__inner,
.nb-pricing-hero__inner,
.nb-about-hero__inner,
.nb-security-hero__inner,
.nb-case-hero__inner,
.nb-faq-hero__inner,
.nb-support-hero__inner,
.nb-contact-hero__inner {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

.nb-home-eyebrow,
.nb-product-eyebrow,
.nb-solutions-eyebrow,
.nb-industries-eyebrow,
.nb-pricing-eyebrow,
.nb-about-eyebrow,
.nb-security-eyebrow,
.nb-case-eyebrow,
.nb-faq-eyebrow,
.nb-support-eyebrow,
.nb-contact-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--nb-primary-soft);
}

.nb-home-title,
.nb-product-title,
.nb-solutions-title,
.nb-industries-title,
.nb-pricing-title,
.nb-about-title,
.nb-security-title,
.nb-case-title,
.nb-faq-title,
.nb-support-title,
.nb-contact-title {
  margin: 0 0 18px;
  font-size: clamp(2.3rem, 4vw, 4rem);
  line-height: 1.08;
  font-weight: 800;
  color: #ffffff;
}

.nb-home-subtitle,
.nb-product-subtitle,
.nb-solutions-subtitle,
.nb-industries-subtitle,
.nb-pricing-subtitle,
.nb-about-subtitle,
.nb-security-subtitle,
.nb-case-subtitle,
.nb-faq-subtitle,
.nb-contact-subtitle {
  margin: 0 auto;
  max-width: 760px;
  font-size: 1.08rem;
  line-height: 1.75;
  color: var(--nb-text-muted);
}

.nb-home-hero-actions,
.nb-product-hero-actions,
.nb-solutions-hero-actions,
.nb-industries-hero-actions,
.nb-pricing-hero-actions,
.nb-about-hero-actions,
.nb-security-hero-actions,
.nb-case-hero-actions,
.nb-faq-hero-actions,
.nb-support-hero-actions,
.nb-contact-hero-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

/* Shared sections */
.nb-home-section,
.nb-product-section,
.nb-solutions-section,
.nb-industries-section,
.nb-pricing-section,
.nb-about-section,
.nb-security-section,
.nb-case-section,
.nb-faq-section,
.nb-support-section,
.nb-contact-main {
  padding: 90px 0;
}

.nb-home-section--dark,
.nb-product-section--dark,
.nb-solutions-section--dark,
.nb-industries-section--dark,
.nb-pricing-section--dark,
.nb-about-section--dark,
.nb-security-section--dark,
.nb-case-section--dark,
.nb-faq-section--dark,
.nb-support-section--dark {
  background: var(--nb-bg-dark);
}

.nb-home-section--soft,
.nb-solutions-section--soft,
.nb-industries-section--soft,
.nb-pricing-section--soft,
.nb-about-section--soft,
.nb-security-section--soft,
.nb-case-section--soft,
.nb-faq-section--soft,
.nb-support-section--soft {
  background: var(--nb-bg-soft);
}

/* Shared section heading */
.nb-home-section-head,
.nb-product-section-head,
.nb-solutions-section-head,
.nb-industries-section-head,
.nb-pricing-section-head,
.nb-about-section-head,
.nb-security-section-head,
.nb-case-section-head,
.nb-faq-section-head,
.nb-support-section-head {
  max-width: 820px;
  margin: 0 auto 40px;
  text-align: center;
}

.nb-home-section-head h2,
.nb-product-section-head h2,
.nb-solutions-section-head h2,
.nb-industries-section-head h2,
.nb-pricing-section-head h2,
.nb-about-section-head h2,
.nb-security-section-head h2,
.nb-case-section-head h2,
.nb-faq-section-head h2,
.nb-support-section-head h2 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.15;
  color: #fff;
}

.nb-home-section-head p,
.nb-product-section-head p,
.nb-solutions-section-head p,
.nb-industries-section-head p,
.nb-pricing-section-head p,
.nb-about-section-head p,
.nb-security-section-head p,
.nb-case-section-head p,
.nb-faq-section-head p,
.nb-support-section-head p {
  margin: 0;
  color: var(--nb-text-muted);
  line-height: 1.75;
  font-size: 1.04rem;
}

/* Shared buttons */
.nb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: var(--nb-radius-pill);
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
}

.nb-btn-primary {
  background: var(--nb-primary);
  color: #fff;
}

.nb-btn-primary:hover {
  background: var(--nb-primary-hover);
  color: #fff;
}

.nb-btn-secondary {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.18);
}

.nb-btn-secondary:hover {
  background: rgba(255,255,255,0.06);
  color: #fff;
}

.nb-btn-secondary-dark {
  background: transparent;
  color: var(--nb-text-dark);
  border: 1px solid var(--nb-border-light);
}

.nb-btn-secondary-dark:hover {
  background: #f4f8fc;
  color: var(--nb-text-dark);
}

/* Shared cards */
.nb-home-card,
.nb-product-card,
.nb-solutions-card,
.nb-role-card,
.nb-industries-card,
.nb-industry-card,
.nb-pricing-card,
.nb-plan-card,
.nb-about-card,
.nb-security-card,
.nb-case-card,
.nb-case-story-card,
.nb-contact-card,
.nb-support-card,
.nb-home-panel-card,
.nb-solutions-panel-card,
.nb-industries-panel-card,
.nb-pricing-panel-card,
.nb-about-panel-card,
.nb-security-panel-card,
.nb-case-panel-card,
.nb-faq-panel-card,
.nb-dashboard-card,
.nb-outcome-card {
  background: #ffffff;
  color: var(--nb-text-dark);
  border-radius: var(--nb-radius);
  padding: 28px;
  box-shadow: var(--nb-shadow);
}

.nb-home-card--dark,
.nb-role-card--dark,
.nb-industry-card--dark,
.nb-about-card--dark,
.nb-security-card--dark,
.nb-case-story-card--dark,
.nb-support-card--dark {
  background: #111c31;
  color: var(--nb-text);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: none;
}

.nb-home-card h3,
.nb-product-card h3,
.nb-solutions-card h3,
.nb-role-card h3,
.nb-industries-card h3,
.nb-industry-card h3,
.nb-pricing-card h3,
.nb-plan-card h3,
.nb-about-card h3,
.nb-security-card h3,
.nb-case-card h3,
.nb-case-story-card h3,
.nb-contact-card h2,
.nb-contact-card h3,
.nb-support-card h2,
.nb-support-card h3,
.nb-home-panel-card h3,
.nb-solutions-panel-card h3,
.nb-industries-panel-card h3,
.nb-pricing-panel-card h3,
.nb-about-panel-card h3,
.nb-security-panel-card h3,
.nb-case-panel-card h3,
.nb-faq-panel-card h3 {
  margin-top: 0;
  margin-bottom: 12px;
}

.nb-home-card p,
.nb-product-card p,
.nb-solutions-card p,
.nb-role-card p,
.nb-industries-card p,
.nb-industry-card p,
.nb-pricing-card p,
.nb-plan-card p,
.nb-about-card p,
.nb-security-card p,
.nb-case-card p,
.nb-case-story-card p,
.nb-contact-card p,
.nb-support-card p,
.nb-home-panel-card p,
.nb-solutions-panel-card p,
.nb-industries-panel-card p,
.nb-pricing-panel-card p,
.nb-about-panel-card p,
.nb-security-panel-card p,
.nb-case-panel-card p,
.nb-faq-panel-card p {
  margin: 0;
  line-height: 1.7;
}

/* Shared lists */
.nb-home-list,
.nb-role-list,
.nb-industry-list,
.nb-plan-list,
.nb-about-list,
.nb-security-list,
.nb-case-list,
.nb-check-list,
.nb-contact-list,
.nb-support-list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.nb-home-list li,
.nb-role-list li,
.nb-industry-list li,
.nb-plan-list li,
.nb-about-list li,
.nb-security-list li,
.nb-case-list li,
.nb-check-list li,
.nb-contact-list li,
.nb-support-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  line-height: 1.6;
}

.nb-home-list li::before,
.nb-role-list li::before,
.nb-industry-list li::before,
.nb-plan-list li::before,
.nb-about-list li::before,
.nb-security-list li::before,
.nb-case-list li::before,
.nb-check-list li::before,
.nb-contact-list li::before,
.nb-support-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--nb-primary);
  font-weight: 700;
}

.nb-home-list--darktext li,
.nb-role-list--darktext li,
.nb-industry-list--darktext li,
.nb-plan-list--darktext li,
.nb-about-list--darktext li,
.nb-security-list--darktext li,
.nb-case-list--darktext li {
  color: var(--nb-text-dark-soft);
}

/* Shared FAQ */
.nb-home-faq-item,
.nb-faq-item {
  background: #ffffff;
  color: var(--nb-text-dark);
  border-radius: var(--nb-radius);
  box-shadow: var(--nb-shadow);
  overflow: hidden;
}

.nb-home-faq-item summary,
.nb-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 24px 28px;
  font-size: 1.05rem;
  font-weight: 700;
  position: relative;
  line-height: 1.5;
}

.nb-home-faq-item summary::-webkit-details-marker,
.nb-faq-item summary::-webkit-details-marker {
  display: none;
}

.nb-home-faq-item summary::after,
.nb-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  color: var(--nb-primary);
  font-weight: 700;
}

.nb-home-faq-item[open] summary::after,
.nb-faq-item[open] summary::after {
  content: "–";
}

.nb-home-faq-answer,
.nb-faq-answer {
  padding: 0 28px 24px;
  border-top: 1px solid var(--nb-border-soft);
}

.nb-home-faq-answer p,
.nb-faq-answer p {
  margin: 16px 0 0;
  line-height: 1.75;
  color: var(--nb-text-dark-soft);
}

/* Pricing toggle */
.nb-billing-toggle {
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
}

.nb-toggle-btn {
  border: 0;
  background: transparent;
  color: #d6e3f3;
  font-weight: 700;
  padding: 10px 16px;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.nb-toggle-btn.active {
  background: var(--nb-primary);
  color: #fff;
}

.nb-save-badge {
  display: inline-block;
  margin-left: 6px;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(14, 165, 233, 0.14);
  color: var(--nb-primary-soft);
  font-size: 0.75rem;
  font-weight: 700;
}

/* Contact form */
.nb-contact-form-wrap input[type="text"],
.nb-contact-form-wrap input[type="email"],
.nb-contact-form-wrap input[type="tel"],
.nb-contact-form-wrap input[type="url"],
.nb-contact-form-wrap select,
.nb-contact-form-wrap textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--nb-border-light);
  border-radius: 12px;
  background: #f8fbff;
  color: #0f172a;
  font-size: 1rem;
  line-height: 1.5;
  box-sizing: border-box;
}

.nb-contact-form-wrap textarea {
  min-height: 150px;
  resize: vertical;
}

.nb-contact-form-wrap .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border: 0;
  border-radius: 999px;
  background: var(--nb-primary);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
}

.nb-contact-form-wrap .wpcf7-submit:hover {
  background: var(--nb-primary-hover);
}

/* Common responsive */
@media (max-width: 991px) {
  .nb-home-hero,
  .nb-product-hero,
  .nb-solutions-hero,
  .nb-industries-hero,
  .nb-pricing-hero,
  .nb-about-hero,
  .nb-security-hero,
  .nb-case-hero,
  .nb-faq-hero,
  .nb-contact-hero {
    padding-top: 95px;
  }
}

@media (max-width: 767px) {
  .nb-home-title,
  .nb-product-title,
  .nb-solutions-title,
  .nb-industries-title,
  .nb-pricing-title,
  .nb-about-title,
  .nb-security-title,
  .nb-case-title,
  .nb-faq-title,
  .nb-contact-title {
    font-size: 2rem;
  }

  .nb-home-card,
  .nb-product-card,
  .nb-solutions-card,
  .nb-role-card,
  .nb-industries-card,
  .nb-industry-card,
  .nb-pricing-card,
  .nb-plan-card,
  .nb-about-card,
  .nb-security-card,
  .nb-case-card,
  .nb-case-story-card,
  .nb-contact-card,
  .nb-home-panel-card,
  .nb-solutions-panel-card,
  .nb-industries-panel-card,
  .nb-pricing-panel-card,
  .nb-about-panel-card,
  .nb-security-panel-card,
  .nb-case-panel-card,
  .nb-faq-panel-card,
  .nb-dashboard-card,
  .nb-outcome-card {
    padding: 22px;
  }

  .nb-btn {
    width: 100%;
  }

  .nb-home-faq-item summary,
  .nb-faq-item summary {
    padding: 20px 22px;
    font-size: 1rem;
  }

  .nb-home-faq-answer,
  .nb-faq-answer {
    padding: 0 22px 20px;
  }
}

.nb-home-hero__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 36px;
  align-items: center;
}

.nb-home-proof-bar {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.nb-home-proof-bar span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  color: #d7e5f3;
  font-size: 0.92rem;
}

.nb-dashboard-card {
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.24);
  border-radius: 24px;
  padding: 26px;
}

.nb-dashboard-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.nb-dashboard-card__top strong {
  font-size: 1.15rem;
  color: #0f172a;
}

.nb-dashboard-card__top span {
  padding: 7px 10px;
  border-radius: 999px;
  background: #eef6ff;
  color: #0ea5e9;
  font-size: 0.82rem;
  font-weight: 700;
}

.nb-metric-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 18px;
}

.nb-metric-box {
  padding: 16px;
  border-radius: 16px;
  background: #f7fbff;
  border: 1px solid #e6eef7;
}

.nb-metric-label {
  font-size: 0.86rem;
  color: #5b6b7f;
  margin-bottom: 8px;
}

.nb-metric-value {
  font-size: 1.5rem;
  font-weight: 800;
  color: #0f172a;
}

.nb-status-list {
  display: grid;
  gap: 12px;
}

.nb-status-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #304156;
  font-size: 0.95rem;
}

.nb-status-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  flex-shrink: 0;
}

.nb-status-dot--blue { background: #0ea5e9; }
.nb-status-dot--green { background: #10b981; }
.nb-status-dot--orange { background: #f59e0b; }

.nb-home-card-grid {
  display: grid;
  gap: 22px;
}

.nb-home-card-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

.nb-home-card-grid--4 {
  grid-template-columns: repeat(4, 1fr);
}

.nb-home-process {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: start;
}

.nb-home-process__content h2 {
  margin: 0 0 16px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.12;
  color: #fff;
}

.nb-home-process__content p {
  margin: 0 0 26px;
  color: #aac0d8;
  line-height: 1.75;
}

.nb-home-steps {
  display: grid;
  gap: 16px;
}

.nb-home-step {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 18px 20px;
}

.nb-home-step strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
}

.nb-home-step span {
  color: #b7c8dd;
  line-height: 1.65;
}

.nb-outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.nb-outcome-card {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 120px;
}

.nb-outcome-card strong {
  font-size: 1.08rem;
  line-height: 1.5;
}

.nb-home-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.nb-home-cta {
  padding: 90px 0 100px;
}

.nb-home-cta__inner {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.nb-home-cta__inner h2 {
  margin: 0 0 16px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.12;
  color: #fff;
}

.nb-home-cta__inner p {
  margin: 0 auto;
  max-width: 720px;
  color: #aac0d8;
  line-height: 1.75;
}

@media (max-width: 991px) {
  .nb-home-hero__grid,
  .nb-home-card-grid--3,
  .nb-home-card-grid--4,
  .nb-home-process,
  .nb-outcome-grid,
  .nb-home-faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .nb-metric-grid {
    grid-template-columns: 1fr;
  }
}