/* ========================================================================
   FreeConnect UI System — professional responsive pass
   Updated: 14 Sep 2026
   Goal: clean spacing, premium typography, consistent components, mobile-first
   ======================================================================== */
:root {
  --fc-primary: #0b1220;
  --fc-primary-2: #162033;
  --fc-secondary: #16a34a;
  --fc-secondary-dark: #15803d;
  --fc-secondary-soft: #eefbf2;
  --fc-accent: #0891b2;
  --fc-bg: #f7faf8;
  --fc-surface: #ffffff;
  --fc-text: #3f4d5f;
  --fc-muted: #667085;
  --fc-border: #e4eae7;
  --fc-border-strong: #ced8d3;
  --fc-radius-sm: 10px;
  --fc-radius-md: 14px;
  --fc-radius-lg: 20px;
  --fc-radius-xl: 24px;
  --fc-shadow-sm: 0 8px 24px rgba(15, 23, 42, .055);
  --fc-shadow-md: 0 18px 48px rgba(15, 23, 42, .08);
  --fc-shadow-lg: 0 28px 80px rgba(15, 23, 42, .12);
  --fc-container: 1180px;
  --fc-header: 76px;
}

/* Base ------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--fc-header) + 18px);
  -webkit-text-size-adjust: 100%;
}
body {
  width: 100%;
  max-width: 100%;
  min-width: 320px;
  overflow-x: hidden;
  margin: 0;
  background: var(--fc-surface);
  color: var(--fc-text);
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
main, section, header, footer { max-width: 100%; }
main { overflow-x: clip; }
img, video, canvas, iframe, svg { max-width: 100%; }
img { height: auto; }
button, input, select, textarea { font: inherit; }
a, button { -webkit-tap-highlight-color: transparent; }
.grid, .flex, .pro-panel, .card-premium, .blog-card, .feature-card,
.contact-info-card, .category-card, .press-card { min-width: 0; }
p, h1, h2, h3, h4, h5, h6, a, span, li, td, th, label, button {
  overflow-wrap: break-word;
}
pre, code { white-space: pre-wrap; overflow-wrap: anywhere; }

::selection { background: rgba(34, 197, 94, .18); color: var(--fc-primary); }
:focus-visible { outline: 3px solid rgba(34, 197, 94, .38); outline-offset: 3px; }

/* Typography -------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  color: var(--fc-primary);
  font-family: "Plus Jakarta Sans", "Inter", ui-sans-serif, system-ui, sans-serif !important;
  text-wrap: balance;
}
main h1 {
  font-size: clamp(2.55rem, 5vw, 4.25rem) !important;
  line-height: 1.035 !important;
  letter-spacing: -.045em !important;
  font-weight: 800 !important;
}
main h2 {
  font-size: clamp(1.95rem, 3.4vw, 2.9rem) !important;
  line-height: 1.10 !important;
  letter-spacing: -.035em !important;
  font-weight: 800 !important;
}
main h3 {
  font-size: clamp(1.3rem, 2vw, 1.65rem) !important;
  line-height: 1.22 !important;
  letter-spacing: -.022em !important;
  font-weight: 700 !important;
}
main h4 { letter-spacing: -.015em; }
main p { text-wrap: pretty; }
main p.text-lg, main .text-lg { line-height: 1.72; }
.text-\[\#64748B\], .text-\[\#64748b\] { color: var(--fc-muted) !important; }

/* Layout rhythm ----------------------------------------------------------- */
.section-padding {
  padding-top: clamp(4.25rem, 6vw, 5.75rem) !important;
  padding-bottom: clamp(4.25rem, 6vw, 5.75rem) !important;
}
main > section > [class*="max-w-["],
footer [class*="max-w-["] {
  width: 100%;
}
main > section > .max-w-\[1400px\],
main > section > .max-w-\[1280px\],
main > section > .max-w-\[1200px\],
main > section > .max-w-\[1100px\] {
  padding-left: clamp(1rem, 3vw, 2rem) !important;
  padding-right: clamp(1rem, 3vw, 2rem) !important;
}

