/* =============================================
   noticedCorp — style.css
   Enterprise blue & white theme
   No emojis. Clean, bold, professional.
============================================= */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
  background: #ffffff;
  color: #0d1b3e;
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

a { text-decoration: none; color: inherit; }

/* === UTILITY === */
.container { max-width: 1140px; margin: 0 auto; padding: 0 2.5rem; }

.label {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #0055ff;
  margin-bottom: 1rem;
}

h2.heading {
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.15;
  color: #0d1b3e;
  margin-bottom: 1.2rem;
  letter-spacing: -0.5px;
}

h2.heading.light { color: #ffffff; }

p.subtext {
  font-size: 1.05rem;
  color: #5a6e9a;
  line-height: 1.7;
  max-width: 540px;
}

p.subtext.light { color: rgba(255,255,255,0.72); }

.btn {
  display: inline-block;
  padding: 0.9rem 2.2rem;
  border-radius: 5px;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.2px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.18s ease;
  white-space: nowrap;
}

.btn-primary { background: #0055ff; color: #fff; border-color: #0055ff; }
.btn-primary:hover { background: #0044dd; border-color: #0044dd; }

.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,0.5); }
.btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,0.08); }

.btn-outline { background: transparent; color: #0055ff; border-color: #0055ff; }
.btn-outline:hover { background: #0055ff; color: #fff; }

.btn-dark { background: #0d1b3e; color: #fff; border-color: #0d1b3e; }
.btn-dark:hover { background: #162550; border-color: #162550; }

/* === NAVIGATION === */
nav {
  position: sticky; top: 0; z-index: 200;
  background: rgba(255,255,255,0.97);
  border-bottom: 1px solid #e4ecff;
  backdrop-filter: blur(12px);
}

nav .container {
  display: flex; align-items: center; justify-content: space-between; height: 72px;
}

.nav-logo {
  font-size: 1.35rem; font-weight: 900; color: #0d1b3e; letter-spacing: -0.5px;
}
.nav-logo span { color: #0055ff; }

.nav-links {
  list-style: none; display: flex; align-items: center; gap: 2.8rem;
  font-size: 0.88rem; font-weight: 500;
}
.nav-links a { color: #3a4a6e; transition: color 0.15s; }
.nav-links a:hover { color: #0055ff; }

.nav-cta {
  background: #0055ff; color: #fff !important;
  padding: 0.6rem 1.4rem; border-radius: 5px; font-weight: 700;
  transition: background 0.15s !important;
}
.nav-cta:hover { background: #0044dd !important; }

/* === HERO === */
.hero {
  background: #0d1b3e;
  padding: 9rem 0 8rem;
  position: relative;
  overflow: hidden;
}

.hero-bg-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(0,85,255,0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,85,255,0.07) 1px, transparent 1px);
  background-size: 60px 60px;
}

.hero-bg-glow {
  position: absolute;
  top: -200px; right: -100px;
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(0,85,255,0.18) 0%, transparent 65%);
  pointer-events: none;
}

.hero .container { position: relative; z-index: 1; }

.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 0.6rem;
  background: rgba(0,85,255,0.15);
  border: 1px solid rgba(0,85,255,0.3);
  color: #7eb8ff;
  padding: 0.45rem 1.1rem; border-radius: 4px;
  font-size: 0.78rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  margin-bottom: 2rem;
}

.hero-eyebrow::before {
  content: '';
  width: 6px; height: 6px; border-radius: 50%;
  background: #0055ff;
  box-shadow: 0 0 6px #0055ff;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

.hero h1 {
  font-size: 4.2rem; font-weight: 900; line-height: 1.08;
  color: #ffffff; max-width: 750px;
  margin-bottom: 1.8rem; letter-spacing: -1.5px;
}

.hero h1 .accent { color: #4d94ff; }

.hero-desc {
  font-size: 1.15rem; color: rgba(255,255,255,0.65);
  max-width: 560px; margin-bottom: 3rem; line-height: 1.75;
}

.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 5rem; }

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 3rem;
  max-width: 560px;
}

.hero-metric { padding-right: 2.5rem; }
.hero-metric:not(:last-child) { border-right: 1px solid rgba(255,255,255,0.1); margin-right: 2.5rem; }

.hero-metric-num {
  font-size: 2.4rem; font-weight: 900; color: #fff;
  letter-spacing: -1px; line-height: 1;
}
.hero-metric-num span { color: #4d94ff; }
.hero-metric-label {
  font-size: 0.78rem; color: rgba(255,255,255,0.45);
  text-transform: uppercase; letter-spacing: 1.5px; margin-top: 0.4rem;
}

/* === MARQUEE TRUST BAR === */
.trust-bar {
  background: #f4f7ff;
  border-top: 1px solid #e0e8ff;
  border-bottom: 1px solid #e0e8ff;
  padding: 1.2rem 0;
  overflow: hidden;
}

.trust-bar-inner {
  display: flex; align-items: center; gap: 3rem;
  justify-content: center; flex-wrap: wrap;
}

.trust-label {
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 2.5px; text-transform: uppercase;
  color: #8a9abb; white-space: nowrap;
}

.trust-divider { width: 1px; height: 18px; background: #ccd8f0; }

.trust-items { display: flex; gap: 2.5rem; flex-wrap: wrap; align-items: center; }

.trust-item {
  font-size: 0.85rem; font-weight: 600; color: #2a3a5e;
  display: flex; align-items: center; gap: 0.5rem;
}

.trust-item::before {
  content: '';
  width: 5px; height: 5px; border-radius: 50%;
  background: #0055ff; flex-shrink: 0;
}

/* === SERVICES === */
.services { padding: 7rem 0; background: #fff; }

.section-header { margin-bottom: 4rem; }
.section-header.centered { text-align: center; }
.section-header.centered .subtext { margin: 0 auto; }

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5px;
  background: #e0e8ff;
  border: 1.5px solid #e0e8ff;
  border-radius: 12px;
  overflow: hidden;
}

.service-card {
  background: #fff;
  padding: 2.5rem 2rem;
  transition: background 0.2s;
  position: relative;
}

.service-card:hover { background: #f6f9ff; }

.service-card.featured { background: #0055ff; }
.service-card.featured:hover { background: #0044dd; }

.service-tag {
  display: inline-block;
  background: #eef3ff;
  color: #0055ff;
  font-size: 0.7rem; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  padding: 0.3rem 0.75rem; border-radius: 3px;
  margin-bottom: 1.5rem;
}

.service-card.featured .service-tag {
  background: rgba(255,255,255,0.15);
  color: #fff;
}

.service-num {
  font-size: 0.72rem; font-weight: 700; color: #c0ccdd;
  letter-spacing: 2px; margin-bottom: 0.5rem;
}

.service-card.featured .service-num { color: rgba(255,255,255,0.5); }

.service-card h3 {
  font-size: 1.15rem; font-weight: 800;
  color: #0d1b3e; margin-bottom: 0.75rem;
}

.service-card.featured h3 { color: #fff; }

.service-card p {
  font-size: 0.9rem; color: #5a6e9a; line-height: 1.65; margin-bottom: 1.5rem;
}

.service-card.featured p { color: rgba(255,255,255,0.75); }

.service-items { list-style: none; margin-bottom: 2rem; }

.service-items li {
  font-size: 0.85rem; color: #5a6e9a;
  padding: 0.4rem 0;
  border-bottom: 1px solid #f0f4fc;
  display: flex; align-items: center; gap: 0.6rem;
}

.service-card.featured .service-items li {
  color: rgba(255,255,255,0.75);
  border-bottom-color: rgba(255,255,255,0.12);
}

.service-items li::before {
  content: '';
  width: 4px; height: 4px; border-radius: 50%;
  background: #0055ff; flex-shrink: 0;
}

.service-card.featured .service-items li::before { background: rgba(255,255,255,0.6); }

.service-link {
  font-size: 0.85rem; font-weight: 700; color: #0055ff;
  display: flex; align-items: center; gap: 0.4rem;
  transition: gap 0.15s;
}

.service-link::after { content: '→'; }
.service-link:hover { gap: 0.7rem; }

.service-card.featured .service-link { color: #fff; }

/* === PACKAGES GRID === */
.packages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  align-items: start;
  padding-top: 0.5rem;
}

.package-card {
  background: #fff;
  border: 1.5px solid #e0e8ff;
  border-radius: 16px;
  padding: 3.5rem 2.8rem;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.package-card:hover {
  border-color: #0055ff;
  box-shadow: 0 12px 40px rgba(0,85,255,0.1);
  transform: translateY(-4px);
}

.package-card.pkg-featured {
  background: #0d1b3e;
  border-color: #0055ff;
  box-shadow: 0 20px 60px rgba(0,85,255,0.22);
  transform: translateY(-12px);
}

.package-card.pkg-featured:hover {
  transform: translateY(-16px);
  box-shadow: 0 28px 70px rgba(0,85,255,0.3);
}

.pkg-badge {
  position: absolute;
  top: -1px; left: 50%;
  transform: translateX(-50%);
  background: #0055ff;
  color: #fff;
  font-size: 0.68rem; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  padding: 0.35rem 1.3rem;
  border-radius: 0 0 8px 8px;
  white-space: nowrap;
}

.pkg-num {
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 3px; color: #c0ccdd;
  margin-bottom: 0.5rem;
}

.pkg-featured .pkg-num { color: rgba(255,255,255,0.3); }

.pkg-name {
  font-size: 2rem; font-weight: 900;
  color: #0d1b3e; letter-spacing: -0.5px;
  margin-bottom: 2rem;
}

.pkg-featured .pkg-name { color: #fff; }

.pkg-price-wrap {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #e0e8ff;
}

.pkg-featured .pkg-price-wrap { border-bottom-color: rgba(255,255,255,0.12); }

.pkg-price {
  font-size: 4rem; font-weight: 900;
  color: #0d1b3e; letter-spacing: -2px; line-height: 1;
  display: flex; align-items: flex-start; gap: 0.1rem;
}

.pkg-price sup {
  font-size: 1.4rem; margin-top: 0.6rem; font-weight: 700;
}

.pkg-price span {
  font-size: 2rem; align-self: flex-end; margin-bottom: 0.2rem;
}

.pkg-featured .pkg-price { color: #fff; }

.pkg-price-note {
  font-size: 0.83rem; color: #8a9abb; margin-top: 0.7rem;
}

.pkg-featured .pkg-price-note { color: rgba(255,255,255,0.45); }

.pkg-features {
  list-style: none;
  display: flex; flex-direction: column;
  gap: 1.1rem; flex: 1;
  margin-bottom: 2.8rem;
}

.pkg-features li {
  display: flex; align-items: center; gap: 1rem;
  font-size: 0.94rem; color: #3a4a6e; line-height: 1.5;
}

.pkg-featured .pkg-features li { color: rgba(255,255,255,0.8); }

.pkg-features li::before {
  content: '';
  width: 22px; height: 22px; min-width: 22px;
  border-radius: 50%;
  background: rgba(0,85,255,0.1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8'%3E%3Cpath d='M1 4l2.5 2.5L9 1' stroke='%230055ff' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.pkg-featured .pkg-features li::before {
  background-color: rgba(0,85,255,0.3);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8'%3E%3Cpath d='M1 4l2.5 2.5L9 1' stroke='%234d94ff' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.pkg-btn { width: 100%; text-align: center; }

/* === HOW IT WORKS === */
.process { padding: 7rem 0; background: #f4f7ff; }

.process-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
}

.process-steps { display: flex; flex-direction: column; gap: 0; }

.process-step {
  display: flex; gap: 1.5rem;
  padding: 2rem 0;
  border-bottom: 1px solid #e0e8ff;
  position: relative;
}

.process-step:first-child { padding-top: 0; }
.process-step:last-child { border-bottom: none; padding-bottom: 0; }

.step-indicator {
  display: flex; flex-direction: column; align-items: center; flex-shrink: 0;
}

.step-circle {
  width: 44px; height: 44px;
  border: 2px solid #0055ff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.85rem; font-weight: 800; color: #0055ff;
}

.step-line {
  width: 1px; background: #d0dcf5;
  flex: 1; margin: 6px 0;
}

.process-step:last-child .step-line { display: none; }

.step-body h3 {
  font-size: 1.05rem; font-weight: 700;
  color: #0d1b3e; margin-bottom: 0.4rem; margin-top: 0.6rem;
}

.step-body p { font-size: 0.92rem; color: #5a6e9a; line-height: 1.65; }

.process-panel {
  background: #0d1b3e;
  border-radius: 14px;
  padding: 3rem;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.process-panel::before {
  content: '';
  position: absolute; top: 0; right: 0;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(0,85,255,0.25) 0%, transparent 70%);
}

.panel-heading {
  font-size: 1.5rem; font-weight: 800;
  margin-bottom: 0.4rem; color: #fff; position: relative; z-index: 1;
}

.panel-heading span { color: #4d94ff; }

.panel-sub {
  font-size: 0.88rem; color: rgba(255,255,255,0.5);
  margin-bottom: 2.5rem; position: relative; z-index: 1;
}

.panel-feature {
  display: flex; align-items: center; gap: 1rem;
  padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,0.08);
  font-size: 0.92rem; font-weight: 500; position: relative; z-index: 1;
}

.panel-feature:last-child { border-bottom: none; }

.panel-feature-icon {
  width: 32px; height: 32px; min-width: 32px;
  background: rgba(0,85,255,0.2);
  border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
}

.panel-feature-icon::after {
  content: '';
  width: 8px; height: 8px; border-radius: 50%;
  background: #4d94ff;
}

/* === WHO WE BUILD FOR === */
.industries { padding: 7rem 0; background: #fff; }

.industry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #e0e8ff;
  border: 1px solid #e0e8ff;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 3.5rem;
}

.industry-card {
  background: #fff;
  padding: 2rem 1.8rem;
  transition: background 0.2s;
  position: relative;
}

.industry-card:hover { background: #f6f9ff; }

.industry-card::before {
  content: '';
  display: block;
  width: 28px; height: 3px;
  background: #0055ff;
  border-radius: 2px;
  margin-bottom: 1.2rem;
  transition: width 0.2s;
}

.industry-card:hover::before { width: 44px; }

.industry-card h3 {
  font-size: 0.98rem; font-weight: 700;
  color: #0d1b3e; margin-bottom: 0.5rem;
}

.industry-card p { font-size: 0.85rem; color: #5a6e9a; line-height: 1.6; }

/* === WHY US === */
.why-us { padding: 7rem 0; background: #f4f7ff; }

.why-us-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
}

.why-us-list { display: flex; flex-direction: column; gap: 2rem; margin-top: 2.5rem; }

.why-item { display: flex; gap: 1.4rem; align-items: flex-start; }

.why-icon {
  width: 42px; height: 42px; min-width: 42px;
  background: #fff;
  border: 1.5px solid #d0dcf5;
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
}

.why-icon::after {
  content: '';
  width: 14px; height: 14px;
  background: #0055ff;
  clip-path: polygon(0 50%, 35% 100%, 100% 0, 35% 65%);
}

.why-item h3 { font-size: 0.98rem; font-weight: 700; color: #0d1b3e; margin-bottom: 0.3rem; }
.why-item p { font-size: 0.9rem; color: #5a6e9a; line-height: 1.65; }

.why-us-visual {
  background: #0d1b3e;
  border-radius: 14px;
  overflow: hidden;
}

.visual-header {
  background: #0055ff;
  padding: 2rem 2.5rem;
}

.visual-header h3 { font-size: 1.3rem; font-weight: 800; color: #fff; margin-bottom: 0.3rem; }
.visual-header p { font-size: 0.85rem; color: rgba(255,255,255,0.7); }

.visual-body { padding: 2rem 2.5rem; }

.visual-stat-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 1.1rem 0; border-bottom: 1px solid rgba(255,255,255,0.07);
  font-size: 0.9rem;
}

.visual-stat-row:last-child { border-bottom: none; }
.visual-stat-label { color: rgba(255,255,255,0.55); }
.visual-stat-value { color: #fff; font-weight: 700; }
.visual-stat-tag {
  font-size: 0.72rem; font-weight: 700;
  background: rgba(0,85,255,0.25); color: #7eb8ff;
  padding: 0.2rem 0.6rem; border-radius: 3px;
}

/* === TESTIMONIALS === */
.testimonials { padding: 7rem 0; background: #fff; }

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 4rem;
}

.testimonial-card {
  background: #fff;
  border: 1.5px solid #e0e8ff;
  border-radius: 12px;
  padding: 2.5rem;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
  display: flex; flex-direction: column; gap: 1.5rem;
}

.testimonial-card:hover {
  border-color: #0055ff;
  box-shadow: 0 10px 32px rgba(0,85,255,0.1);
  transform: translateY(-4px);
}

.testimonial-rating {
  display: flex; gap: 3px;
}

.star {
  width: 14px; height: 14px;
  background: #0055ff;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.testimonial-quote {
  font-size: 0.95rem; color: #3a4a6e;
  line-height: 1.75; flex: 1; font-style: italic;
}

.testimonial-author {
  display: flex; align-items: center; gap: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid #edf1fb;
}

.author-avatar {
  width: 44px; height: 44px; min-width: 44px;
  background: #0055ff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.78rem; font-weight: 800; color: #fff; letter-spacing: 0.5px;
}

.author-name { font-size: 0.92rem; font-weight: 700; color: #0d1b3e; }
.author-role { font-size: 0.8rem; color: #8a9abb; margin-top: 0.1rem; }

/* === CTA BAND === */
.cta-band { background: #0055ff; padding: 5rem 0; }

.cta-band-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 3rem; flex-wrap: wrap;
}

.cta-band h2 {
  font-size: 2.2rem; font-weight: 900;
  color: #fff; letter-spacing: -0.5px;
  line-height: 1.2; margin-bottom: 0.6rem;
}

.cta-band p { font-size: 1rem; color: rgba(255,255,255,0.75); max-width: 460px; }

.cta-band-actions { display: flex; gap: 1rem; flex-wrap: wrap; flex-shrink: 0; }

.cta-band .btn-dark { background: #0d1b3e; border-color: #0d1b3e; }
.cta-band .btn-dark:hover { background: #162550; border-color: #162550; }

/* === PRICING === */
.pricing { padding: 7rem 0; background: #0d1b3e; text-align: center; }

.pricing .label { color: #4d94ff; }
.pricing h2.heading { color: #fff; }
.pricing p.subtext { color: rgba(255,255,255,0.6); margin: 0 auto 3.5rem; }

.pricing-card {
  display: inline-block;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  padding: 3.5rem;
  max-width: 440px;
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.pricing-card::before {
  content: ''; position: absolute;
  top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, #0055ff, #4d94ff);
}

.pricing-tier {
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 3px; text-transform: uppercase;
  color: #4d94ff; margin-bottom: 1.5rem;
}

.pricing-amount {
  font-size: 5rem; font-weight: 900; color: #fff;
  letter-spacing: -2px; line-height: 1;
  display: flex; align-items: flex-start; gap: 0.2rem;
}

.pricing-amount sup { font-size: 1.8rem; margin-top: 0.8rem; font-weight: 700; }

.pricing-desc { font-size: 0.88rem; color: rgba(255,255,255,0.45); margin: 1rem 0 2rem; }

.pricing-divider { height: 1px; background: rgba(255,255,255,0.1); margin-bottom: 2rem; }

.pricing-features { list-style: none; display: flex; flex-direction: column; gap: 0.9rem; margin-bottom: 2.5rem; }

.pricing-features li {
  display: flex; align-items: center; gap: 0.9rem;
  font-size: 0.92rem; color: rgba(255,255,255,0.8);
}

.pricing-features li::before {
  content: '';
  width: 18px; height: 18px; min-width: 18px;
  background: rgba(0,85,255,0.25);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8'%3E%3Cpath d='M1 4l2.5 2.5L9 1' stroke='%234d94ff' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.pricing-card .btn-primary { width: 100%; text-align: center; }

/* === FAQ === */
.faq { padding: 7rem 0; background: #fff; }

.faq-layout {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 6rem;
  align-items: start;
}

.faq-intro .btn-outline { margin-top: 2.5rem; display: inline-block; }

.faq-accordion {
  border: 1.5px solid #e0e8ff;
  border-radius: 12px;
  overflow: hidden;
}

.faq-item { border-bottom: 1px solid #edf1fb; }
.faq-item:last-child { border-bottom: none; }

.faq-q {
  width: 100%; background: none; border: none;
  padding: 1.4rem 1.8rem;
  display: flex; justify-content: space-between; align-items: center; gap: 1.5rem;
  text-align: left; font-family: inherit;
  font-size: 0.95rem; font-weight: 600; color: #0d1b3e;
  cursor: pointer; transition: background 0.15s;
}

.faq-q:hover { background: #f6f9ff; }

.faq-q-icon {
  width: 24px; height: 24px; min-width: 24px;
  border: 1.5px solid #d0dcf5;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; color: #0055ff; transition: transform 0.2s, background 0.2s;
  flex-shrink: 0;
}

.faq-item.open .faq-q-icon {
  transform: rotate(45deg);
  background: #0055ff; border-color: #0055ff; color: #fff;
}

.faq-a { display: none; padding: 0 1.8rem 1.4rem; }
.faq-item.open .faq-a { display: block; }
.faq-a p { font-size: 0.92rem; color: #5a6e9a; line-height: 1.75; }

/* === CONTACT === */
.contact { padding: 7rem 0; background: #f4f7ff; }

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 6rem;
  align-items: start;
}

.contact-info h2 { margin-bottom: 1rem; }
.contact-info p.subtext { margin-bottom: 2.5rem; }

.contact-details { display: flex; flex-direction: column; gap: 1.2rem; }

.contact-item {
  display: flex; align-items: center; gap: 1rem;
  font-size: 0.92rem; font-weight: 600; color: #0d1b3e;
}

.contact-item-icon {
  width: 40px; height: 40px;
  background: #0055ff; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
}

.contact-item-icon svg { width: 18px; height: 18px; fill: #fff; }

.contact-form-card {
  background: #fff;
  border-radius: 14px;
  padding: 3rem;
  box-shadow: 0 8px 36px rgba(0,40,120,0.08);
}

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }

.form-field { display: flex; flex-direction: column; gap: 0.45rem; margin-bottom: 1rem; }

.form-field label {
  font-size: 0.78rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.8px;
  color: #2a3a5e;
}

.form-field input,
.form-field select,
.form-field textarea {
  padding: 0.85rem 1.1rem;
  border: 1.5px solid #e0e8ff;
  border-radius: 7px;
  font-size: 0.92rem; font-family: inherit;
  color: #0d1b3e; background: #fafcff;
  transition: border-color 0.15s, box-shadow 0.15s;
  width: 100%;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: #0055ff;
  box-shadow: 0 0 0 3px rgba(0,85,255,0.1);
  background: #fff;
}

.form-field textarea { height: 130px; resize: vertical; }
.form-submit { width: 100%; padding: 1.05rem; font-size: 0.95rem; border-radius: 7px; }

/* === FOOTER === */
footer {
  background: #070f22;
  padding: 2.5rem 0;
  color: #5a6e9a;
  font-size: 0.88rem;
}

footer .container {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 1.2rem;
}

.footer-logo { font-size: 1.2rem; font-weight: 900; color: #fff; }
.footer-logo span { color: #4d94ff; }

.footer-links { display: flex; gap: 2.5rem; }
.footer-links a { transition: color 0.15s; }
.footer-links a:hover { color: #fff; }

/* === HERO 2-COLUMN === */
.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.hero-inner .hero-metrics { max-width: 100%; }

/* === BROWSER MOCKUP === */
.hero-visual { position: relative; padding: 2rem 1.5rem; }

.mockup-browser {
  background: #1a2a50;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 40px 80px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.05);
}

.mockup-bar {
  background: #0d1b3e;
  padding: 0.7rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.mockup-dots { display: flex; gap: 0.35rem; }

.mockup-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  display: inline-block;
}

.mockup-dot.red    { background: #ff5f57; }
.mockup-dot.yellow { background: #ffbd2e; }
.mockup-dot.green  { background: #28c840; }

.mockup-url-bar {
  flex: 1;
  background: rgba(255,255,255,0.06);
  border-radius: 4px;
  padding: 0.28rem 0.75rem;
  font-size: 0.68rem;
  color: rgba(255,255,255,0.35);
  text-align: center;
  letter-spacing: 0.3px;
}

.mockup-screen { background: #f4f7ff; }

.mockup-nav-strip {
  background: #fff;
  height: 34px;
  border-bottom: 1px solid #e0e8ff;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  gap: 1rem;
}

.mockup-nav-strip::before {
  content: '';
  width: 55px; height: 7px;
  background: #0d1b3e;
  border-radius: 4px;
}

.mockup-nav-strip::after {
  content: '';
  flex: 1; height: 5px;
  background: linear-gradient(90deg, #e0e8ff 35%, transparent);
  border-radius: 3px;
}

.mockup-hero-block {
  background: #0d1b3e;
  padding: 1.4rem 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.mockup-line {
  height: 7px;
  background: rgba(255,255,255,0.18);
  border-radius: 4px;
}

.mockup-line.w80 { width: 80%; }
.mockup-line.w55 { width: 55%; }
.mockup-line.w40 { width: 40%; }

.mockup-cta-row {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.4rem;
}

.mockup-cta-btn {
  width: 75px; height: 20px;
  background: #0055ff;
  border-radius: 3px;
}

.mockup-cta-ghost {
  width: 75px; height: 20px;
  border: 1.5px solid rgba(255,255,255,0.25);
  border-radius: 3px;
}

.mockup-cards-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  padding: 0.8rem;
  background: #f4f7ff;
}

.mockup-mini-card {
  height: 52px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #e0e8ff;
}

.mockup-mini-card.blue {
  background: #0d1b3e;
  border-color: #0055ff;
}

/* Floating badges */
.hero-badge {
  position: absolute;
  background: #fff;
  border-radius: 10px;
  padding: 0.65rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  box-shadow: 0 8px 30px rgba(0,40,120,0.18);
  border: 1px solid #e0e8ff;
}

.badge-1 { top: 0; right: 0; }
.badge-2 { bottom: 0; left: 0; }

.hbadge-icon {
  width: 32px; height: 32px; min-width: 32px;
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
}

.hbadge-dot { background: rgba(0,85,255,0.1); }
.hbadge-dot::after {
  content: '';
  width: 10px; height: 10px;
  border-radius: 50%;
  background: #0055ff;
}

.hbadge-check { background: rgba(40,200,100,0.1); }
.hbadge-check::after {
  content: '';
  width: 14px; height: 14px;
  background: #28c864;
  clip-path: polygon(0 50%, 35% 100%, 100% 0, 35% 65%);
}

.hbadge-val {
  font-size: 0.88rem; font-weight: 800;
  color: #0d1b3e; line-height: 1;
}

.hbadge-label {
  font-size: 0.68rem; color: #8a9abb;
  margin-top: 0.15rem;
}

/* === STRIPE PAY BUTTON === */
.btn-stripe-pay {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  width: 100%;
  padding: 0.85rem 1rem;
  background: #635bff;
  color: #fff;
  border-radius: 7px;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  margin-top: 0.75rem;
  transition: background 0.18s, transform 0.15s, box-shadow 0.18s;
  border: none;
  cursor: pointer;
  letter-spacing: 0.1px;
}

.btn-stripe-pay:hover {
  background: #4f46e5;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(99,91,255,0.35);
}

.pkg-featured .btn-stripe-pay {
  background: #fff;
  color: #635bff;
}

.pkg-featured .btn-stripe-pay:hover {
  background: #f0eeff;
  box-shadow: 0 6px 20px rgba(255,255,255,0.2);
}

/* === PAYMENT CARD ICONS === */
.pkg-cards {
  display: flex;
  gap: 0.4rem;
  justify-content: center;
  margin-top: 0.85rem;
  flex-wrap: wrap;
}

.card-icon {
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  padding: 0.22rem 0.5rem;
  border-radius: 3px;
  border: 1px solid #d0dcf5;
  color: #5a6e9a;
  background: #fff;
}

.pkg-featured .card-icon {
  border-color: rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.55);
  background: transparent;
}

/* === TESTIMONIAL QUOTE MARKS === */
.testimonial-quote::before {
  content: '\201C';
  display: block;
  font-size: 4.5rem;
  line-height: 0.75;
  color: #dce8ff;
  font-family: Georgia, 'Times New Roman', serif;
  margin-bottom: 0.4rem;
}

/* === GENERAL REFINEMENTS === */
.testimonial-card {
  background: #fafcff;
}

.testimonial-card:hover {
  background: #fff;
}

.services { border-bottom: 1px solid #eef2fc; }

section.process,
section.why-us {
  position: relative;
}

/* === RESPONSIVE === */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .services-grid { grid-template-columns: 1fr; }
  .packages-grid { grid-template-columns: 1fr; }
  .package-card.pkg-featured { transform: none; }
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .why-us-grid { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; gap: 3rem; }
  .faq-layout { grid-template-columns: 1fr; gap: 3rem; }
  .cta-band-inner { flex-direction: column; }
  .hero h1 { font-size: 2.8rem; }
  .hero-metrics { grid-template-columns: 1fr; gap: 1.5rem; }
  .hero-metric:not(:last-child) { border-right: none; margin-right: 0; }
}

@media (max-width: 640px) {
  .nav-links { display: none; }
  .hero h1 { font-size: 2.2rem; }
  h2.heading { font-size: 2rem; }
  .form-row { grid-template-columns: 1fr; }
  .pricing-card { padding: 2rem 1.5rem; }
}
