:root {
  --eb-white: #ffffff;
  --eb-surface: #f6f8fa;
  --eb-tech: #edf2f4;
  --eb-navy: #102a33;
  --eb-deep: #0b1f26;
  --eb-text: #15232b;
  --eb-body: #42515a;
  --eb-muted: #687780;
  --eb-border: #d9e2e7;
  --eb-copper: #b88746;
  --eb-copper-hover: #9a6d35;
  --eb-shadow: 0 18px 50px rgba(16, 42, 51, 0.08);
}

html { scroll-behavior: smooth; }
body { overflow-x: hidden; color: var(--eb-body); background: var(--eb-white); font-family: Inter, Arial, sans-serif; }
a { color: inherit; }
.elementor-widget-heading h1,
.elementor-widget-heading h2,
.elementor-widget-heading h3 { margin: 0; color: var(--eb-text) !important; font-family: Manrope, Inter, Arial, sans-serif; letter-spacing: -0.025em; }
.elementor-widget-heading h1 { font-size: clamp(2.35rem, 5vw, 3.75rem); line-height: 1.08; font-weight: 600; }
.elementor-widget-heading h2 { font-size: clamp(2rem, 3.6vw, 3rem); line-height: 1.15; font-weight: 600; }
.elementor-widget-heading h3 { font-size: 1.25rem; line-height: 1.3; font-weight: 600; }
.elementor-widget-text-editor { color: var(--eb-body); font-size: 1rem; line-height: 1.75; }
.elementor-widget-text-editor p:last-child { margin-bottom: 0; }
.elementor-widget-text-editor ul { margin: 0; padding-left: 1.15rem; }
.elementor-widget-text-editor li { margin-bottom: 0.7rem; }