/* Header ------------------------------------------------------------------ */
.fc-header { height: var(--fc-header); }
.fc-header > .absolute {
  background: rgba(255,255,255,.92) !important;
  border-bottom: 1px solid rgba(226,232,240,.9) !important;
  box-shadow: 0 8px 30px rgba(15,23,42,.045) !important;
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
}
.fc-header.header-scrolled > .absolute {
  background: rgba(255,255,255,.97) !important;
  box-shadow: 0 14px 42px rgba(15,23,42,.075) !important;
}
.fc-header > .relative { max-width: 1280px !important; }
.fc-header .h-\[78px\], .fc-header .lg\:h-\[82px\] { height: var(--fc-header) !important; }
.fc-header img { height: 46px !important; max-height: 46px !important; width: auto !important; }
.fc-header .fc-desktop-nav {
  gap: 2px !important;
  padding: 5px !important;
  border-radius: 999px !important;
  border-color: rgba(226,232,240,.95) !important;
  box-shadow: 0 4px 14px rgba(15,23,42,.035) !important;
}
.fc-header .nav-link {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: .55rem .9rem !important;
  border-radius: 999px !important;
  font-size: 13.5px !important;
  line-height: 1 !important;
  font-weight: 650 !important;
  white-space: nowrap;
}
.fc-header .fc-desktop-actions a { min-height: 46px; padding: .7rem 1.15rem !important; font-size: 14px; }
.fc-mobile-trigger {
  width: 44px !important;
  height: 44px !important;
  border-radius: 14px !important;
}
.mobile-menu { max-height: 0; overflow: hidden; transition: max-height .28s ease, opacity .2s ease; opacity: 0; }
.mobile-menu.open { max-height: 760px; opacity: 1; }
.mobile-menu-panel { border-radius: 22px !important; padding: .65rem !important; }
.mobile-menu-panel > a { min-height: 46px; display: flex !important; align-items: center; }

/* Buttons ----------------------------------------------------------------- */
.btn-primary, a.btn-primary, button.btn-primary,
main a[class~="bg-[#22C55E]"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  min-height: 48px;
  padding: .78rem 1.3rem;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%) !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(34,197,94,.20) !important;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.btn-primary:hover, a.btn-primary:hover, button.btn-primary:hover,
main a[class~="bg-[#22C55E]"]:hover {
  transform: translateY(-1px);
  box-shadow: 0 15px 32px rgba(34,197,94,.26) !important;
  filter: saturate(1.04);
}
.btn-outline-dark, a.btn-outline-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  min-height: 48px;
  padding: .78rem 1.3rem;
  color: var(--fc-primary);
  border: 1px solid rgba(15,23,42,.15);
  background: rgba(255,255,255,.92);
  border-radius: 999px;
  font-weight: 700;
  line-height: 1.15;
  transition: all .18s ease;
}
.btn-outline-dark:hover, a.btn-outline-dark:hover {
  border-color: rgba(34,197,94,.55);
  color: #15803d;
  background: var(--fc-secondary-soft);
  transform: translateY(-1px);
}

/* Cards / panels ---------------------------------------------------------- */
.card-premium, .blog-card, .feature-card, .contact-info-card, .category-card, .press-card,
.pro-panel {
  border: 1px solid rgba(226,232,240,.95) !important;
  border-radius: var(--fc-radius-lg) !important;
  box-shadow: var(--fc-shadow-sm) !important;
}
.card-premium, .blog-card, .feature-card, .contact-info-card, .category-card, .press-card {
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.card-premium:hover, .blog-card:hover, .feature-card:hover, .contact-info-card:hover,
.category-card:hover, .press-card:hover {
  transform: translateY(-3px);
  border-color: rgba(34,197,94,.34) !important;
  box-shadow: var(--fc-shadow-md) !important;
}
.pro-panel { background: rgba(255,255,255,.94); }
.pro-badge {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  max-width: 100%;
  padding: .44rem .72rem;
  border-radius: 999px;
  background: var(--fc-secondary-soft);
  color: #15803d;
  border: 1px solid rgba(34,197,94,.18);
  font-size: 11px;
  line-height: 1.25;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .075em;
  white-space: normal;
}
.trust-strip {
  background: linear-gradient(90deg, rgba(236,253,245,.72), rgba(240,249,255,.78));
  border-top: 1px solid var(--fc-border);
  border-bottom: 1px solid var(--fc-border);
}

/* Images ------------------------------------------------------------------ */
main img.rounded-3xl { border-radius: var(--fc-radius-xl) !important; }
main .shadow-2xl { box-shadow: var(--fc-shadow-lg) !important; }

/* Forms ------------------------------------------------------------------- */
/* Premium FreeConnect form system: consistent sizing, states and mobile UX. */
label {
  color: var(--fc-primary);
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.35;
}
.form-label { letter-spacing: -.01em; }

/* Text-like controls only. Range / checkbox / radio are intentionally separate. */
input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="hidden"]):not([type="color"]),
select,
textarea {
  width: 100%;
  max-width: 100%;
  min-height: 52px;
  padding: .82rem 1rem !important;
  border: 1px solid #dbe3ed !important;
  border-radius: 14px !important;
  background-color: #fbfdff !important;
  color: var(--fc-primary) !important;
  font-family: var(--fc-font-body);
  font-size: 16px !important; /* prevents iOS zoom */
  font-weight: 500;
  line-height: 1.45;
  box-shadow: 0 1px 2px rgba(15,23,42,.025), inset 0 1px 0 rgba(255,255,255,.75);
  outline: none !important;
  transition: border-color .16s ease, box-shadow .16s ease, background-color .16s ease, transform .16s ease;
}
textarea {
  min-height: 142px;
  resize: vertical;
  line-height: 1.62;
}
input::placeholder,
textarea::placeholder { color: #94a3b8; opacity: 1; font-weight: 450; }

input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="hidden"]):hover,
select:hover,
textarea:hover {
  border-color: #c7d2df !important;
  background-color: #fff !important;
}
input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="hidden"]):focus,
select:focus,
textarea:focus {
  border-color: #22c55e !important;
  background-color: #fff !important;
  box-shadow: 0 0 0 4px rgba(34,197,94,.10), 0 8px 24px rgba(15,23,42,.055) !important;
}

