/* =============================================
   PRINTERTALES - CUSTOM STYLES
   Bootstrap 5 + Custom Premium Design
   ============================================= */

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

:root {
  --primary: #1a56db;
  --primary-dark: #1240a8;
  --primary-light: #3b82f6;
  --primary-pale: #eff6ff;
  --accent: #0a2a6e;
  --gradient: linear-gradient(135deg, #1a56db 0%, #0a2a6e 100%);
  --gradient-light: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  --dark: #0f172a;
  --dark-mid: #1e293b;
  --text: #334155;
  --text-light: #64748b;
  --border: #e2e8f0;
  --white: #ffffff;
  --off-white: #f8fafc;
  --success: #10b981;
  --warning: #f59e0b;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.08), 0 1px 2px rgba(0,0,0,0.06);
  --shadow: 0 4px 16px rgba(26,86,219,0.08);
  --shadow-lg: 0 20px 60px rgba(26,86,219,0.14);
  --radius: 16px;
  --radius-sm: 8px;
  --transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
}

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

body {
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background: var(--white);
  overflow-x: hidden;
  line-height: 1.65;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.25;
  color: var(--dark);
}

a { text-decoration: none; transition: var(--transition); }
img { max-width: 100%; }

/* ====== NAVBAR ====== */
.navbar-brand .brand-name {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: var(--primary) !important;
  letter-spacing: -0.5px;
}
.navbar-brand .brand-name span { color: var(--accent); }

.navbar-custom {
  background: rgba(255,255,255,0.95) !important;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  padding: 14px 0;
  transition: var(--transition);
}
.navbar-custom.scrolled {
  box-shadow: 0 4px 24px rgba(26,86,219,0.1);
  padding: 10px 0;
}
.nav-link {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: var(--text) !important;
  padding: 8px 14px !important;
  border-radius: 8px;
  transition: var(--transition);
}
.nav-link:hover, .nav-link.active {
  color: var(--primary) !important;
  background: var(--primary-pale);
}
.navbar-nav .btn-primary-nav {
  background: var(--primary);
  color: white !important;
  padding: 9px 22px !important;
  border-radius: 50px;
  font-weight: 600;
}
.navbar-nav .btn-primary-nav:hover {
  background: var(--primary-dark);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(26,86,219,0.35);
}

/* ====== HERO ====== */
.hero-section {
  background: var(--gradient);
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 100px 0 60px;
}
.hero-section::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M50 50c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10s-10-4.477-10-10 4.477-10 10-10zM10 10c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10S0 25.523 0 20s4.477-10 10-10z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero-orb {
  position: absolute;
  border-radius: 50%;
  opacity: 0.12;
}
.hero-orb-1 {
  width: 500px; height: 500px;
  background: white;
  top: -200px; right: -100px;
}
.hero-orb-2 {
  width: 300px; height: 300px;
  background: #60a5fa;
  bottom: -100px; left: 5%;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.15);
  color: white;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 24px;
  border: 1px solid rgba(255,255,255,0.2);
  backdrop-filter: blur(8px);
}
.hero-section h1 {
  font-size: clamp(36px, 5vw, 62px);
  font-weight: 800;
  color: white;
  margin-bottom: 22px;
  line-height: 1.1;
}
.hero-section h1 .highlight {
  color: #93c5fd;
  position: relative;
}
.hero-section p.lead {
  font-size: 18px;
  color: rgba(255,255,255,0.82);
  margin-bottom: 36px;
  line-height: 1.7;
}
.hero-stats {
  display: flex;
  gap: 36px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.15);
  margin-top: 36px;
}
.hero-stat h3 {
  font-size: 28px;
  color: white;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 2px;
}
.hero-stat p {
  font-size: 13px;
  color: rgba(255,255,255,0.65);
}
.hero-img-wrap {
  position: relative;
  z-index: 2;
}
.hero-card-float {
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 20px;
  padding: 32px;
  color: white;
}
.hero-card-float .icon-wrap {
  width: 56px; height: 56px;
  background: rgba(255,255,255,0.15);
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 24px;
  margin-bottom: 16px;
}