.ebunge-inner { width: calc(100% - 40px) !important; max-width: 1220px !important; margin-inline: auto !important; padding-inline: 0 !important; }
.ebunge-section { padding: 96px 0; }
.ebunge-section.ebunge-surface { background: var(--eb-surface); }
.ebunge-section.ebunge-dark { color: #eaf0f2; background: var(--eb-deep); }
.ebunge-dark .elementor-widget-heading h2,
.ebunge-dark .elementor-widget-heading h3,
.ebunge-dark .elementor-heading-title,
.ebunge-dark .elementor-widget-text-editor { color: #f4f7f8; }
.ebunge-dark .elementor-heading-title { color: #f4f7f8 !important; }
.ebunge-page-hero { padding-top: 82px; padding-bottom: 76px; background: linear-gradient(135deg, #ffffff 0%, #f2f6f7 100%); }
.ebunge-eyebrow { margin-bottom: 14px; color: var(--eb-copper); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.14em; }
.ebunge-lead { max-width: 720px; margin-top: 22px; font-size: clamp(1.05rem, 2vw, 1.22rem); line-height: 1.7; }
.ebunge-section-intro { max-width: 760px; margin: 18px 0 34px; font-size: 1.08rem; }

.ebunge-site-header { min-height: 82px; display: grid !important; grid-template-columns: 190px minmax(0, 1fr) auto; align-items: center; gap: 28px; padding-block: 12px; background: rgba(255, 255, 255, 0.96); }
.ebunge-site-logo { width: 190px; flex: 0 0 auto; }
.ebunge-site-logo img,
.ebunge-footer-logo img { width: 100%; height: auto; object-fit: contain; }
.ebunge-header-nav { display: block !important; min-width: 0; }
.ebunge-header-nav .elementor-nav-menu--main .elementor-item { padding: 12px 9px; color: var(--eb-text); font-size: 0.86rem; font-weight: 600; }
.ebunge-header-nav .elementor-nav-menu--main .elementor-item:hover,
.ebunge-header-nav .elementor-nav-menu--main .elementor-item.elementor-item-active { color: var(--eb-copper); }
.ebunge-header-nav .elementor-nav-menu--dropdown { border: 1px solid var(--eb-border); background: #fff; box-shadow: var(--eb-shadow); }
.ebunge-header-nav .elementor-nav-menu--dropdown .elementor-item { color: var(--eb-text); font-size: 0.9rem; }
.ebunge-header-nav .elementor-menu-toggle { margin-left: auto; color: var(--eb-navy); background: transparent; }
.ebunge-nav-link .elementor-button { padding: 10px 9px; border: 0 !important; background: transparent !important; color: var(--eb-text) !important; font-size: 0.86rem; }
.ebunge-header-cta { flex: 0 0 auto; }
.elementor-widget-button .elementor-button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 22px; border: 1px solid var(--eb-copper) !important; border-radius: 4px; background: var(--eb-copper) !important; color: #fff !important; font-weight: 600; transition: 180ms ease; }
.elementor-widget-button .elementor-button:hover { border-color: var(--eb-copper-hover); background: var(--eb-copper-hover); color: #fff; transform: translateY(-1px); }
.elementor-widget-button.is-secondary .elementor-button { background: transparent !important; color: var(--eb-navy) !important; }
.elementor-widget-button.is-secondary .elementor-button:hover { background: var(--eb-navy); border-color: var(--eb-navy); color: #fff; }

.ebunge-hero { padding: 42px 0 92px; background: linear-gradient(135deg, #f7fafb 0%, #ffffff 58%); }
.ebunge-hero-grid,
.ebunge-split { display: grid !important; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: clamp(40px, 6vw, 82px); align-items: center; }
.ebunge-hero-copy { display: flex; flex-direction: column; align-items: flex-start; }
.ebunge-hero-image img { width: 100%; aspect-ratio: 16 / 9; object-fit: contain; border-radius: 8px; box-shadow: var(--eb-shadow); }
.ebunge-product-hero-image img { width: 100%; aspect-ratio: 3 / 2; object-fit: contain; border-radius: 8px; box-shadow: var(--eb-shadow); }
.ebunge-button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }

.ebunge-card-grid { display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin-top: 34px; }
.ebunge-card-grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ebunge-card { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; min-height: 100%; padding: 28px; border: 1px solid var(--eb-border); border-radius: 8px; background: #fff; box-shadow: 0 10px 30px rgba(16, 42, 51, 0.045); }
.ebunge-card .elementor-widget-button { margin-top: auto; }
.ebunge-content-image img,
.ebunge-contact-image img { width: 100%; max-height: 620px; object-fit: contain; border-radius: 8px; box-shadow: var(--eb-shadow); }
.ebunge-content-copy { display: flex; flex-direction: column; align-items: flex-start; }
.ebunge-content-copy .elementor-widget-button { margin-top: 22px; }

.ebunge-faq { margin-top: 30px; }
.ebunge-faq .elementor-accordion-item { margin-bottom: 12px; overflow: hidden; border: 1px solid var(--eb-border); border-radius: 6px; background: #fff; }
.ebunge-faq .elementor-tab-title { padding: 20px 22px; color: var(--eb-text); font-weight: 600; }
.ebunge-faq .elementor-tab-content { padding: 0 22px 22px; color: var(--eb-body); line-height: 1.7; }
.ebunge-final-cta { text-align: center; background: var(--eb-tech); }
.ebunge-final-cta .ebunge-inner { display: flex; flex-direction: column; align-items: center; }

.ebunge-contact-grid { display: grid; grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr); gap: 50px; align-items: start; }
.ebunge-contact-details { display: flex; flex-direction: column; gap: 20px; }
.ebunge-form-panel { padding: clamp(26px, 4vw, 44px); border: 1px solid var(--eb-border); border-radius: 8px; background: var(--eb-surface); }
.ebunge-preview-form { display: flex; flex-direction: column; gap: 18px; margin-top: 24px; }
.ebunge-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.ebunge-preview-form label { display: flex; flex-direction: column; gap: 7px; color: var(--eb-text); font-size: 0.9rem; font-weight: 600; }
.ebunge-preview-form input,
.ebunge-preview-form select,
.ebunge-preview-form textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #bdcbd1; border-radius: 4px; background: #fff; color: var(--eb-text); font: inherit; font-weight: 400; }
.ebunge-preview-form textarea { resize: vertical; }
.ebunge-preview-form input:focus,
.ebunge-preview-form select:focus,
.ebunge-preview-form textarea:focus { outline: 3px solid rgba(184, 135, 70, 0.2); border-color: var(--eb-copper); }
.ebunge-preview-form .ebunge-consent { flex-direction: row; align-items: flex-start; font-weight: 400; }
.ebunge-consent input { width: 18px; min-height: 18px; margin-top: 3px; }
.ebunge-preview-form button { min-height: 48px; padding: 12px 22px; border: 1px solid var(--eb-copper); border-radius: 4px; background: var(--eb-copper); color: #fff; font-weight: 600; cursor: not-allowed; }
.ebunge-preview-note { margin: -7px 0 0; color: var(--eb-muted); font-size: 0.85rem; }

.ebunge-site-footer { display: grid !important; grid-template-columns: 1.05fr 0.8fr 1.15fr; gap: 48px; padding-block: 64px 28px; color: #dfe7ea; background: var(--eb-deep); }
.ebunge-site-footer .elementor-widget-heading h3 { color: #fff; }
.ebunge-site-footer .elementor-widget-text-editor { color: #dfe7ea; font-size: 0.94rem; }
.ebunge-site-footer a:hover { color: #fff; }
.ebunge-footer-logo { width: 190px; margin-bottom: 16px; }

.ebunge-whatsapp-float { position: fixed; right: 18px; bottom: 18px; z-index: 9998; display: inline-flex; align-items: center; min-height: 48px; padding: 12px 18px; border-radius: 999px; background: #1f8f63; color: #fff !important; font-size: 0.9rem; font-weight: 700; text-decoration: none; box-shadow: 0 12px 30px rgba(10, 45, 32, 0.24); }
.ebunge-whatsapp-float:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }

@media (max-width: 1024px) {
  .ebunge-site-header { grid-template-columns: 190px minmax(0, 1fr) auto; gap: 10px 18px; }
  .ebunge-header-nav { display: block !important; justify-self: end; }
  .ebunge-header-cta { margin-left: auto; }
  .ebunge-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ebunge-card-grid-three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ebunge-site-footer { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .ebunge-inner { width: calc(100% - 28px) !important; }
  .ebunge-section { padding: 68px 0; }
  .ebunge-site-header { min-height: 72px; grid-template-columns: 154px minmax(0, 1fr); padding-block: 10px; }
  .ebunge-site-logo { width: 154px; }
  .ebunge-header-cta .elementor-button { min-height: 42px; padding: 9px 14px; font-size: 0.82rem; }
  .ebunge-header-nav { display: block !important; justify-self: end; }
  .ebunge-header-cta { display: none; }
  .ebunge-nav-link .elementor-button { white-space: nowrap; padding: 8px 9px; font-size: 0.8rem; }
  .ebunge-hero { padding-top: 28px; }
  .ebunge-hero-grid,
  .ebunge-split,
  .ebunge-contact-grid { grid-template-columns: 1fr; gap: 34px; }
  .ebunge-hero-image { order: -1; }
  .ebunge-hero-image img { aspect-ratio: auto; }
  .ebunge-card-grid,
  .ebunge-card-grid-three,
  .ebunge-form-grid,
  .ebunge-site-footer { grid-template-columns: 1fr; }
  .ebunge-card { padding: 23px; }
  .ebunge-button-row { width: 100%; }
  .ebunge-button-row .elementor-widget-button { width: 100%; }
  .ebunge-button-row .elementor-button { width: 100%; }
  .ebunge-site-footer { gap: 28px; padding-bottom: 88px; }
  .ebunge-whatsapp-float { right: 14px; bottom: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.001ms !important; }
}