/* Keep icon-leading fields aligned even when utility padding is overridden. */
form[data-freeconnect-form] .relative > i + input,
form[data-freeconnect-form] .relative > i + select,
form[data-freeconnect-form] .relative > i + textarea {
  padding-left: 2.95rem !important;
}
form[data-freeconnect-form] .relative:focus-within > i {
  color: #16a34a !important;
  transform: translateY(-50%) scale(1.03);
}
form[data-freeconnect-form] .relative > i {
  transition: color .16s ease, transform .16s ease;
  pointer-events: none;
}
form[data-freeconnect-form] .relative > i[class*="top-4"] + textarea {
  padding-top: .9rem !important;
}
form[data-freeconnect-form] .relative:focus-within > i[class*="top-4"] {
  transform: scale(1.03);
}

/* Selects get a clean native-independent arrow and enough right padding. */
select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 2.8rem !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right .95rem center !important;
  background-size: 16px !important;
}
input[type="date"] { color-scheme: light; }

/* Checkbox / radio: compact, accessible and brand aligned. */
input[type="checkbox"],
input[type="radio"] {
  width: 19px;
  height: 19px;
  min-width: 19px;
  min-height: 19px;
  padding: 0 !important;
  margin: 0;
  accent-color: #22c55e;
  border-radius: 5px;
  cursor: pointer;
}
input[type="radio"] { border-radius: 999px; }

/* Validation states appear only after real user interaction / explicit ARIA state. */
input[aria-invalid="true"], select[aria-invalid="true"], textarea[aria-invalid="true"],
input:user-invalid, select:user-invalid, textarea:user-invalid {
  border-color: #ef4444 !important;
  box-shadow: 0 0 0 4px rgba(239,68,68,.08) !important;
}

/* Browser autofill should not introduce a yellow/blue visual mismatch. */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-text-fill-color: #0f172a;
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  box-shadow: 0 0 0 1000px #fff inset !important;
  transition: background-color 9999s ease-out 0s;
}

/* Public inquiry forms */
form[data-freeconnect-form] {
  --fc-form-gap: 1rem;
}
form[data-freeconnect-form] label.form-label {
  display: block;
  margin-bottom: .45rem !important;
  color: #1e293b;
}
form[data-freeconnect-form] label.form-label span[class*="22C55E"] {
  font-weight: 800;
}
form[data-freeconnect-form] button[type="submit"] {
  min-height: 54px;
  border: 0 !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%) !important;
  color: #fff !important;
  font-family: var(--fc-font-body);
  font-size: .96rem !important;
  font-weight: 800 !important;
  letter-spacing: -.005em;
  box-shadow: 0 12px 28px rgba(34,197,94,.20) !important;
  transform: none !important;
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease, opacity .16s ease !important;
}
form[data-freeconnect-form] button[type="submit"]:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 16px 34px rgba(34,197,94,.26) !important;
  filter: saturate(1.04);
}
form[data-freeconnect-form] button[type="submit"]:active { transform: translateY(0) scale(.995) !important; }
form[data-freeconnect-form] button[type="submit"]:focus-visible {
  outline: 3px solid rgba(34,197,94,.22) !important;
  outline-offset: 3px;
}
form[data-freeconnect-form] button[type="submit"]:disabled {
  cursor: wait;
  opacity: .72;
  transform: none !important;
  box-shadow: 0 7px 18px rgba(34,197,94,.14) !important;
}

