body {
  font-family: 'Inter', sans-serif;
  background-color: #f8fafc;
  color: #1e293b;
  padding-top: 64px;
}
.text-muted {
  color: #64748b !important;
}
.text-primary {
  color: #15803d !important;
}
.bg-primary {
  background-color: #15803d !important;
}
.btn-primary {
  background-color: #15803d !important;
  border-color: #15803d !important;
  color: #fff !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #166534 !important;
  border-color: #166534 !important;
  color: #fff !important;
}
.pointer {
  cursor: pointer;
}
.if-navbar {
  background: rgba(255, 255, 255, 0.97) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.06);
  min-height: 64px;
}
.if-navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #1e293b !important;
  font-size: 1.05rem;
  font-weight: 800;
  text-decoration: none;
}
.if-logo-mark {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(21, 128, 61, 0.1);
  color: #15803d;
}
.if-navbar .nav-link {
  font-size: 0.9rem;
  font-weight: 500;
  color: #4b5563 !important;
  padding: 6px 12px !important;
}
.if-navbar .nav-link:hover {
  color: #15803d !important;
}
.if-hero-section {
  background: linear-gradient(135deg, rgba(240, 253, 244, 0.96) 0%, rgba(236, 253, 245, 0.94) 52%, rgba(247, 254, 231, 0.96) 100%), url('/frontend_template/template/assets/images/bg/01.jpg');
  background-size: cover;
  background-position: center;
  min-height: calc(100vh - 64px);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 28px 0 70px;
}
.if-hero-section .container {
  z-index: 1;
}
.if-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(21, 128, 61, 0.1);
  border: 1px solid rgba(21, 128, 61, 0.25);
  border-radius: 50px;
  padding: 6px 18px;
  font-size: 13px;
  font-weight: 600;
  color: #15803d;
  margin-bottom: 22px;
}
.if-hero-title {
  font-size: clamp(2.25rem, 6vw, 4rem);
  font-weight: 800;
  line-height: 1.1;
  color: #1e293b;
  margin-bottom: 18px;
}
.if-gradient-text {
  color: #15803d;
}
.if-hero-subtitle {
  font-size: 1.05rem;
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 28px;
}
.if-format-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
.if-format-badge {
  background: rgba(21, 128, 61, 0.08);
  border: 1px solid rgba(21, 128, 61, 0.2);
  border-radius: 6px;
  padding: 4px 14px;
  font-size: 13px;
  font-weight: 700;
  color: #15803d;
}
.if-input-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 36px 32px;
  box-shadow: 0 24px 64px rgba(21, 128, 61, 0.16);
  position: relative;
  z-index: 1;
}
.if-card-icon {
  font-size: 2.2rem;
}
.if-url-input-group {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(21, 128, 61, 0.22), 0 4px 20px rgba(0, 0, 0, 0.07);
}
.if-input-icon {
  background: rgba(21, 128, 61, 0.08);
  border: none;
  color: #15803d;
  font-size: 1.2rem;
  padding: 0 1rem;
}
.if-url-input {
  background: #ffffff !important;
  border: none !important;
  color: #1e293b !important;
  font-size: 0.95rem;
  padding: 0.85rem 1rem;
  box-shadow: none !important;
}
.if-url-input::placeholder {
  color: #adb5bd;
  font-size: 13px;
}
.if-fetch-btn {
  background: #15803d;
  border: none;
  color: #fff !important;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.85rem 1.5rem;
  white-space: nowrap;
  border-radius: 0;
}
.if-fetch-btn:hover {
  background: #166534;
  box-shadow: 0 8px 25px rgba(21, 128, 61, 0.35);
  color: #fff !important;
}
.if-secondary-action {
  border: 1px solid rgba(21, 128, 61, 0.22);
  background: #fff;
  color: #15803d !important;
  font-size: 0.9rem;
  font-weight: 800;
  border-radius: 6px;
  padding: 0.7rem 1rem;
}
.if-secondary-action:hover {
  background: rgba(21, 128, 61, 0.08);
  color: #166534 !important;
}
.if-step-hints {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  justify-content: center;
  font-size: 12px;
  color: #94a3b8;
  margin-top: 14px;
}
.if-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: rgba(21, 128, 61, 0.12);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 800;
  color: #15803d;
  margin-right: 4px;
}
.if-use-notice {
  display: flex;
  align-items: flex-start;
  background: rgba(22, 163, 74, 0.06);
  border: 1px solid rgba(22, 163, 74, 0.2);
  border-left: 3px solid #16a34a;
  border-radius: 0 8px 8px 0;
  padding: 10px 14px;
  font-size: 12px;
  color: #14532d;
  line-height: 1.6;
}
.if-browser-section {
  background: #f1f5f9;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.if-browser-window {
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}
.if-browser-statusbar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: #e2e8f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  min-height: 38px;
}
.if-browser-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
}
.if-dot-red {
  background: #ff5f57;
}
.if-dot-yellow {
  background: #ffbd2e;
}
.if-dot-green {
  background: #28c840;
}
.if-browser-url-display {
  flex: 1;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  padding: 4px 10px;
  color: #64748b;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.if-browser-status-text {
  color: #64748b;
  font-size: 11px;
  white-space: nowrap;
}
.if-disconnect-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 10px;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  background: #e53e3e;
  border: none;
  border-radius: 5px;
}
.if-browser-body {
  display: flex;
  background: #111827;
}
.if-browser-canvas-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #111827;
  overflow: hidden;
  min-height: 430px;
  position: relative;
}
.if-canvas-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #94a3b8;
  font-size: 0.9rem;
  text-align: center;
}
.if-canvas-placeholder .bi {
  font-size: 2.6rem;
  color: #cbd5e1;
}
.if-scroll-controls {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.if-scroll-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.if-browser-sidebar {
  width: 320px;
  background: #ffffff;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.if-sidebar-header {
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 700;
  color: #1e293b;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  gap: 4px;
}
.if-sidebar-count {
  margin-left: auto;
  background: rgba(21, 128, 61, 0.12);
  color: #15803d;
  font-size: 11px;
  font-weight: 800;
  padding: 1px 7px;
  border-radius: 50px;
}
.if-sidebar-filter {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background: #f8fafc;
}
.if-filter-row {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 6px;
}
.if-filter-row:last-child {
  margin-bottom: 0;
}
.if-filter-label {
  width: 34px;
  font-size: 11px;
  color: #64748b;
  font-weight: 700;
}
.if-filter-pill {
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 50px;
  padding: 2px 8px;
  font-size: 11px;
  color: #64748b;
  background: #fff;
  line-height: 1.4;
}
.if-filter-pill.active {
  color: #15803d;
  border-color: rgba(21, 128, 61, 0.25);
  background: rgba(21, 128, 61, 0.08);
}
.if-filter-download-btn {
  background: #15803d;
  color: #fff !important;
  border: none;
  border-radius: 6px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 800;
}
.if-filter-download-btn:hover,
.if-filter-download-btn:focus {
  background: #166534;
  color: #fff !important;
}
.if-filter-download-btn:disabled {
  opacity: 0.55;
}
.if-sidebar-list {
  min-height: 250px;
  max-height: 682px;
  overflow-y: auto;
}
.if-sidebar-empty {
  text-align: center;
  color: #94a3b8;
  font-size: 13px;
  padding: 46px 18px;
}
#browserCanvas {
  display: block;
  width: 100%;
  height: auto;
  max-height: 720px;
  outline: none;
  background: #0f172a;
}
.if-image-item {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 10px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.if-image-thumb {
  width: 78px;
  height: 78px;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 6px;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.if-image-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.if-image-meta {
  min-width: 0;
}
.if-image-title {
  color: #1e293b;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.if-image-sub,
.if-image-source {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  color: #64748b;
  font-size: 11px;
  line-height: 1.4;
  margin-top: 3px;
}
.if-image-source {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.if-image-download {
  margin-top: 7px;
  padding: 3px 8px;
  border-radius: 5px;
  background: rgba(21, 128, 61, 0.1);
  color: #15803d !important;
  font-size: 11px;
  font-weight: 800;
}
.if-image-download:hover {
  background: #15803d;
  color: #fff !important;
}
.if-proxy-badge {
  display: inline-flex;
  align-items: center;
  margin-top: 6px;
  padding: 2px 7px;
  border-radius: 50px;
  background: rgba(245, 158, 11, 0.12);
  color: #92400e;
  font-size: 11px;
  font-weight: 800;
}
.if-downloader-page {
  background: #f8fafc;
  min-height: calc(100vh - 64px);
}
.if-downloader-header {
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 36px 0 28px;
}
.if-downloader-title {
  color: #1e293b;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 8px;
}
.if-downloader-subtitle {
  color: #64748b;
  font-size: 0.98rem;
}
.if-downloader-workspace {
  padding: 24px 0 64px;
}
.if-downloader-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}
.if-downloader-filters,
.if-downloader-results {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 8px;
}
.if-downloader-filters {
  position: sticky;
  top: calc(64px + 16px);
  padding: 16px;
}
.if-filter-panel-title {
  color: #1e293b;
  font-size: 0.95rem;
  font-weight: 800;
  margin-bottom: 14px;
}
.if-filter-block {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding-top: 14px;
  margin-top: 14px;
}
.if-filter-block-label {
  display: block;
  color: #1e293b;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 8px;
}
.if-filter-chipset {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.if-range-values {
  display: flex;
  justify-content: space-between;
  color: #64748b;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 4px;
}
.if-range-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 8px;
}
.if-range-inputs .form-control {
  min-height: 32px;
  font-size: 12px;
  padding: 4px 8px;
}
.if-filter-actions {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}
.if-selection-note {
  text-align: center;
  color: #15803d;
  font-size: 12px;
  font-weight: 800;
}
.if-zip-error {
  color: #b91c1c;
  background: #fef2f2;
  border: 1px solid rgba(185, 28, 28, 0.15);
  border-radius: 6px;
  padding: 7px 9px;
  font-size: 12px;
}
.if-results-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  color: #1e293b;
  font-size: 13px;
}
.if-results-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.if-clear-selection-btn {
  min-height: 34px;
  padding: 5px 10px;
  border: 1px solid rgba(21, 128, 61, 0.22);
  border-radius: 6px;
  color: #15803d !important;
  background: #fff;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}
.if-clear-selection-btn:hover {
  background: rgba(21, 128, 61, 0.08);
}
.if-sort-select {
  width: 150px;
  min-height: 34px;
  font-size: 12px;
}
.if-host-select {
  min-height: 34px;
  font-size: 12px;
}
.if-image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 12px;
  padding: 14px;
}
.if-image-card {
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  position: relative;
}
.if-image-card.selected {
  border-color: rgba(21, 128, 61, 0.55);
  box-shadow: 0 0 0 2px rgba(21, 128, 61, 0.12);
}
.if-image-card-thumb {
  border: 0;
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 3;
  background: #f1f5f9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  cursor: zoom-in;
  overflow: hidden;
}
.if-image-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.if-image-card-body {
  padding: 10px;
}
.if-image-select {
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 2;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.if-image-select input {
  width: 18px;
  height: 18px;
  accent-color: #15803d;
}
.viewer-container {
  z-index: 1080;
}
.viewer-toolbar > ul > li {
  border-radius: 6px;
  height: 40px !important;
  width: 40px !important;
  padding: 8px !important;
}
@media (max-width: 991.98px) {
  .if-downloader-layout {
    grid-template-columns: 1fr;
  }
  .if-downloader-filters {
    position: static;
  }
}
.if-stats-strip {
  background: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 28px 0;
}
.if-stat-number {
  font-size: 1.8rem;
  font-weight: 800;
  color: #15803d;
  line-height: 1;
  margin-bottom: 4px;
}
.if-stat-label {
  font-size: 0.78rem;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.if-steps-section {
  background: #f0fdf4;
  padding: 80px 0;
}
.if-section-title {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 800;
  color: #1e293b;
  margin-bottom: 10px;
}
.if-section-subtitle {
  font-size: 1rem;
  color: #64748b;
}
.if-feature-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  padding: 30px 24px;
  height: 100%;
}
.if-feature-icon {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 18px;
}
.if-feature-title {
  font-size: 1rem;
  font-weight: 800;
  color: #1e293b;
  margin-bottom: 8px;
}
.if-feature-desc {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.65;
  margin: 0;
}
.if-features-section {
  background: #ffffff;
  padding: 80px 0;
}
.if-feat-card {
  background: #f8fafc;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  padding: 28px 22px;
  height: 100%;
  transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.if-feat-card h5 {
  font-size: 1rem;
  font-weight: 800;
  color: #1e293b;
  margin: 16px 0 8px;
}
.if-feat-card p {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.65;
  margin: 0;
}
.if-feat-card:hover {
  transform: translateY(-4px);
  border-color: rgba(21, 128, 61, 0.22);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
}
.if-feat-icon {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.if-feat-icon.blue {
  background: rgba(15, 111, 236, 0.1);
  color: #0f6fec;
}
.if-feat-icon.green {
  background: rgba(21, 128, 61, 0.1);
  color: #15803d;
}
.if-feat-icon.yellow {
  background: rgba(217, 119, 6, 0.1);
  color: #d97706;
}
.if-feat-icon.red {
  background: rgba(220, 38, 38, 0.1);
  color: #dc2626;
}
.if-usecases-section {
  background: #f8fafc;
  padding: 80px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.if-usecase-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  padding: 28px 22px;
  height: 100%;
  transition: transform 0.3s, box-shadow 0.3s;
}
.if-usecase-card h5 {
  font-size: 1rem;
  font-weight: 800;
  color: #1e293b;
  margin: 16px 0 8px;
}
.if-usecase-card p {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.65;
  margin-bottom: 14px;
}
.if-usecase-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
}
.if-usecase-icon {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.if-usecase-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.if-usecase-tags span {
  background: rgba(21, 128, 61, 0.07);
  border: 1px solid rgba(21, 128, 61, 0.15);
  border-radius: 4px;
  padding: 2px 10px;
  font-size: 11px;
  font-weight: 700;
  color: #15803d;
}
.if-about-section {
  background: #ffffff;
  padding: 80px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.if-about-subheading {
  font-size: 1.05rem;
  font-weight: 800;
  color: #1e293b;
  margin: 24px 0 8px;
}
.if-fact-card {
  background: #f8fafc;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  padding: 24px;
}
.if-fact-card h5 {
  font-size: 1rem;
  font-weight: 800;
  color: #1e293b;
}
.if-fact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.if-fact-list li {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.6;
  padding: 2px 0;
}
.if-tip-card {
  background: rgba(21, 128, 61, 0.04);
  border-left: 3px solid #15803d;
  border-radius: 0 8px 8px 0;
  padding: 16px 18px;
}
.if-tip-icon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: rgba(21, 128, 61, 0.1);
  color: #15803d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.if-supported-formats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 16px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.09);
}
.if-formats-label {
  font-size: 12px;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  flex-basis: 100%;
  margin-bottom: 4px;
}
.if-format-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: rgba(21, 128, 61, 0.07);
  border: 1px solid rgba(21, 128, 61, 0.18);
  border-radius: 6px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 700;
  color: #15803d;
}
.if-testimonials-section {
  background: rgba(240, 253, 244, 0.72);
  padding: 80px 0;
  border-top: 1px solid rgba(21, 128, 61, 0.08);
  border-bottom: 1px solid rgba(21, 128, 61, 0.08);
}
.if-testimonial-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  padding: 28px 24px;
  height: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}
.if-testimonial-stars {
  color: #f59e0b;
  font-size: 15px;
  letter-spacing: 1px;
}
.if-testimonial-text {
  font-size: 0.9rem;
  color: #475569;
  line-height: 1.75;
  font-style: italic;
  margin-bottom: 0;
}
.if-testimonial-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(21, 128, 61, 0.1);
  color: #15803d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.if-testimonial-name {
  font-size: 0.9rem;
  font-weight: 800;
  color: #1e293b;
  margin: 0 0 2px;
}
.if-testimonial-role {
  font-size: 0.78rem;
  color: #64748b;
}
.if-faq-section {
  background: #ffffff;
  padding: 80px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.if-faq-accordion .accordion-item {
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 8px !important;
  margin-bottom: 10px;
  overflow: hidden;
}
.if-faq-accordion .accordion-item:not(:first-of-type) {
  border-top: 1px solid rgba(0, 0, 0, 0.09);
}
.if-faq-accordion .accordion-button {
  font-size: 0.95rem;
  font-weight: 700;
  color: #1e293b;
  background: #ffffff;
  box-shadow: none;
  padding: 18px 20px;
}
.if-faq-accordion .accordion-button:not(.collapsed) {
  color: #15803d;
  background: rgba(21, 128, 61, 0.04);
  box-shadow: none;
}
.if-faq-accordion .accordion-button:focus {
  box-shadow: none;
}
.if-faq-accordion .accordion-body {
  font-size: 0.89rem;
  color: #64748b;
  line-height: 1.75;
  padding: 0 20px 18px;
}
.if-footer {
  background: #1e293b;
  padding: 52px 0 32px;
}
.if-footer-logo {
  font-size: 1.1rem;
  font-weight: 800;
  color: #f1f5f9;
  margin-bottom: 10px;
}
.if-footer-desc {
  font-size: 0.875rem;
  color: #94a3b8;
  max-width: 360px;
  line-height: 1.6;
}
.if-footer-link {
  color: #94a3b8 !important;
  text-decoration: none;
  font-size: 0.875rem;
}
.if-footer-link:hover {
  color: #f1f5f9 !important;
}
.if-footer-divider {
  border-color: rgba(255, 255, 255, 0.08) !important;
  margin: 36px 0 22px;
}
@media (max-width: 991.98px) {
  .if-browser-body {
    flex-direction: column;
  }
  .if-browser-sidebar {
    width: 100%;
    border-left: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 575.98px) {
  .if-hero-section {
    padding: 28px 0 48px;
  }
  .if-input-card {
    padding: 26px 18px;
  }
  .if-url-input {
    width: 100% !important;
  }
  .if-fetch-btn {
    width: 100%;
    border-radius: 0;
  }
  .if-browser-canvas-wrap {
    min-height: 260px;
  }
  .if-browser-status-text,
  .if-disconnect-btn {
    display: none;
  }
}