/* Floating badges */
.float-badge {
  position: absolute;
  background: white;
  border-radius: 14px;
  padding: 12px 18px;
  box-shadow: var(--shadow-lg);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  color: var(--dark);
  animation: floatBadge 3s ease-in-out infinite;
  z-index: 10;
}
.float-badge-1 { top: 10%; left: -20px; animation-delay: 0s; }
.float-badge-2 { bottom: 20%; right: -20px; animation-delay: 1.5s; }
@keyframes floatBadge {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* ====== SECTION STYLES ====== */
.section-pad { padding: 90px 0; }
.section-pad-sm { padding: 60px 0; }
.bg-light-blue { background: var(--off-white); }
.bg-gradient-light { background: var(--gradient-light); }
.bg-dark-section { background: var(--dark); }

.section-label {
  display: inline-block;
  background: var(--primary-pale);
  color: var(--primary);
  padding: 5px 16px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.section-title {
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}
.section-sub {
  font-size: 16px;
  color: var(--text-light);
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ====== BRAND LOGOS ====== */
.brand-card {
  background: white;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: 24px 20px;
  text-align: center;
  transition: var(--transition);
  cursor: pointer;
  text-decoration: none;
  display: block;
}
.brand-card:hover {
  border-color: var(--primary);
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}
.brand-card .brand-icon {
  font-size: 36px;
  margin-bottom: 12px;
  display: block;
}
.brand-card h5 {
  font-size: 15px;
  font-weight: 700;
  color: var(--dark);
  margin: 0;
}
.brand-card span {
  font-size: 12px;
  color: var(--text-light);
}

/* ====== SERVICE CARDS ====== */
.service-card {
  background: white;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 26px;
  transition: var(--transition);
  height: 100%;
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--gradient);
  transform: scaleX(0);
  transition: var(--transition);
  transform-origin: left;
}
.service-card:hover {
  box-shadow: var(--shadow-lg);
  border-color: transparent;
  transform: translateY(-5px);
}
.service-card:hover::before { transform: scaleX(1); }
.service-icon {
  width: 60px; height: 60px;
  background: var(--primary-pale);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: var(--primary);
  margin-bottom: 20px;
  transition: var(--transition);
}
.service-card:hover .service-icon {
  background: var(--gradient);
  color: white;
}
.service-card h4 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 700;
}
.service-card p {
  font-size: 14px;
  color: var(--text-light);
  line-height: 1.65;
  margin-bottom: 18px;
}
.service-link {
  color: var(--primary);
  font-weight: 600;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.service-link:hover { gap: 10px; color: var(--primary-dark); }

/* ====== HOW IT WORKS ====== */
.step-card {
  text-align: center;
  padding: 32px 20px;
  position: relative;
}
.step-number {
  width: 52px; height: 52px;
  background: var(--gradient);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 18px;
  margin: 0 auto 20px;
  position: relative;
  z-index: 2;
}
.step-connector {
  position: absolute;
  top: 58px;
  left: calc(50% + 40px);
  right: calc(-50% + 40px);
  height: 2px;
  background: var(--border);
  z-index: 1;
}
.step-card h5 { font-size: 17px; font-weight: 700; margin-bottom: 10px; }
.step-card p { font-size: 14px; color: var(--text-light); }

/* ====== WHY CHOOSE US ====== */
.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid var(--border);
}
.feature-item:last-child { border-bottom: none; }
.feature-icon-wrap {
  width: 48px; height: 48px;
  background: var(--primary-pale);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  color: var(--primary);
  font-size: 22px;
  flex-shrink: 0;
}
.feature-item h5 { font-size: 16px; font-weight: 700; margin-bottom: 4px; }
.feature-item p { font-size: 14px; color: var(--text-light); margin: 0; }

/* ====== TESTIMONIALS ====== */
.testimonial-card {
  background: white;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: 32px;
  position: relative;
  transition: var(--transition);
}
.testimonial-card:hover { box-shadow: var(--shadow-lg); }
.testimonial-card .quote-icon {
  font-size: 48px;
  color: var(--primary-pale);
  line-height: 1;
  font-family: Georgia, serif;
  margin-bottom: 8px;
  display: block;
}
.stars { color: #f59e0b; font-size: 15px; margin-bottom: 14px; letter-spacing: 2px; }
.testimonial-card p {
  font-size: 15px;
  color: var(--text);
  line-height: 1.75;
  font-style: italic;
  margin-bottom: 20px;
}
.reviewer-info { display: flex; align-items: center; gap: 12px; }
.reviewer-avatar {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--gradient);
  color: white;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 16px;
  font-family: 'Poppins', sans-serif;
  flex-shrink: 0;
}
.reviewer-info h6 { font-size: 15px; margin: 0; }
.reviewer-info small { color: var(--text-light); font-size: 12px; }

/* ====== FAQ ====== */
.custom-accordion .accordion-item {
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm) !important;
  margin-bottom: 12px;
  overflow: hidden;
}
.custom-accordion .accordion-button {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: var(--dark);
  background: white;
  box-shadow: none;
  padding: 18px 20px;
}
.custom-accordion .accordion-button:not(.collapsed) {
  background: var(--primary-pale);
  color: var(--primary);
}
.custom-accordion .accordion-button::after {
  filter: none;
}
.custom-accordion .accordion-body {
  font-size: 14px;
  color: var(--text-light);
  line-height: 1.7;
}