/* Form cards get restrained depth instead of heavy visual noise. */
.fc-form-card {
  border-color: rgba(203,213,225,.78) !important;
  box-shadow: 0 18px 55px rgba(15,23,42,.075) !important;
}
.fc-form-card::before {
  content: '';
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #22c55e, #06b6d4);
  opacity: .9;
}

/* Submission status: clear, calm and accessible. */
.form-status {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: .5rem;
  margin-top: .8rem !important;
  padding: .72rem .85rem;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: .84rem !important;
  font-weight: 650;
  line-height: 1.45;
  text-align: left !important;
}
.form-status:empty { display: none; }
.form-status.is-success { color: #15803d !important; background: #f0fdf4; border-color: #bbf7d0; }
.form-status.is-error { color: #b91c1c !important; background: #fef2f2; border-color: #fecaca; }
.form-status::before { flex: 0 0 auto; margin-top: .02rem; font-weight: 900; }
.form-status.is-success::before { content: "✓"; }
.form-status.is-error::before { content: "!"; }

/* Compact newsletter / launch notification forms */
form[data-freeconnect-form="newsletter"],
form[data-freeconnect-form="launch-notify"] {
  align-items: stretch;
}
form[data-freeconnect-form="newsletter"] input[type="email"],
form[data-freeconnect-form="launch-notify"] input[type="email"] {
  min-height: 54px;
  border-radius: 14px !important;
  background: #fff !important;
}
form[data-freeconnect-form="newsletter"] button[type="submit"],
form[data-freeconnect-form="launch-notify"] button[type="submit"] {
  min-height: 54px;
  padding-inline: 1.4rem !important;
  white-space: nowrap !important;
}

/* Help-centre search behaves like a polished search control. */
#helpSearch {
  min-height: 56px;
  padding-left: 3.25rem !important;
  padding-right: 7.5rem !important;
  border-radius: 16px !important;
  box-shadow: 0 10px 26px rgba(15,23,42,.07) !important;
}
#helpSearch:focus { box-shadow: 0 0 0 4px rgba(34,197,94,.10), 0 16px 35px rgba(15,23,42,.09) !important; }

/* ROI sliders: reset text-field rules and use a professional track/thumb. */
input[type="range"] {
  width: 100%;
  min-height: 28px;
  padding: 0 !important;
  margin: .15rem 0;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  box-shadow: none !important;
  accent-color: #22c55e;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
input[type="range"]::-webkit-slider-runnable-track {
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(90deg, #dcfce7 0%, #dbeafe 100%);
  box-shadow: inset 0 0 0 1px rgba(148,163,184,.16);
}
input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  margin-top: -7.5px;
  border: 4px solid #fff;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 2px 8px rgba(15,23,42,.16), 0 0 0 1px rgba(34,197,94,.18);
  transition: transform .15s ease, box-shadow .15s ease;
}
input[type="range"]:hover::-webkit-slider-thumb { transform: scale(1.08); }
input[type="range"]:focus-visible::-webkit-slider-thumb { box-shadow: 0 0 0 5px rgba(34,197,94,.14), 0 2px 8px rgba(15,23,42,.16); }
input[type="range"]::-moz-range-track {
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(90deg, #dcfce7 0%, #dbeafe 100%);
}
input[type="range"]::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border: 4px solid #fff;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 2px 8px rgba(15,23,42,.16);
}

/* QR demo form compatibility */
#claimForm .input-field { min-height: 50px; border-radius: 14px !important; background: #fff !important; }
#claimForm .relative > i + .input-field { padding-left: 2.8rem !important; }
#claimForm select.input-field { padding-left: 1rem !important; }
#claimForm .relative:focus-within > i { color: #16a34a !important; }
#panel3 input[type="checkbox"] { margin-top: .15rem; }

/* Tables / horizontal content -------------------------------------------- */
table { width: 100%; border-collapse: separate; border-spacing: 0; }
th { color: var(--fc-primary); font-weight: 700; }
.overflow-x-auto { -webkit-overflow-scrolling: touch; scrollbar-width: thin; }
.line-clamp-2 { overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

/* Footer ------------------------------------------------------------------ */
.footer-heading {
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: #fff;
}
.footer-link {
  color: #cbd5e1;
  text-decoration: none;
  transition: color .16s ease, transform .16s ease;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
}
.footer-link:hover { color: #4ade80; transform: translateX(2px); }
.glass-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  color: #cbd5e1;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.10);
  transition: all .18s ease;
}
.glass-social:hover { color: #4ade80; background: rgba(34,197,94,.10); border-color: rgba(34,197,94,.30); transform: translateY(-2px); }
.fc-whatsapp-float::after {
  content: '';
  position: absolute;
  inset: -7px;
  border-radius: 999px;
  border: 1px solid rgba(34,197,94,.3);
  animation: fcPulse 2.1s infinite;
}
@keyframes fcPulse { 0%{transform:scale(.9);opacity:.85} 72%{transform:scale(1.25);opacity:0} 100%{opacity:0} }

/* Mid-size header safeguard: tablet/compact laptop ----------------------- */
@media (min-width: 1024px) and (max-width: 1199px) {
  .fc-header .fc-desktop-nav,
  .fc-header .fc-desktop-actions { display: none !important; }
  .fc-header .fc-mobile-trigger { display: inline-flex !important; }
  .fc-header .fc-mobile-menu { display: block !important; }
  #mobileMenu {
    position: absolute;
    left: 1.5rem;
    right: 1.5rem;
    top: calc(100% - 2px);
    z-index: 60;
  }
}

/* Tablet ------------------------------------------------------------------ */
@media (max-width: 1023px) {
  :root { --fc-header: 74px; }
  html { scroll-padding-top: 90px; }
  .fc-header > .relative { padding-left: 1rem !important; padding-right: 1rem !important; }
  .fc-header img { height: 46px !important; max-height: 46px !important; }
  #mobileMenu {
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: calc(100% - 2px);
    z-index: 60;
  }
  #mobileMenu.open { max-height: calc(100dvh - 88px); overflow-y: auto; overscroll-behavior: contain; }
  #mobileMenu .mobile-menu-panel { max-height: calc(100dvh - 100px); overflow-y: auto; }
  main { padding-top: var(--fc-header) !important; }
}

/* Mobile ------------------------------------------------------------------ */
@media (max-width: 767px) {
  .section-padding { padding-top: 3.75rem !important; padding-bottom: 3.75rem !important; }
  main h1 {
    font-size: clamp(2.2rem, 10.5vw, 3.15rem) !important;
    line-height: 1.055 !important;
    letter-spacing: -.04em !important;
  }
  main h2 {
    font-size: clamp(1.78rem, 8vw, 2.35rem) !important;
    line-height: 1.12 !important;
    letter-spacing: -.03em !important;
  }
  main h3 { font-size: clamp(1.24rem, 5.5vw, 1.55rem) !important; }
  main .text-lg { font-size: 1rem !important; line-height: 1.68 !important; }
  .max-w-\[1400px\], .max-w-\[1280px\], .max-w-\[1200px\], .max-w-\[1100px\] { max-width: 100% !important; }
  .px-6 { padding-left: 1rem !important; padding-right: 1rem !important; }
  .py-16 { padding-top: 3.5rem !important; padding-bottom: 3.5rem !important; }
  .gap-12 { gap: 2rem !important; }
  .rounded-3xl { border-radius: 20px !important; }
  .p-10, .md\:p-10 { padding: 1.35rem !important; }
  .p-8, .md\:p-8 { padding: 1.2rem !important; }
  .p-7, .md\:p-7 { padding: 1.15rem !important; }
  .p-6 { padding: 1rem !important; }
  .btn-primary, a.btn-primary, button.btn-primary, .btn-outline-dark, a.btn-outline-dark,
  main a[class*="rounded-full"], main button[class*="rounded-full"] {
    min-height: 48px;
    text-align: center;
    white-space: normal !important;
  }
  main .flex.flex-wrap.gap-4 > a,
  main .flex.flex-wrap.gap-3 > a,
  main .flex.flex-wrap.gap-4 > button,
  main .flex.flex-wrap.gap-3 > button {
    flex: 1 1 100%;
    width: 100%;
    justify-content: center;
  }
  .whitespace-nowrap { white-space: normal !important; }
  [class*="w-[800px]"], [class*="w-[700px]"], [class*="w-[600px]"], [class*="w-[500px]"] {
    max-width: 110vw !important;
    max-height: 110vw !important;
  }
  .fc-whatsapp-float {
    width: 52px !important;
    height: 52px !important;
    bottom: max(16px, env(safe-area-inset-bottom)) !important;
    right: 16px !important;
  }
}

@media (max-width: 639px) {
  .fc-header > .relative { padding-left: .85rem !important; padding-right: .85rem !important; }
  .fc-header img { height: 43px !important; max-height: 43px !important; }
  #mobileMenu { left: .75rem; right: .75rem; }
  .mobile-menu-panel { border-radius: 18px !important; }
  footer section .flex > a { width: 100%; justify-content: center; }
  footer .max-w-\[1200px\] { padding-left: 1rem !important; padding-right: 1rem !important; }
}

@media (max-width: 479px) {
  body { font-size: 15.5px; }
  .section-padding { padding-top: 3.25rem !important; padding-bottom: 3.25rem !important; }
  .pro-badge { font-size: 10.5px; letter-spacing: .06em; }
  main .inline-flex { max-width: 100%; }
  table { font-size: .84rem; }
}

/* Form-specific mobile refinements ---------------------------------------- */
@media (max-width: 639px) {
  .fc-form-card { border-radius: 20px !important; box-shadow: 0 12px 34px rgba(15,23,42,.07) !important; }
  form[data-freeconnect-form] { gap: .85rem; }
  form[data-freeconnect-form] .grid { gap: .9rem !important; }
  input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="hidden"]):not([type="color"]),
  select { min-height: 50px; }
  textarea { min-height: 128px; }
  form[data-freeconnect-form] button[type="submit"] { min-height: 52px; }
  form[data-freeconnect-form="newsletter"] button[type="submit"],
  form[data-freeconnect-form="launch-notify"] button[type="submit"] { width: 100% !important; }
  #helpSearch { padding-right: 1rem !important; }
  #helpSearch + button { position: static !important; transform: none !important; width: 100%; margin-top: .65rem; min-height: 48px; }
  #helpSearch + button:hover { transform: none !important; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}


/* ========================================================================
   FreeConnect Brand Refresh — 22 Sep 2026
   Unified colors, typography, sizing and component rhythm across all pages.
   ======================================================================== */
:root {
  --fc-primary: #0b1220;
  --fc-primary-2: #162033;
  --fc-secondary: #16a34a;
  --fc-secondary-hover: #15803d;
  --fc-secondary-soft: #eefbf2;
  --fc-accent: #0891b2;
  --fc-accent-soft: #ecfeff;
  --fc-bg: #f7faf8;
  --fc-bg-alt: #f2f7f4;
  --fc-surface: #ffffff;
  --fc-text: #3f4d5f;
  --fc-muted: #667085;
  --fc-border: #e4eae7;
  --fc-border-strong: #ced8d3;
  --fc-shadow-sm: 0 8px 24px rgba(11,18,32,.055);
  --fc-shadow-md: 0 18px 46px rgba(11,18,32,.085);
  --fc-shadow-lg: 0 28px 72px rgba(11,18,32,.13);
  --fc-radius-sm: 10px;
  --fc-radius-md: 14px;
  --fc-radius-lg: 20px;
  --fc-radius-xl: 24px;
  --fc-container: 1180px;
  --fc-header: 76px;
}

body {
  background: #fff;
  color: var(--fc-text);
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: -0.006em;
}

h1,h2,h3,h4,h5,h6,
main h1,main h2,main h3,main h4,main h5,main h6 {
  font-family: "Plus Jakarta Sans", "Inter", ui-sans-serif, system-ui, sans-serif !important;
  color: var(--fc-primary);
}
main h1 {
  font-size: clamp(2.55rem, 5vw, 4.25rem) !important;
  line-height: 1.045 !important;
  letter-spacing: -.047em !important;
  font-weight: 800 !important;
}
main h2 {
  font-size: clamp(1.95rem, 3.4vw, 2.9rem) !important;
  line-height: 1.12 !important;
  letter-spacing: -.038em !important;
  font-weight: 700 !important;
}
main h3 {
  font-size: clamp(1.22rem, 1.75vw, 1.52rem) !important;
  line-height: 1.28 !important;
  letter-spacing: -.025em !important;
  font-weight: 700 !important;
}
main h4 { font-weight: 700 !important; }
main p { color: var(--fc-text); }
main .text-lg { font-size: 1.0625rem !important; line-height: 1.72 !important; }
main .text-xl { font-size: clamp(1.08rem, 1.5vw, 1.22rem) !important; line-height: 1.68 !important; }

/* Brand color normalization for Tailwind arbitrary-color utilities */
[class~="text-[#0F172A]"],[class~="text-[#0f172a]"] { color: var(--fc-primary) !important; }
[class~="text-[#334155]"] { color: var(--fc-text) !important; }
[class~="text-[#64748B]"],[class~="text-[#64748b]"] { color: var(--fc-muted) !important; }
[class~="text-[#22C55E]"],[class~="text-[#22c55e]"] { color: var(--fc-secondary) !important; }
[class~="text-[#16A34A]"],[class~="text-[#16a34a]"] { color: var(--fc-secondary-hover) !important; }
[class~="text-[#06B6D4]"],[class~="text-[#06b6d4]"] { color: var(--fc-accent) !important; }
[class~="bg-[#0F172A]"],[class~="bg-[#0f172a]"] { background-color: var(--fc-primary) !important; }
[class~="bg-[#22C55E]"],[class~="bg-[#22c55e]"] { background-color: var(--fc-secondary) !important; }
[class~="bg-[#06B6D4]"],[class~="bg-[#06b6d4]"] { background-color: var(--fc-accent) !important; }
[class~="bg-[#F8FAFC]"],[class~="bg-[#f8fafc]"] { background-color: var(--fc-bg) !important; }
[class~="bg-[#ECFDF5]"],[class~="bg-[#ecfdf5]"] { background-color: var(--fc-secondary-soft) !important; }
[class~="border-[#E2E8F0]"],[class~="border-[#e2e8f0]"] { border-color: var(--fc-border) !important; }
[class~="border-[#22C55E]"],[class~="border-[#22c55e]"] { border-color: rgba(22,163,74,.55) !important; }

::selection { background: rgba(22,163,74,.16); color: var(--fc-primary); }
:focus-visible { outline-color: rgba(22,163,74,.42); }

.section-padding {
  padding-top: clamp(4.25rem, 6vw, 5.75rem) !important;
  padding-bottom: clamp(4.25rem, 6vw, 5.75rem) !important;
}
main > section > .max-w-\[1400px\],
main > section > .max-w-\[1280px\],
main > section > .max-w-\[1200px\],
main > section > .max-w-\[1100px\] {
  max-width: var(--fc-container) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: clamp(1rem, 2.5vw, 1.75rem) !important;
  padding-right: clamp(1rem, 2.5vw, 1.75rem) !important;
}

/* Header */
.fc-header { height: var(--fc-header); }
.fc-header > .absolute {
  background: rgba(255,255,255,.95) !important;
  border-bottom-color: rgba(228,234,231,.94) !important;
  box-shadow: 0 8px 28px rgba(11,18,32,.045) !important;
}
.fc-header.header-scrolled > .absolute { box-shadow: 0 14px 38px rgba(11,18,32,.075) !important; }
.fc-header img { height: 46px !important; max-height: 46px !important; }
.fc-header .fc-desktop-nav {
  background: rgba(247,250,248,.72) !important;
  border-color: var(--fc-border) !important;
  padding: 4px !important;
}
.fc-header .nav-link {
  min-height: 38px;
  padding: .58rem .86rem !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  letter-spacing: -.01em;
}
.fc-header .fc-desktop-actions a { min-height: 44px; font-size: 13.5px !important; }

/* Buttons */
.btn-primary, a.btn-primary, button.btn-primary,
main a[class~="bg-[#22C55E]"], main button[class~="bg-[#22C55E]"] {
  min-height: 48px;
  padding: .78rem 1.3rem;
  border-radius: 999px !important;
  background: linear-gradient(135deg,#18a94e 0%,#15803d 100%) !important;
  box-shadow: 0 10px 24px rgba(22,163,74,.19) !important;
  font-weight: 700 !important;
  letter-spacing: -.01em;
}
.btn-primary:hover, a.btn-primary:hover, button.btn-primary:hover,
main a[class~="bg-[#22C55E]"]:hover, main button[class~="bg-[#22C55E]"]:hover {
  background: linear-gradient(135deg,#168d42 0%,#166534 100%) !important;
  box-shadow: 0 14px 30px rgba(22,163,74,.24) !important;
}
.btn-outline-dark, a.btn-outline-dark {
  min-height: 48px;
  border-color: rgba(11,18,32,.14) !important;
  color: var(--fc-primary) !important;
  background: rgba(255,255,255,.96) !important;
  box-shadow: 0 3px 10px rgba(11,18,32,.025);
}
.btn-outline-dark:hover, a.btn-outline-dark:hover {
  border-color: rgba(22,163,74,.38) !important;
  color: #15803d !important;
  background: var(--fc-secondary-soft) !important;
}

/* Cards / content panels */
.card-premium,.blog-card,.feature-card,.contact-info-card,.category-card,.press-card,.pro-panel,
main [class*="rounded-3xl"][class*="border"] {
  border-color: var(--fc-border) !important;
  border-radius: var(--fc-radius-lg) !important;
  box-shadow: var(--fc-shadow-sm) !important;
}
.card-premium:hover,.blog-card:hover,.feature-card:hover,.contact-info-card:hover,.category-card:hover,.press-card:hover {
  transform: translateY(-2px);
  border-color: rgba(22,163,74,.30) !important;
  box-shadow: var(--fc-shadow-md) !important;
}
.pro-badge {
  background: var(--fc-secondary-soft) !important;
  color: #15803d !important;
  border-color: rgba(22,163,74,.16) !important;
  font-size: 10.5px !important;
  letter-spacing: .085em;
}
.trust-strip {
  background: linear-gradient(90deg,#f5fbf7,#f3fbfc) !important;
  border-color: var(--fc-border) !important;
}

/* Dark campaign sections */
main section[class~="bg-[#0F172A]"] {
  background: radial-gradient(circle at 85% 0%,rgba(8,145,178,.12),transparent 30%),
              radial-gradient(circle at 10% 100%,rgba(22,163,74,.12),transparent 34%),
              linear-gradient(145deg,#0b1220 0%,#111c2f 100%) !important;
}
main section[class~="bg-[#0F172A]"] h1,
main section[class~="bg-[#0F172A]"] h2,
main section[class~="bg-[#0F172A]"] h3,
main section[class~="bg-[#0F172A]"] h4 { color: #fff !important; }

/* Forms */
label { color: var(--fc-primary); font-size: .84rem; font-weight: 700; }
input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="hidden"]):not([type="color"]),
select, textarea, .input-field {
  border-color: var(--fc-border-strong) !important;
  border-radius: 12px !important;
  background: #fbfdfc !important;
  color: var(--fc-primary) !important;
  box-shadow: 0 1px 2px rgba(11,18,32,.02) !important;
}
input:not([type="checkbox"]):not([type="radio"]):focus,
select:focus, textarea:focus, .input-field:focus {
  border-color: rgba(22,163,74,.70) !important;
  background: #fff !important;
  box-shadow: 0 0 0 4px rgba(22,163,74,.09),0 8px 22px rgba(11,18,32,.035) !important;
}
.fc-form-card { border-radius: 20px !important; border-color: var(--fc-border) !important; }

/* Footer */
footer { background: #0b1220 !important; }
.footer-link { color: #c7d1dc; }
.footer-link:hover { color: #4ade80; }
.glass-social { border-color: rgba(255,255,255,.11); background: rgba(255,255,255,.06); }

@media (max-width: 1023px) {
  :root { --fc-header: 72px; }
  .fc-header img { height: 43px !important; max-height: 43px !important; }
}
@media (max-width: 767px) {
  body { font-size: 15.5px; }
  .section-padding { padding-top: 3.45rem !important; padding-bottom: 3.45rem !important; }
  main h1 { font-size: clamp(2.15rem,10vw,3rem) !important; line-height:1.07 !important; }
  main h2 { font-size: clamp(1.72rem,7.5vw,2.2rem) !important; line-height:1.15 !important; }
  main h3 { font-size: clamp(1.18rem,5vw,1.45rem) !important; }
  main .text-lg, main .text-xl { font-size: 1rem !important; line-height: 1.68 !important; }
  .card-premium,.blog-card,.feature-card,.contact-info-card,.category-card,.press-card,.pro-panel { border-radius: 18px !important; }
  .fc-header img { height: 41px !important; max-height: 41px !important; }
}
@media (max-width: 479px) {
  .section-padding { padding-top: 3.1rem !important; padding-bottom: 3.1rem !important; }
  main h1 { font-size: clamp(2rem,10vw,2.65rem) !important; }
  main h2 { font-size: clamp(1.65rem,8vw,2.05rem) !important; }
  .pro-badge { font-size: 10px !important; }
}