/* ====== BLOG CARDS ====== */
.blog-card {
  background: white;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: var(--transition);
  height: 100%;
}
.blog-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.blog-thumb {
  height: 200px;
  object-fit: cover;
  width: 100%;
}
.blog-thumb-placeholder {
  height: 200px;
  background: var(--gradient-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 56px;
}
.blog-card-body { padding: 24px; }
.blog-tag {
  display: inline-block;
  background: var(--primary-pale);
  color: var(--primary);
  padding: 3px 12px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.blog-card h5 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.35;
  color: var(--dark);
}
.blog-card p {
  font-size: 14px;
  color: var(--text-light);
  margin-bottom: 16px;
  line-height: 1.65;
}
.blog-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  color: var(--text-light);
  margin-bottom: 8px;
}

/* ====== PRICING CARDS ====== */
.pricing-card {
  background: white;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: 36px 28px;
  transition: var(--transition);
  position: relative;
  height: 100%;
}
.pricing-card.featured {
  border-color: var(--primary);
  box-shadow: var(--shadow-lg);
  transform: scale(1.03);
}
.pricing-badge {
  position: absolute;
  top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--gradient);
  color: white;
  padding: 5px 18px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.pricing-price {
  font-family: 'Poppins', sans-serif;
  font-size: 46px;
  font-weight: 800;
  color: var(--dark);
  line-height: 1;
}
.pricing-price sup { font-size: 22px; vertical-align: top; margin-top: 10px; }
.pricing-price sub { font-size: 16px; font-weight: 400; color: var(--text-light); }
.pricing-features { list-style: none; padding: 0; margin: 0; }
.pricing-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 0;
  font-size: 14px;
  border-bottom: 1px solid var(--border);
}
.pricing-features li:last-child { border-bottom: none; }
.pricing-features li .bi-check-circle-fill { color: var(--success); }
.pricing-features li .bi-x-circle-fill { color: #e2e8f0; }

/* ====== STATS ====== */
.stat-card {
  text-align: center;
  padding: 36px 20px;
}
.stat-card h2 {
  font-size: 42px;
  font-weight: 800;
  color: var(--primary);
  font-family: 'Poppins', sans-serif;
  margin-bottom: 4px;
}
.stat-card p {
  font-size: 14px;
  color: var(--text-light);
  font-weight: 500;
}

/* ====== BUTTONS ====== */
.btn-primary-custom {
  background: var(--gradient);
  color: white;
  border: none;
  padding: 13px 32px;
  border-radius: 50px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 15px;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-primary-custom:hover {
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(26,86,219,0.4);
}
.btn-outline-custom {
  background: transparent;
  color: var(--primary);
  border: 2px solid var(--primary);
  padding: 11px 32px;
  border-radius: 50px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 15px;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-outline-custom:hover {
  background: var(--primary);
  color: white;
  transform: translateY(-2px);
}
.btn-white-custom {
  background: white;
  color: var(--primary);
  border: none;
  padding: 13px 32px;
  border-radius: 50px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 15px;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-white-custom:hover {
  background: var(--primary-pale);
  transform: translateY(-2px);
}
.btn-outline-white {
  background: transparent;
  color: white;
  border: 2px solid rgba(255,255,255,0.6);
  padding: 11px 32px;
  border-radius: 50px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 15px;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-outline-white:hover {
  background: rgba(255,255,255,0.15);
  border-color: white;
  color: white;
}

/* ====== CONTACT FORM ====== */
.contact-form {
  background: white;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: 40px;
  box-shadow: var(--shadow);
}
.contact-form .form-control, .contact-form .form-select {
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 12px 16px;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  transition: var(--transition);
}
.contact-form .form-control:focus, .contact-form .form-select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(26,86,219,0.1);
}
.contact-info-card {
  background: var(--gradient);
  border-radius: var(--radius);
  padding: 36px 30px;
  color: white;
  height: 100%;
}
.contact-info-card h4 { color: white; margin-bottom: 8px; }
.contact-detail-item {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}
.contact-detail-item:last-child { border-bottom: none; }
.contact-detail-icon {
  width: 40px; height: 40px;
  background: rgba(255,255,255,0.15);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.contact-detail-item h6 { color: rgba(255,255,255,0.7); font-size: 12px; margin-bottom: 2px; font-weight: 500; }
.contact-detail-item p { color: white; font-size: 14px; font-weight: 600; margin: 0; }

/* ====== SUPPORT PAGE ====== */
.issue-card {
  background: white;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  transition: var(--transition);
  cursor: pointer;
}
.issue-card:hover {
  border-color: var(--primary);
  background: var(--primary-pale);
}
.issue-icon {
  width: 44px; height: 44px;
  background: var(--primary-pale);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: var(--primary);
  font-size: 20px;
  flex-shrink: 0;
}
.issue-card h6 { font-size: 14px; font-weight: 700; margin-bottom: 3px; }
.issue-card span { font-size: 12px; color: var(--text-light); }

/* ====== BRAND PAGE ====== */
.problem-item {
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.problem-item:last-child { border-bottom: none; }
.problem-item .num {
  width: 28px; height: 28px;
  background: var(--gradient);
  color: white;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}
.tip-card {
  background: var(--primary-pale);
  border: 1px solid #bfdbfe;
  border-radius: var(--radius-sm);
  padding: 16px 18px;
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}
.tip-card .bi { color: var(--primary); font-size: 18px; flex-shrink: 0; margin-top: 1px; }
.tip-card p { font-size: 14px; color: var(--text); margin: 0; }

/* ====== CTA SECTION ====== */
.cta-section {
  background: var(--gradient);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M50 50c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10s-10-4.477-10-10 4.477-10 10-10zM10 10c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10S0 25.523 0 20s4.477-10 10-10z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* ====== FOOTER ====== */
.footer {
  background: var(--dark);
  color: rgba(255,255,255,0.7);
  padding: 70px 0 0;
}
.footer h5 {
  color: white;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
}
.footer-brand p {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,0.6);
  margin-top: 12px;
}
.footer-links { list-style: none; padding: 0; }
.footer-links li { margin-bottom: 8px; }
.footer-links li a {
  color: rgba(255,255,255,0.6);
  font-size: 14px;
  transition: var(--transition);
}
.footer-links li a:hover { color: white; padding-left: 4px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 20px 0;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: rgba(255,255,255,0.45);
}
.social-links { display: flex; gap: 10px; }
.social-btn {
  width: 38px; height: 38px;
  background: rgba(255,255,255,0.08);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.7);
  font-size: 16px;
  transition: var(--transition);
  text-decoration: none;
}
.social-btn:hover { background: var(--primary); color: white; }

/* ====== PAGE HERO ====== */
.page-hero {
  background: var(--gradient);
  padding: 130px 0 70px;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.page-hero h1 { color: white; font-size: clamp(30px,4vw,48px); }
.page-hero p { color: rgba(255,255,255,0.8); }
.breadcrumb-custom {
  display: flex; align-items: center; gap: 8px;
  margin-bottom: 14px;
  position: relative;
}
.breadcrumb-custom a { color: rgba(255,255,255,0.6); font-size: 13px; }
.breadcrumb-custom .sep { color: rgba(255,255,255,0.35); font-size: 11px; }
.breadcrumb-custom .cur { color: #93c5fd; font-size: 13px; }

/* ====== ANIMATIONS ====== */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}
.fade-in-up { animation: fadeInUp 0.7s ease forwards; }
[data-aos] { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
[data-aos].aos-animate { opacity: 1; transform: translateY(0); }

/* ====== RESPONSIVE ====== */
@media (max-width: 992px) {
  .hero-stats { gap: 20px; }
  .float-badge { display: none; }
  .step-connector { display: none; }
  .pricing-card.featured { transform: scale(1); }
}
@media (max-width: 768px) {
  .section-pad { padding: 60px 0; }
  .hero-section { padding: 90px 0 50px; min-height: auto; }
  .hero-stats { flex-wrap: wrap; gap: 16px; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
  .contact-form { padding: 24px; }
}
@media (max-width: 480px) {
  .hero-section h1 { font-size: 30px; }
  .cta-section { padding: 50px 0; }
}
