:root {
  --green: #2f8f46;
  --green-dark: #1f6d36;
  --mint: #ecf7e9;
  --ink: #26302b;
  --muted: #65716b;
  --line: #dfe7df;
  --panel: #ffffff;
  --soft: #f7fbf5;
  --grey: #58605c;
  --shadow: 0 18px 45px rgba(38, 48, 43, .12);
  --radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background: linear-gradient(180deg, #f6fbf3 0%, #ffffff 34%, #f3f7f1 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px clamp(16px, 4vw, 54px);
  border-bottom: 1px solid rgba(223, 231, 223, .86);
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(18px);
}

.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; color: var(--green-dark); }
.brand img { width: 42px; height: 42px; object-fit: contain; border-radius: 0 !important; }
.desktop-nav { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.desktop-nav a {
  padding: 10px 12px;
  border-radius: var(--radius);
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}
.desktop-nav a.active, .desktop-nav a:hover { background: var(--mint); color: var(--green-dark); }
.icon-btn, .btn {
  border: 0;
  border-radius: var(--radius);
  background: var(--green);
  color: #fff;
  padding: 12px 16px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(47, 143, 70, .22);
}
.btn.secondary { background: #fff; color: var(--green-dark); border: 1px solid var(--line); box-shadow: none; }
.btn.grey { background: var(--grey); }
.btn.small { padding: 9px 11px; font-size: 13px; }
.sticky-book {
  position: fixed;
  right: 18px;
  top: 82px;
  z-index: 18;
  padding: 12px 16px;
  border-radius: 999px;
  color: #fff;
  background: var(--green-dark);
  font-weight: 850;
  box-shadow: var(--shadow);
}

main { padding-bottom: 86px; }
.section { padding: clamp(36px, 7vw, 86px) clamp(16px, 4vw, 56px); }
.section.soft { background: rgba(236, 247, 233, .72); }
.wrap { max-width: 1180px; margin: 0 auto; }
.hero {
  min-height: calc(100vh - 74px);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
  align-items: center;
  gap: clamp(24px, 6vw, 74px);
  padding-top: 32px;
}
.eyebrow { color: var(--green-dark); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; font-size: 12px; }
h1, h2, h3 { margin: 0; line-height: 1.05; letter-spacing: 0; }
h1 { font-size: clamp(42px, 7vw, 82px); max-width: 850px; }
h2 { font-size: clamp(30px, 4vw, 50px); }
h3 { font-size: 22px; }
p { color: var(--muted); line-height: 1.7; }
.lead { font-size: clamp(17px, 2vw, 21px); max-width: 720px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.hero-media {
  position: relative;
  min-height: 520px;
  border-radius: var(--radius);
  overflow: hidden;
  background:
    linear-gradient(140deg, rgba(47, 143, 70, .9), rgba(31, 109, 54, .78)),
    radial-gradient(circle at 30% 20%, #fff, transparent 32%);
  box-shadow: var(--shadow);
}
.hero-media img { position: absolute; inset: 34px 34px auto auto; width: 148px; border-radius: 50%; background: #fff; }
.metric-stack { position: absolute; left: 24px; right: 24px; bottom: 24px; display: grid; gap: 12px; }
.metric { padding: 18px; border-radius: var(--radius); background: rgba(255,255,255,.92); }
.metric strong { display: block; font-size: 30px; color: var(--green-dark); }
.grid { display: grid; gap: 18px; }
.grid.cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid.cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: 0 14px 34px rgba(38, 48, 43, .08);
}
.card.highlight { border-color: rgba(47, 143, 70, .35); background: linear-gradient(180deg, #fff, #f3fbf0); }
.card .price { color: var(--green-dark); font-size: 24px; font-weight: 900; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.pill { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 999px; padding: 7px 11px; color: var(--muted); background: #fff; font-size: 13px; font-weight: 800; }
.list { display: grid; gap: 10px; margin: 16px 0 0; padding: 0; list-style: none; }
.list li { padding-left: 26px; position: relative; color: var(--muted); line-height: 1.5; }
.list li::before { content: ""; position: absolute; left: 0; top: 7px; width: 10px; height: 10px; border-radius: 50%; background: var(--green); }
.form { display: grid; gap: 14px; }
.form.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.field { display: grid; gap: 6px; color: var(--grey); font-weight: 750; font-size: 13px; }
.field input, .field select, .field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 13px 14px;
  background: #fff;
  color: var(--ink);
}
.field textarea { min-height: 118px; resize: vertical; }
.tabs { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0; }
.tab { border: 1px solid var(--line); background: #fff; color: var(--grey); border-radius: 999px; padding: 9px 13px; font-weight: 850; }
.tab.active { background: var(--green); color: #fff; border-color: var(--green); }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
table { width: 100%; border-collapse: collapse; min-width: 720px; }
th, td { padding: 14px; border-bottom: 1px solid var(--line); text-align: left; }
th { color: var(--grey); font-size: 13px; }
.status { display: inline-flex; padding: 5px 9px; border-radius: 999px; background: var(--mint); color: var(--green-dark); font-weight: 850; font-size: 12px; }
.product-img, .service-img {
  height: 150px;
  border-radius: var(--radius);
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 44px;
  font-weight: 900;
  background: linear-gradient(135deg, var(--green), #6e7771);
}
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 24px; align-items: start; }
.portal-shell { display: grid; grid-template-columns: 240px 1fr; gap: 20px; }
.side-menu { display: grid; align-content: start; gap: 8px; position: sticky; top: 92px; }
.side-menu button { text-align: left; border: 1px solid var(--line); background: #fff; border-radius: var(--radius); padding: 12px; font-weight: 850; color: var(--grey); }
.side-menu button.active { background: var(--green); color: #fff; border-color: var(--green); }
.toast {
  position: fixed;
  left: 50%;
  bottom: 82px;
  transform: translateX(-50%) translateY(20px);
  opacity: 0;
  pointer-events: none;
  background: var(--ink);
  color: #fff;
  border-radius: var(--radius);
  padding: 12px 16px;
  z-index: 40;
  transition: .22s ease;
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }
.bottom-nav {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 25;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(16px);
}
.bottom-nav a { padding: 11px 4px; text-align: center; font-size: 12px; color: var(--muted); font-weight: 850; }
.bottom-nav a.active { color: var(--green-dark); }

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .bottom-nav { display: grid; }
  .brand span { font-size: 14px; }
  .sticky-book { top: auto; bottom: 68px; left: 14px; right: 14px; text-align: center; }
  .hero, .split, .portal-shell { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-media { min-height: 420px; }
  .grid.cols-3, .grid.cols-2, .form.two { grid-template-columns: 1fr; }
  .section-head { display: grid; }
  .side-menu { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.pro-hero-card {
  background:
    linear-gradient(145deg, rgba(47, 143, 70, .96), rgba(84, 92, 88, .82)),
    radial-gradient(circle at 22% 14%, rgba(255,255,255,.85), transparent 28%);
}
.agreement span { display: flex; gap: 9px; align-items: flex-start; line-height: 1.5; }
.mini-form { display: grid; gap: 9px; margin-top: 14px; }
.mini-form input { width: 100%; border: 1px solid var(--line); border-radius: var(--radius); padding: 10px 11px; }
.form-error { color: #9f1d1d; background: #fff1f1; border: 1px solid #ffd1d1; border-radius: var(--radius); padding: 10px 12px; }
.team-grid { margin-top: 18px; }
.admin-login-body { min-height: 100vh; display: grid; place-items: center; background: linear-gradient(140deg, rgba(47,143,70,.12), rgba(255,255,255,.86)), #f5faf2; }
.login-shell { width: min(94vw, 520px); padding: 24px; }
.login-card img { width: 86px; height: 86px; border-radius: 50%; object-fit: cover; box-shadow: var(--shadow); }
.login-card h1 { font-size: clamp(34px, 8vw, 58px); }
.admin-body { display: grid; grid-template-columns: 280px 1fr; min-height: 100vh; background: #f5f8f3; }
.admin-sidebar { position: sticky; top: 0; height: 100vh; padding: 20px; background: #ffffff; border-right: 1px solid var(--line); overflow-y: auto; }
.admin-sidebar .brand { margin-bottom: 24px; }
.admin-sidebar nav { display: grid; gap: 7px; }
.admin-sidebar nav a { padding: 12px 13px; border-radius: var(--radius); color: var(--grey); font-weight: 850; }
.admin-sidebar nav a.active, .admin-sidebar nav a:hover { background: var(--green); color: #fff; }
.admin-main { padding: clamp(18px, 3vw, 34px); }
.admin-topbar { display: flex; justify-content: space-between; gap: 18px; align-items: center; margin-bottom: 22px; }
.admin-topbar h1 { font-size: clamp(30px, 4vw, 52px); }
.admin-kpis, .admin-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.admin-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (max-width: 900px) {
  .admin-body { grid-template-columns: 1fr; }
  .admin-sidebar { position: static; height: auto; }
  .admin-sidebar nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .admin-topbar { display: grid; }
  .admin-kpis, .admin-grid { grid-template-columns: 1fr; }
}

/* Flash Image professional public UI v2 */
.fi-page { background: #f7fbf5; color: #233028; }
.fi-header {
  position: sticky; top: 0; z-index: 50;
  min-height: 76px; padding: 12px clamp(18px, 4vw, 64px);
  display: flex; align-items: center; justify-content: space-between; gap: 22px;
  background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(223,231,223,.9);
  backdrop-filter: blur(18px);
}
.fi-brand { display: inline-flex; align-items: center; gap: 12px; color: #16622e; font-weight: 900; font-size: 20px; }
.fi-brand img { width: 52px; height: 52px; border-radius: 0 !important; object-fit: cover; background: #eef8eb; }
.fi-nav { display: flex; align-items: center; justify-content: center; gap: 4px; flex-wrap: wrap; }
.fi-nav a { padding: 10px 12px; color: #5d6862; font-weight: 800; border-radius: 8px; font-size: 14px; }
.fi-nav a:hover { color: #176b33; background: #edf7ea; }
.fi-header-cta { padding: 11px 15px; border-radius: 999px; background: #1f7a3a; color: #fff; font-weight: 900; box-shadow: 0 16px 34px rgba(31,122,58,.2); }
.fi-floating-cta { position: fixed; right: 24px; bottom: 24px; z-index: 40; padding: 14px 18px; border-radius: 999px; background: #1f7a3a; color: #fff; font-weight: 900; box-shadow: 0 18px 44px rgba(31,122,58,.28); }
.fi-hero { min-height: calc(100vh - 76px); display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); align-items: center; gap: clamp(34px, 6vw, 86px); padding: clamp(54px, 8vw, 104px) clamp(18px, 5vw, 84px); background: linear-gradient(120deg, #f7fbf5 0%, #ffffff 58%, #eef8eb 100%); }
.fi-hero-copy { max-width: 780px; }
.fi-kicker { display: inline-flex; color: #176b33; text-transform: uppercase; letter-spacing: .08em; font-size: 12px; font-weight: 950; margin-bottom: 12px; }
.fi-hero h1, .fi-section h2 { color: #233028; letter-spacing: 0; }
.fi-hero h1 { font-size: clamp(46px, 6vw, 84px); line-height: 1.02; max-width: 880px; }
.fi-hero p { font-size: clamp(18px, 2vw, 23px); line-height: 1.7; max-width: 760px; color: #68746e; }
.fi-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0; }
.fi-trust-row { display: flex; flex-wrap: wrap; gap: 10px; }
.fi-trust-row span { padding: 9px 12px; border: 1px solid #dfe7df; border-radius: 999px; background: #fff; color: #5d6862; font-size: 13px; font-weight: 800; }
.fi-hero-panel { position: relative; display: grid; gap: 14px; align-content: end; min-height: 560px; padding: 210px 28px 28px; border-radius: 8px; overflow: hidden; background: linear-gradient(145deg, #31934d, #5f6b64); box-shadow: 0 28px 70px rgba(38,48,43,.18); }
.fi-hero-panel img { position: absolute; right: 42px; top: 42px; width: 156px; height: 156px; object-fit: contain; border-radius: 50%; background: #f4fbf1; box-shadow: 0 18px 44px rgba(0,0,0,.12); }
.fi-panel-card { padding: 22px; border-radius: 8px; background: rgba(255,255,255,.92); color: #1d2d24; }
.fi-panel-card strong { display: block; color: #12622e; font-size: 28px; line-height: 1; margin-bottom: 8px; }
.fi-panel-card span { color: #2d3832; line-height: 1.5; }
.fi-band { padding: 0 clamp(18px, 5vw, 84px) 44px; background: linear-gradient(120deg, #f7fbf5 0%, #ffffff 58%, #eef8eb 100%); }
.fi-band-grid { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.fi-band-grid a { min-height: 116px; padding: 20px; border: 1px solid #dfe7df; border-radius: 8px; background: #fff; box-shadow: 0 12px 28px rgba(38,48,43,.07); }
.fi-band-grid strong { display: block; color: #176b33; margin-bottom: 8px; font-size: 18px; }
.fi-band-grid span { color: #64706a; line-height: 1.5; }
.fi-section { padding: clamp(54px, 7vw, 96px) clamp(18px, 5vw, 84px); background: #fff; }
.fi-soft { background: #edf7ea; }
.fi-section-head { max-width: 1180px; margin: 0 auto 28px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 440px); gap: 22px; align-items: end; }
.fi-section h2 { font-size: clamp(34px, 4.2vw, 58px); line-height: 1.05; }
.fi-section-head p, .fi-section .lead { color: #65716b; font-size: 18px; line-height: 1.55; }
.fi-two-col { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .78fr); gap: 24px; align-items: start; }
.fi-feature-card, .fi-form-card, .fi-service-card, .fi-product-card, .fi-team-card { border: 1px solid #dfe7df; border-radius: 8px; background: #fff; box-shadow: 0 16px 38px rgba(38,48,43,.08); }
.fi-feature-card { padding: clamp(24px, 4vw, 36px); }
.fi-feature-card h3, .fi-form-card h3, .fi-service-card h3, .fi-product-card h3, .fi-team-card h3 { color: #233028; font-size: 24px; line-height: 1.15; }
.fi-form-card { padding: 24px; display: grid; gap: 14px; }
.fi-check-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 24px; }
.fi-check-grid span { position: relative; padding: 14px 14px 14px 38px; border-radius: 8px; background: #fff; border: 1px solid #dfe7df; color: #3d4842; font-weight: 750; }
.fi-check-grid span::before { content: ""; position: absolute; left: 16px; top: 19px; width: 10px; height: 10px; border-radius: 50%; background: #2f8f46; }
.fi-card-grid { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.fi-card-grid.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.fi-service-card, .fi-product-card { padding: 22px; display: grid; gap: 12px; align-content: start; }
.fi-service-card strong, .fi-product-card strong { color: #176b33; font-size: 22px; }
.fi-card-mark, .fi-product-visual { height: 132px; border-radius: 8px; display: grid; place-items: center; color: #fff; font-size: 42px; font-weight: 950; background: linear-gradient(135deg, #2f8f46, #5e6862); }
.muted-card { background: linear-gradient(180deg, #fff, #f6faf4); }
.fi-mini-form { display: grid; gap: 10px; margin-top: 6px; }
.fi-mini-form input { width: 100%; border: 1px solid #dfe7df; border-radius: 8px; padding: 11px 12px; color: #233028; }
.fi-team-grid { max-width: 1180px; margin: 22px auto 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.fi-team-card { padding: 22px; }
.fi-team-card span { display: inline-flex; margin-bottom: 10px; padding: 7px 10px; border-radius: 999px; background: #edf7ea; color: #176b33; font-size: 13px; font-weight: 900; }
@media (max-width: 1100px) { .fi-nav { display: none; } .fi-band-grid, .fi-card-grid, .fi-card-grid.products { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 800px) {
  .fi-header { padding: 10px 14px; }
  .fi-brand span { font-size: 15px; }
  .fi-header-cta { display: none; }
  .fi-floating-cta { left: 14px; right: 14px; bottom: 68px; text-align: center; }
  .fi-hero, .fi-two-col, .fi-section-head { grid-template-columns: 1fr; }
  .fi-hero { padding-top: 38px; }
  .fi-hero-panel { min-height: 460px; padding-top: 170px; }
  .fi-hero-panel img { width: 120px; height: 120px; right: 24px; top: 24px; }
  .fi-band-grid, .fi-card-grid, .fi-card-grid.products, .fi-team-grid, .fi-check-grid { grid-template-columns: 1fr; }
}

/* Individual page layout */
.fi-page-hero { padding: clamp(58px, 8vw, 110px) clamp(18px, 5vw, 84px); background: linear-gradient(120deg, #f7fbf5 0%, #ffffff 62%, #edf7ea 100%); border-bottom: 1px solid #dfe7df; }
.fi-page-hero h1 { max-width: 900px; color: #233028; font-size: clamp(42px, 6vw, 76px); line-height: 1.02; margin: 0; }
.fi-page-hero p { max-width: 760px; color: #65716b; font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.compact-hero { min-height: 620px; }
.short-section { padding-top: 48px; padding-bottom: 48px; }
.home-directory { padding-top: 0; }
@media (max-width: 800px) { .fi-page-hero { padding-top: 42px; } .compact-hero { min-height: auto; } }

/* Premium green homepage hero refresh */
.fi-hero.compact-hero {
  position: relative;
  min-height: 640px;
  isolation: isolate;
  grid-template-columns: minmax(0, .9fr) minmax(360px, .78fr);
  background:
    linear-gradient(115deg, rgba(6, 39, 31, .96) 0%, rgba(13, 82, 54, .94) 52%, rgba(30, 117, 61, .88) 100%),
    #083b2f;
  overflow: hidden;
}
.fi-hero.compact-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: repeating-linear-gradient(150deg, rgba(255,255,255,.12) 0 1px, transparent 1px 12px);
  opacity: .42;
  transform: translateX(12%) rotate(-2deg) scale(1.08);
}
.fi-hero.compact-hero::after {
  content: "";
  position: absolute;
  right: -120px;
  top: -160px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(139, 210, 132, .26), transparent 66%);
  z-index: -1;
}
.fi-hero.compact-hero .fi-kicker { color: #bce8b6; }
.fi-hero.compact-hero h1 {
  color: #ffffff;
  font-size: clamp(34px, 4.5vw, 62px);
  line-height: 1.08;
  max-width: 720px;
}
.fi-hero.compact-hero p {
  color: rgba(255,255,255,.78);
  font-size: clamp(16px, 1.5vw, 19px);
  max-width: 650px;
}
.fi-hero.compact-hero .fi-trust-row span {
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.82);
  border-color: rgba(255,255,255,.14);
}
.fi-hero.compact-hero .btn.secondary {
  background: rgba(255,255,255,.08);
  color: #ffffff;
  border-color: rgba(255,255,255,.24);
}
.fi-modern-panel {
  min-height: 500px;
  padding: 24px;
  align-content: stretch;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 28px 80px rgba(0,0,0,.28);
  backdrop-filter: blur(18px);
}
.fi-panel-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(255,255,255,.84);
  font-weight: 900;
  font-size: 13px;
  letter-spacing: .03em;
}
.fi-panel-topline strong {
  padding: 7px 10px;
  border-radius: 999px;
  color: #083b2f;
  background: #dff4d7;
}
.fi-preview-window {
  margin-top: 18px;
  overflow: hidden;
  border-radius: 8px;
  background: #f8fbf6;
  box-shadow: 0 24px 60px rgba(0,0,0,.22);
}
.fi-preview-header {
  height: 42px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 16px;
  background: #ffffff;
  border-bottom: 1px solid #e1e8df;
}
.fi-preview-header span { width: 9px; height: 9px; border-radius: 50%; background: #2f8f46; opacity: .85; }
.fi-preview-header span:nth-child(2) { background: #91b071; }
.fi-preview-header span:nth-child(3) { background: #5f6b64; }
.fi-preview-body {
  min-height: 210px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 22px;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(47,143,70,.08), rgba(255,255,255,.9)),
    #f8fbf6;
}
.fi-preview-body small {
  display: block;
  color: #2f8f46;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 10px;
}
.fi-preview-body strong {
  display: block;
  color: #203229;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.05;
}
.fi-preview-body p { color: #5f6b64; font-size: 15px; line-height: 1.55; margin-bottom: 0; }
.fi-preview-price {
  min-width: 128px;
  padding: 18px;
  border-radius: 8px;
  color: #ffffff;
  background: #1f7a3a;
  font-weight: 950;
  font-size: 26px;
  text-align: center;
}
.fi-preview-price span { display: block; font-size: 12px; opacity: .82; margin-top: 4px; }
.fi-panel-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}
.fi-panel-stat-grid div {
  padding: 16px;
  border-radius: 8px;
  background: rgba(255,255,255,.9);
}
.fi-panel-stat-grid strong {
  display: block;
  color: #12622e;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 8px;
}
.fi-panel-stat-grid span { color: #3f4b44; line-height: 1.4; font-size: 14px; }
.fi-modern-panel img { display: none !important; }
@media (max-width: 900px) {
  .fi-hero.compact-hero { grid-template-columns: 1fr; min-height: auto; }
  .fi-modern-panel { min-height: auto; }
  .fi-preview-body { grid-template-columns: 1fr; }
  .fi-preview-price { text-align: left; }
}
@media (max-width: 560px) {
  .fi-panel-stat-grid { grid-template-columns: 1fr; }
  .fi-hero.compact-hero h1 { font-size: clamp(32px, 10vw, 44px); }
}

/* Professional homepage directory cards */
.fi-directory-head {
  max-width: 1180px;
  margin: 0 auto 18px;
}
.fi-directory-head h2 {
  margin: 0;
  color: #233028;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.08;
}
.fi-directory-grid {
  align-items: stretch;
}
.fi-directory-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 190px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(223, 231, 223, .95);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(247,251,245,.98));
  box-shadow: 0 18px 44px rgba(38, 48, 43, .08);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.fi-directory-card::after {
  content: "";
  position: absolute;
  right: -42px;
  top: -42px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(47, 143, 70, .08);
}
.fi-directory-card:hover {
  transform: translateY(-4px);
  border-color: rgba(47, 143, 70, .34);
  box-shadow: 0 24px 58px rgba(38, 48, 43, .14);
}
.fi-directory-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #ffffff;
  background: linear-gradient(135deg, #2f8f46, #176b33);
  box-shadow: 0 14px 30px rgba(47, 143, 70, .24);
}
.fi-directory-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.fi-directory-card strong {
  position: relative;
  z-index: 1;
  color: #203229;
  font-size: 21px;
  line-height: 1.15;
}
.fi-directory-card span:not(.fi-directory-icon) {
  position: relative;
  z-index: 1;
  color: #65716b;
  line-height: 1.55;
  font-size: 15px;
}
@media (max-width: 800px) {
  .fi-directory-card { min-height: 160px; }
}

.fi-hero.compact-hero .fi-hero-copy,
.fi-hero.compact-hero .fi-modern-panel {
  position: relative;
  z-index: 1;
}
.fi-hero.compact-hero .fi-preview-body {
  grid-template-columns: 1fr;
  min-height: 236px;
}
/* Editorial four-panel homepage campaign */
/* Retired campaign rules retained temporarily for source-history reference.
.fi-hero.compact-hero.fi-campaign-hero { position:relative; display:block; grid-template-columns:none; gap:0; min-height:clamp(620px,calc(100vh - 76px),820px); padding:0; background:#071b2b; overflow:hidden; isolation:isolate; }
.fi-hero.compact-hero.fi-campaign-hero::before,.fi-hero.compact-hero.fi-campaign-hero::after { content:none; display:none; }
.fi-campaign-hero .fi-campaign-track,.fi-campaign-hero .fi-campaign-slide { position:absolute; inset:0; }
.fi-campaign-hero .fi-campaign-slide { display:none; align-items:center; padding:clamp(70px,9vw,130px) clamp(24px,8vw,120px) 110px; visibility:hidden; opacity:0; transform:scale(1.015); transition:opacity .7s ease,transform 1.2s ease,visibility .7s; background-color:#071b2b; }
.fi-campaign-hero .fi-campaign-slide[hidden] { display:none !important; }
.fi-campaign-slide::before,.fi-campaign-slide::after { content:""; position:absolute; inset:0; pointer-events:none; }
.fi-campaign-slide::before { background-image:var(--slide-image); background-size:cover; background-position:var(--slide-position,center); transform:scale(1.025); transition:transform 8s ease; }
.fi-campaign-slide::after { background:linear-gradient(90deg,rgba(5,20,33,.98) 0%,rgba(5,20,33,.91) 34%,rgba(5,20,33,.48) 63%,rgba(5,20,33,.12) 100%),linear-gradient(0deg,rgba(4,17,28,.52),transparent 55%); }
.fi-campaign-hero .fi-campaign-slide.is-active { display:grid; visibility:visible; opacity:1; transform:none; z-index:1; }
.fi-campaign-slide.is-active::before { transform:scale(1.075); }
.fi-campaign-copy { position:relative; z-index:1; width:min(680px,58vw); }
.fi-campaign-kicker { display:block; margin-bottom:20px; color:#efb95f; font-size:12px; font-weight:900; letter-spacing:.16em; text-transform:uppercase; }
.fi-campaign-hero h1,.fi-campaign-hero h2 { margin:0; color:#fff; font-size:clamp(48px,6.1vw,88px); line-height:.94; letter-spacing:-.055em; text-wrap:balance; }
.fi-campaign-copy p { max-width:600px; margin:26px 0 30px; color:rgba(255,255,255,.82); font-size:clamp(17px,1.45vw,21px); line-height:1.55; }
.fi-campaign-hero .btn { background:#eeb458; color:#132333; border-color:#eeb458; }
.fi-campaign-hero .btn:hover,.fi-campaign-hero .btn:focus-visible { background:#fff; border-color:#fff; }
.fi-campaign-hero .btn.secondary { background:transparent; color:#fff; border-color:rgba(255,255,255,.48); }
.fi-campaign-controls { position:absolute; z-index:5; left:clamp(24px,8vw,120px); right:clamp(24px,8vw,120px); bottom:28px; display:flex; align-items:end; justify-content:space-between; }
.fi-campaign-dots { display:flex; align-items:end; gap:8px; }
.fi-campaign-dots button { width:58px; padding:8px 0; border:0; border-bottom:2px solid rgba(255,255,255,.25); color:rgba(255,255,255,.55); background:transparent; font:800 11px/1 inherit; text-align:left; cursor:pointer; transition:.25s ease; }
.fi-campaign-dots button.is-active { width:92px; color:#fff; border-color:#eeb458; }
.fi-campaign-arrows { display:flex; gap:8px; }
.fi-campaign-arrows button { width:46px; height:46px; border:1px solid rgba(255,255,255,.35); border-radius:50%; color:#fff; background:rgba(5,20,33,.35); font-size:20px; cursor:pointer; transition:.2s ease; }
.fi-campaign-arrows button:hover,.fi-campaign-arrows button:focus-visible { color:#122333; background:#eeb458; border-color:#eeb458; }
.fi-campaign-feature { background:radial-gradient(circle at 83% 20%,rgba(238,180,88,.2),transparent 26%),linear-gradient(120deg,#071b2b,#103952); }
.fi-campaign-feature::before { background:repeating-linear-gradient(118deg,transparent 0 38px,rgba(255,255,255,.025) 38px 39px); transform:none; }
.fi-campaign-feature::after { inset:8% 4% 15% 55%; border:1px solid rgba(238,180,88,.2); background:transparent; }
.fi-feature-shell { position:relative; z-index:1; display:grid; grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr); gap:clamp(40px,8vw,120px); width:min(1180px,100%); margin:auto; align-items:end; }
.fi-feature-brand { display:flex; align-items:center; gap:20px; margin-bottom:clamp(50px,7vh,85px); color:#fff; font-size:15px; font-weight:800; letter-spacing:.02em; }
.fi-feature-brand strong { padding-left:20px; color:#eeb458; border-left:1px solid rgba(255,255,255,.35); font-size:18px; }
.fi-feature-intro p { max-width:570px; margin:24px 0 28px; color:rgba(255,255,255,.78); font-size:18px; line-height:1.6; }
.fi-feature-details { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); margin:0; border-top:1px solid rgba(255,255,255,.22); }
.fi-feature-details div { min-height:145px; padding:26px 22px; border-bottom:1px solid rgba(255,255,255,.22); }
.fi-feature-details div:nth-child(odd) { border-right:1px solid rgba(255,255,255,.22); }
.fi-feature-details dt { color:#eeb458; font-size:clamp(26px,3vw,38px); font-weight:900; letter-spacing:-.04em; }
.fi-feature-details dd { margin:10px 0 0; color:rgba(255,255,255,.78); font-size:14px; line-height:1.45; }
@media (max-width:800px) {
  .fi-hero.fi-campaign-hero { min-height:720px; }
  .fi-hero.fi-campaign-hero.is-feature-active { min-height:900px; }
  .fi-campaign-slide { align-items:end; padding:90px 20px 118px; }
  .fi-campaign-slide::after { background:linear-gradient(0deg,rgba(5,20,33,.98) 8%,rgba(5,20,33,.8) 57%,rgba(5,20,33,.2) 100%); }
  .fi-campaign-slide::before { background-position:var(--slide-position,center); }
  .fi-campaign-copy { width:100%; }
  .fi-campaign-hero h1,.fi-campaign-hero h2 { font-size:clamp(42px,12vw,64px); }
  .fi-campaign-copy p { margin:18px 0 22px; font-size:16px; }
  .fi-campaign-copy .fi-actions { gap:9px; }
  .fi-campaign-copy .btn { padding:12px 14px; font-size:13px; }
  .fi-campaign-controls { left:20px; right:20px; bottom:24px; }
  .fi-campaign-dots button { width:34px; }
  .fi-campaign-dots button.is-active { width:50px; }
  .fi-campaign-arrows button { width:40px; height:40px; }
  .fi-campaign-feature { align-items:start; padding:58px 20px 118px; overflow:visible; }
  .fi-feature-shell { grid-template-columns:1fr; gap:28px; align-self:start; }
  .fi-feature-brand { margin-bottom:28px; }
  .fi-feature-intro h2 { font-size:46px; }
  .fi-feature-intro p { margin:15px 0 18px; font-size:15px; }
  .fi-feature-intro .btn { padding:11px 14px; font-size:13px; }
  .fi-feature-details div { min-height:auto; padding:16px 14px; }
  .fi-feature-details dt { font-size:24px; }
  .fi-feature-details dd { margin-top:5px; font-size:14px; }
}
@media (max-width:420px) {
  .fi-hero.fi-campaign-hero.is-feature-active { min-height:960px; }
  .fi-feature-shell { gap:22px; }
  .fi-feature-details { grid-template-columns:1fr; }
  .fi-feature-details div { padding:13px 10px; }
  .fi-feature-details div:nth-child(odd) { border-right:0; }
  .fi-feature-details dt { display:inline; margin-right:8px; font-size:22px; }
  .fi-feature-details dd { display:inline; line-height:1.5; }
}
@media (prefers-reduced-motion:reduce) { .fi-campaign-slide,.fi-campaign-slide::before { transition:none; } }

*/
/* Editorial campaign deck: the complete right side of the homepage hero rotates. */
.fi-hero.compact-hero .campaign-deck {
  position: relative;
  display: block;
  min-height: clamp(560px, 43vw, 620px);
  padding: 0;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(218, 241, 215, .28);
  border-radius: 8px;
  background: #123d2f;
  box-shadow: 0 34px 80px rgba(2, 24, 16, .34);
  touch-action: pan-y;
}
.campaign-deck__stage,
.campaign-deck__slide { position: absolute; inset: 0; }
.campaign-deck__slide[hidden] { display: none !important; }
.campaign-deck__slide.is-active { animation: campaignDeckReveal .72s cubic-bezier(.22,.75,.24,1) both; }
.campaign-deck__slide--image { background: #0d3427; }
.fi-hero.compact-hero .campaign-deck__slide--image img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.campaign-deck__slide--image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 27, 19, .42) 0, transparent 25%, transparent 65%, rgba(4, 27, 19, .68) 100%);
  pointer-events: none;
}
.campaign-deck__toprail {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 0 24px;
  border-bottom: 1px solid rgba(255,255,255,.24);
  color: #fff;
  background: rgba(5, 38, 27, .34);
  backdrop-filter: blur(8px);
}
.campaign-deck__toprail span { font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.campaign-deck__toprail strong { font-size: 12px; letter-spacing: .15em; font-variant-numeric: tabular-nums; }
.campaign-deck__bottomrail {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 76px;
  padding: 12px 18px 12px 24px;
  border-top: 1px solid rgba(255,255,255,.24);
  color: #fff;
  background: rgba(5, 38, 27, .75);
  backdrop-filter: blur(10px);
}
.campaign-deck__caption { font-size: clamp(15px, 1.5vw, 19px); font-weight: 800; letter-spacing: -.01em; }
.campaign-deck__navigation { display: flex; align-items: center; gap: 12px; }
.campaign-deck__arrow {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 4px;
  color: #fff;
  background: transparent;
  font-size: 18px;
  cursor: pointer;
}
.campaign-deck__arrow:hover,
.campaign-deck__arrow:focus-visible { color: #16442f; background: #eff9eb; outline: 3px solid rgba(219,243,212,.32); }
.campaign-deck__segments { display: grid; grid-template-columns: repeat(4, 28px); gap: 5px; }
.campaign-deck__segments button {
  width: 100%;
  height: 3px;
  padding: 8px 0;
  border: 0;
  border-radius: 0;
  background: linear-gradient(rgba(255,255,255,.36), rgba(255,255,255,.36)) center / 100% 3px no-repeat;
  cursor: pointer;
}
.campaign-deck__segments button.is-active { background-image: linear-gradient(#dff4d7, #dff4d7); }
.campaign-deck__segments button:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
.campaign-deck__feature {
  padding: 86px 30px 96px;
  color: #fff;
  background: linear-gradient(135deg, #315f4c 0%, #174936 60%, #0d3728 100%);
}
.campaign-deck__feature::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .13;
  background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px);
  background-size: 42px 42px;
  pointer-events: none;
}
.campaign-deck__feature > * { position: relative; z-index: 1; }
.campaign-deck__feature-head { display: flex; justify-content: space-between; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.32); font-size: 12px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.campaign-deck__feature-copy { padding: 24px 0 22px; }
.campaign-deck__feature-copy small { color: #cbe8c5; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.fi-hero.compact-hero .campaign-deck__feature-copy h2 { margin: 7px 0 10px; color: #fff; font-size: clamp(31px, 3.3vw, 46px); line-height: 1; letter-spacing: -.04em; }
.fi-hero.compact-hero .campaign-deck__feature-copy p { max-width: 510px; margin: 0; color: #e3efe0; font-size: 14px; line-height: 1.55; }
.campaign-deck__metrics { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); margin: 0; border-top: 1px solid rgba(255,255,255,.26); border-left: 1px solid rgba(255,255,255,.26); }
.campaign-deck__metrics div { min-width: 0; padding: 14px 16px; border-right: 1px solid rgba(255,255,255,.26); border-bottom: 1px solid rgba(255,255,255,.26); background: rgba(255,255,255,.055); }
.campaign-deck__metrics dt { margin-bottom: 4px; color: #fff; font-size: 21px; font-weight: 900; }
.campaign-deck__metrics dd { margin: 0; color: #dcebd8; font-size: 11px; line-height: 1.35; }
@keyframes campaignDeckReveal { from { opacity: 0; transform: scale(1.025); } to { opacity: 1; transform: none; } }
@media (max-width: 900px) { .fi-hero.compact-hero .campaign-deck { min-height: clamp(540px, 75vw, 620px); } }
@media (max-width: 560px) {
  .fi-hero.compact-hero .campaign-deck { min-height: 540px; }
  .campaign-deck__toprail { min-height: 50px; padding: 0 16px; }
  .campaign-deck__bottomrail { grid-template-columns: 1fr; gap: 7px; min-height: 90px; padding: 10px 14px; }
  .campaign-deck__navigation { justify-content: space-between; }
  .campaign-deck__segments { grid-template-columns: repeat(4, minmax(20px, 1fr)); flex: 1; }
  .campaign-deck__feature { padding: 66px 18px 104px; }
  .campaign-deck__feature-copy { padding: 18px 0 16px; }
  .fi-hero.compact-hero .campaign-deck__feature-copy h2 { font-size: 30px; }
  .fi-hero.compact-hero .campaign-deck__feature-copy p { font-size: 13px; line-height: 1.45; }
  .campaign-deck__metrics div { padding: 11px 12px; }
  .campaign-deck__metrics dt { font-size: 18px; }
}
@media (max-width: 350px) {
  .fi-hero.compact-hero .campaign-deck { min-height: 565px; }
  .campaign-deck__toprail span { font-size: 10px; }
  .campaign-deck__feature { padding-right: 14px; padding-left: 14px; }
}
@media (prefers-reduced-motion: reduce) { .campaign-deck__slide.is-active { animation: none; } }

/* Professional menu and interactive buttons */
.fi-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.fi-nav {
  padding: 6px;
  border: 1px solid rgba(223, 231, 223, .92);
  border-radius: 999px;
  background: rgba(247, 251, 245, .86);
  box-shadow: 0 12px 32px rgba(38, 48, 43, .07);
}
.fi-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 13px;
  border-radius: 999px;
  transition: color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease;
}
.fi-nav a::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 6px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0;
  transform: scaleX(.35);
  transition: opacity .18s ease, transform .18s ease;
}
.fi-nav a:hover {
  color: #12622e;
  background: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(38, 48, 43, .08);
}
.fi-nav a:hover::after { opacity: .32; transform: scaleX(1); }
.fi-header-cta,
.fi-floating-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}
.fi-header-cta .fi-icon,
.fi-floating-cta .fi-icon { width: 19px; height: 19px; }
.fi-header-cta:hover,
.fi-floating-cta:hover,
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(31, 122, 58, .24);
}
.btn.secondary:hover {
  border-color: rgba(47, 143, 70, .42);
  box-shadow: 0 14px 30px rgba(38, 48, 43, .1);
}
.btn::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform .18s ease;
}
.btn:hover::after { transform: translateX(3px) rotate(45deg); }
.bottom-nav a {
  display: grid;
  justify-items: center;
  gap: 4px;
}
.bottom-nav .fi-icon {
  width: 20px;
  height: 20px;
}
@media (max-width: 1180px) {
  .fi-nav a { padding: 10px; }
  .fi-nav a span { display: none; }
  .fi-nav .fi-icon { width: 19px; height: 19px; }
}
@media (max-width: 1100px) {
  .fi-nav { display: none; }
}
.fi-nav a.active {
  color: #ffffff;
  background: #1f7a3a;
  box-shadow: 0 12px 28px rgba(31, 122, 58, .2);
}
.fi-nav a.active::after { opacity: 0; }
.btn .fi-icon { width: 19px; height: 19px; }
.btn.small .fi-icon { width: 16px; height: 16px; }
/* Footer and advanced home category cards */
.fi-category-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}
.fi-category-card {
  position: relative;
  min-height: 248px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(223, 231, 223, .92);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(247,251,245,.96));
  box-shadow: 0 18px 44px rgba(38, 48, 43, .08);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.fi-category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(47, 143, 70, .12), transparent 42%),
    radial-gradient(circle at 88% 12%, rgba(31, 122, 58, .14), transparent 34%);
  opacity: .8;
  pointer-events: none;
}
.fi-category-card::after {
  content: "";
  position: absolute;
  right: -36px;
  bottom: -44px;
  width: 132px;
  height: 132px;
  border: 1px solid rgba(47, 143, 70, .18);
  border-radius: 50%;
  background: rgba(255,255,255,.4);
}
.fi-category-card > * {
  position: relative;
  z-index: 1;
}
.fi-category-card:hover {
  transform: translateY(-6px);
  border-color: rgba(47, 143, 70, .4);
  box-shadow: 0 28px 70px rgba(38, 48, 43, .16);
}
.fi-category-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #1f7a3a, #5f6b64);
  box-shadow: 0 16px 34px rgba(31, 122, 58, .22);
}
.fi-category-icon .fi-icon { width: 27px; height: 27px; }
.fi-category-meta {
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  color: #176b33;
  background: rgba(236, 247, 233, .92);
  font-size: 12px;
  font-weight: 900;
}
.fi-category-card strong {
  color: #203229;
  font-size: 22px;
  line-height: 1.12;
}
.fi-category-card span:not(.fi-category-icon):not(.fi-category-meta) {
  color: #65716b;
  line-height: 1.55;
  font-size: 15px;
}
.fi-category-card em {
  align-self: end;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  color: #176b33;
  font-style: normal;
  font-weight: 950;
}
.fi-category-card em::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform .18s ease;
}
.fi-category-card:hover em::after { transform: translateX(4px) rotate(45deg); }
.fi-category-card.services .fi-category-icon { background: linear-gradient(135deg, #166b87, #1f7a3a); }
.fi-category-card.product .fi-category-icon { background: linear-gradient(135deg, #7a6726, #2f8f46); }
.fi-category-card.about .fi-category-icon { background: linear-gradient(135deg, #4e6470, #1f7a3a); }
.fi-category-card.contact .fi-category-icon { background: linear-gradient(135deg, #1f6d36, #26302b); }
.fi-footer {
  display: block;
  padding: 44px clamp(18px, 5vw, 84px) 30px;
  color: rgba(255,255,255,.82);
  background:
    linear-gradient(135deg, rgba(6, 39, 31, .98), rgba(18, 98, 46, .94)),
    #06271f;
}
.fi-footer-main {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(260px, 1.1fr) minmax(220px, .7fr) minmax(240px, .8fr);
  gap: 34px;
  align-items: start;
}
.fi-footer .fi-brand { color: #fff; }
.fi-footer .fi-brand img { background: #fff; }
.fi-footer p { color: rgba(255,255,255,.72); margin: 14px 0 0; max-width: 460px; }
.fi-footer-links,
.fi-footer-contact {
  display: grid;
  gap: 10px;
}
.fi-footer-links > span,
.fi-footer-contact > span {
  color: #bce8b6;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
  margin-bottom: 4px;
}
.fi-footer a:not(.fi-brand) {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(255,255,255,.88);
  font-weight: 800;
}
.fi-footer a:not(.fi-brand):hover { color: #ffffff; }
.fi-footer a .fi-icon { width: 18px; height: 18px; }
.fi-footer-bottom {
  max-width: 1180px;
  margin: 32px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.14);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255,255,255,.64);
  font-size: 14px;
}
@media (max-width: 1100px) {
  .fi-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 800px) {
  .fi-category-grid { grid-template-columns: 1fr; }
  .fi-category-card { min-height: 210px; }
  .fi-footer { display: none; }
}
/* Stronger category icon visibility */
.fi-category-icon {
  position: relative;
  z-index: 3;
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,.28);
  box-shadow: 0 16px 34px rgba(31, 122, 58, .26), inset 0 1px 0 rgba(255,255,255,.28);
}
.fi-category-icon::after {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 6px;
  background: rgba(255,255,255,.12);
  pointer-events: none;
}
.fi-category-icon .fi-icon {
  position: relative;
  z-index: 1;
  display: block;
  width: 29px;
  height: 29px;
  color: #ffffff !important;
  stroke: #ffffff !important;
  stroke-width: 2.2;
  filter: drop-shadow(0 2px 3px rgba(0,0,0,.22));
}
/* Homepage welcome panel and image-backed service cards */
.fi-welcome-panel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
  align-self: stretch;
}
.fi-welcome-card {
  min-height: 500px;
  display: grid;
  align-content: end;
  gap: 16px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.08)),
    rgba(255,255,255,.1);
  box-shadow: 0 28px 80px rgba(0,0,0,.28);
  backdrop-filter: blur(18px);
}
.fi-welcome-card h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.05;
}
.fi-welcome-card p {
  margin: 0;
  color: rgba(255,255,255,.8);
  font-size: 16px;
  line-height: 1.55;
}
.fi-welcome-highlights {
  display: grid;
  gap: 10px;
  margin: 4px 0 8px;
}
.fi-welcome-highlights span {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  color: rgba(255,255,255,.78);
  background: rgba(255,255,255,.08);
}
.fi-welcome-highlights strong {
  color: #dff4d7;
  font-size: 20px;
}
.fi-welcome-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  color: rgba(255,255,255,.82);
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(14px);
}
.fi-welcome-contact span,
.fi-welcome-contact a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.fi-welcome-contact strong { color: #ffffff; }
.fi-welcome-contact a { color: #dff4d7; font-weight: 950; }
.fi-service-showcase {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}
.fi-home-service-card {
  position: relative;
  min-height: 286px;
  display: grid;
  align-content: end;
  gap: 12px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(223, 231, 223, .9);
  border-radius: 8px;
  color: #ffffff;
  background: #123626;
  box-shadow: 0 18px 44px rgba(38, 48, 43, .11);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.fi-home-service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--service-bg);
  background-size: cover;
  background-position: center;
  opacity: .34;
  transform: scale(1.04);
  transition: opacity .2s ease, transform .2s ease;
}
.fi-home-service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 39, 31, .24), rgba(6, 39, 31, .88)),
    linear-gradient(135deg, rgba(47,143,70,.48), transparent 54%);
}
.fi-home-service-card > * {
  position: relative;
  z-index: 1;
}
.fi-home-service-card:hover {
  transform: translateY(-7px);
  border-color: rgba(188, 232, 182, .52);
  box-shadow: 0 30px 76px rgba(38, 48, 43, .2);
}
.fi-home-service-card:hover::before {
  opacity: .48;
  transform: scale(1.1);
}
.fi-service-chip {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255,255,255,.13);
  font-size: 12px;
  font-weight: 950;
  backdrop-filter: blur(12px);
}
.fi-service-chip .fi-icon { width: 16px; height: 16px; }
.fi-home-service-card strong {
  color: #ffffff;
  font-size: 23px;
  line-height: 1.08;
}
.fi-home-service-card span:not(.fi-service-chip) {
  color: rgba(255,255,255,.8);
  line-height: 1.5;
  font-size: 14px;
}
.fi-home-service-card em {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #dff4d7;
  font-style: normal;
  font-weight: 950;
}
.fi-home-service-card em::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform .18s ease;
}
.fi-home-service-card:hover em::after { transform: translateX(4px) rotate(45deg); }
@media (max-width: 1180px) {
  .fi-service-showcase { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .fi-welcome-card { min-height: auto; }
}
@media (max-width: 800px) {
  .fi-service-showcase { grid-template-columns: 1fr; }
  .fi-home-service-card { min-height: 236px; }
}
/* Revised welcome section and white service cards */
.fi-welcome-section {
  position: relative;
  background:
    linear-gradient(120deg, #ffffff 0%, #f7fbf5 58%, #edf7ea 100%);
  border-bottom: 1px solid rgba(223, 231, 223, .86);
}
.fi-welcome-shell {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
}
.fi-welcome-copy h2 {
  margin: 0;
  color: #203229;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.05;
}
.fi-welcome-copy p {
  color: #65716b;
  font-size: 18px;
  line-height: 1.68;
}
.fi-welcome-timeline {
  display: grid;
  gap: 14px;
}
.fi-welcome-timeline span {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 14px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(223, 231, 223, .95);
  border-radius: 8px;
  color: #4b5751;
  background: rgba(255,255,255,.9);
  box-shadow: 0 16px 38px rgba(38,48,43,.07);
}
.fi-welcome-timeline strong {
  color: #176b33;
  font-size: 24px;
  line-height: 1;
}
.fi-home-service-card {
  align-content: start;
  min-height: 288px;
  color: #203229;
  background: #ffffff;
  border-color: rgba(223, 231, 223, .95);
  box-shadow: 0 18px 44px rgba(38, 48, 43, .08);
}
.fi-home-service-card::before {
  inset: 0;
  opacity: .14;
  transform: scale(1.02);
  filter: saturate(.95);
}
.fi-home-service-card::after {
  background:
    linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.98) 70%),
    linear-gradient(135deg, rgba(47,143,70,.16), transparent 52%);
}
.fi-home-service-card:hover {
  border-color: rgba(47, 143, 70, .36);
  box-shadow: 0 28px 68px rgba(38, 48, 43, .14);
}
.fi-home-service-card:hover::before {
  opacity: .22;
  transform: scale(1.07);
}
.fi-service-chip {
  color: #176b33;
  border-color: rgba(47, 143, 70, .18);
  background: rgba(236,247,233,.9);
  backdrop-filter: none;
}
.fi-home-service-card strong { color: #203229; }
.fi-home-service-card span:not(.fi-service-chip) { color: #65716b; }
.fi-home-service-card em { color: #176b33; margin-top: auto; }
@media (max-width: 900px) {
  .fi-welcome-shell { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .fi-welcome-timeline span { grid-template-columns: 1fr; }
}
/* Modern admin dashboard */
.admin-pro-body {
  grid-template-columns: 292px 1fr;
  background:
    linear-gradient(135deg, rgba(236,247,233,.86), rgba(255,255,255,.78)),
    #eef4ec;
  color: #203229;
}
.admin-pro-body .admin-sidebar {
  padding: 22px 18px;
  background:
    linear-gradient(180deg, #0b3328 0%, #123f2b 58%, #f7fbf5 58%);
  border-right: 0;
  box-shadow: 18px 0 54px rgba(38,48,43,.1);
}
.admin-pro-body .admin-sidebar .brand {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  color: #ffffff;
  background: rgba(255,255,255,.1);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
}
.admin-pro-body .admin-sidebar .brand img { background: #ffffff; }
.admin-pro-body .admin-sidebar nav {
  margin-top: 22px;
  display: grid;
  gap: 8px;
}
.admin-pro-body .admin-sidebar nav a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border-radius: 8px;
  color: rgba(255,255,255,.78);
  font-weight: 850;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}
.admin-pro-body .admin-sidebar nav a span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #dff4d7;
  background: rgba(255,255,255,.1);
  font-size: 13px;
}
.admin-pro-body .admin-sidebar nav a:hover,
.admin-pro-body .admin-sidebar nav a.active {
  color: #0d3428;
  background: #ffffff;
  transform: translateX(2px);
  box-shadow: 0 14px 32px rgba(0,0,0,.12);
}
.admin-pro-body .admin-sidebar nav a.active span,
.admin-pro-body .admin-sidebar nav a:hover span {
  color: #ffffff;
  background: #1f7a3a;
}
.admin-pro-body .admin-main {
  padding: clamp(22px, 3vw, 42px);
}
.admin-pro-body .admin-topbar {
  padding: 22px;
  border: 1px solid rgba(223,231,223,.96);
  border-radius: 8px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 18px 46px rgba(38,48,43,.08);
  backdrop-filter: blur(16px);
}
.admin-pro-body .admin-topbar h1 {
  font-size: clamp(32px, 4vw, 54px);
}
.admin-pro-body .admin-topbar p {
  margin: 8px 0 0;
  color: #65716b;
}
.admin-dashboard-hero {
  margin-top: 22px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 20px;
  align-items: center;
  padding: clamp(24px, 4vw, 38px);
  border-radius: 8px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(8,59,47,.98), rgba(31,122,58,.9)),
    #083b2f;
  box-shadow: 0 26px 70px rgba(38,48,43,.18);
}
.admin-dashboard-hero span,
.admin-section-head span,
.admin-card-title span {
  color: #8ccf8c;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
  font-weight: 950;
}
.admin-dashboard-hero h2 {
  margin: 6px 0 10px;
  font-size: clamp(32px, 4vw, 58px);
  line-height: 1.02;
}
.admin-dashboard-hero p { max-width: 680px; color: rgba(255,255,255,.76); }
.admin-hero-ring {
  width: 174px;
  height: 174px;
  justify-self: end;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(#dff4d7 var(--ring), rgba(255,255,255,.14) 0);
  position: relative;
}
.admin-hero-ring::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 50%;
  background: #0e3c2d;
}
.admin-hero-ring strong,
.admin-hero-ring span { position: relative; z-index: 1; grid-area: 1 / 1; }
.admin-hero-ring strong { color: #fff; font-size: 42px; transform: translateY(-10px); }
.admin-hero-ring span { color: rgba(255,255,255,.7); transform: translateY(30px); letter-spacing: 0; text-transform: none; }
.admin-kpis {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.admin-kpi,
.admin-chart-card,
.admin-activity-card,
.admin-editor-card,
.admin-table-card {
  border: 1px solid rgba(223,231,223,.96);
  border-radius: 8px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 44px rgba(38,48,43,.08);
}
.admin-kpi {
  padding: 20px;
  display: grid;
  gap: 6px;
}
.admin-kpi span { color: #65716b; font-weight: 850; }
.admin-kpi strong { color: #176b33; font-size: 38px; line-height: 1; }
.admin-kpi em { color: #7a857f; font-style: normal; font-size: 13px; }
.admin-kpi.accent strong { color: #166b87; }
.admin-analytics-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: 18px;
}
.admin-chart-card,
.admin-activity-card { padding: 22px; }
.admin-card-title { display: grid; gap: 6px; margin-bottom: 18px; }
.admin-card-title strong { color: #203229; font-size: 24px; }
.admin-bars { display: grid; gap: 14px; }
.admin-bar-row {
  display: grid;
  grid-template-columns: 92px 1fr 42px;
  gap: 12px;
  align-items: center;
  color: #65716b;
  font-size: 14px;
  font-weight: 800;
}
.admin-bar-row div {
  height: 12px;
  border-radius: 999px;
  overflow: hidden;
  background: #edf4ea;
}
.admin-bar-row i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #1f7a3a, #8ccf8c);
}
.admin-activity-card a {
  display: flex;
  justify-content: space-between;
  padding: 13px 0;
  border-bottom: 1px solid #e6eee4;
  color: #203229;
  font-weight: 900;
}
.admin-activity-card a::after { content: ">"; color: #1f7a3a; }
.admin-section-head {
  margin-top: 22px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
}
.admin-section-head h2 { margin: 4px 0 0; font-size: clamp(28px, 3vw, 42px); }
.admin-section-head p { max-width: 560px; color: #65716b; }
.admin-edit-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.admin-editor-card {
  min-height: 280px;
  padding: 20px;
  display: grid;
  gap: 12px;
  align-content: start;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.admin-editor-card:hover {
  transform: translateY(-4px);
  border-color: rgba(47,143,70,.36);
  box-shadow: 0 26px 62px rgba(38,48,43,.14);
}
.admin-card-top,
.admin-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.admin-card-mark {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #1f7a3a, #5f6b64);
  font-weight: 950;
}
.admin-card-mark.product { background: linear-gradient(135deg, #7a6726, #2f8f46); }
.admin-card-mark.training { background: linear-gradient(135deg, #166b87, #1f7a3a); }
.admin-card-mark.email { background: linear-gradient(135deg, #4e6470, #1f7a3a); }
.admin-editor-card h3 { margin: 4px 0 0; color: #203229; font-size: 23px; }
.admin-editor-card p { color: #65716b; line-height: 1.55; margin: 0; }
.admin-card-meta strong { color: #176b33; }
.admin-card-meta span { color: #7a857f; font-size: 13px; font-weight: 850; }
.admin-status {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
}
.admin-status.live { color: #176b33; background: #edf7ea; }
.admin-status.muted { color: #68746e; background: #eef1ed; }
.admin-edit-btn {
  margin-top: auto;
  display: inline-flex;
  justify-content: center;
  padding: 12px 14px;
  border-radius: 8px;
  color: #fff;
  background: #1f7a3a;
  font-weight: 950;
}
.admin-progress { height: 10px; border-radius: 999px; overflow: hidden; background: #edf4ea; }
.admin-progress span { display: block; height: 100%; background: linear-gradient(90deg, #1f7a3a, #8ccf8c); }
.admin-table-card {
  margin-top: 22px;
  overflow-x: auto;
}
.admin-table-card table { min-width: 820px; }
.admin-table-card th {
  background: #f7fbf5;
  color: #65716b;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.admin-table-card td,
.admin-table-card th { padding: 16px; }
.admin-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
}
.admin-modal:target { display: block; }
.admin-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(9,26,20,.58);
  backdrop-filter: blur(7px);
}
.admin-modal-panel {
  position: relative;
  width: min(92vw, 720px);
  max-height: 88vh;
  overflow-y: auto;
  margin: 6vh auto;
  padding: 24px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 34px 90px rgba(0,0,0,.28);
}
.admin-modal-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 18px;
}
.admin-modal-head h2 { font-size: 30px; margin: 0; }
.admin-modal-head a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #203229;
  background: #edf4ea;
  font-size: 26px;
}
.admin-modal-form { display: grid; gap: 14px; }
.admin-modal-form textarea { min-height: 170px; }
.admin-form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.admin-toggle {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 12px;
  border: 1px solid #dfe7df;
  border-radius: 8px;
  color: #3d4842;
  font-weight: 850;
  background: #f7fbf5;
}
.admin-muted { color: #65716b; }
@media (max-width: 1100px) {
  .admin-pro-body { grid-template-columns: 1fr; }
  .admin-pro-body .admin-sidebar { position: static; height: auto; background: #0b3328; }
  .admin-pro-body .admin-sidebar nav { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .admin-dashboard-hero,
  .admin-analytics-grid { grid-template-columns: 1fr; }
  .admin-hero-ring { justify-self: start; }
  .admin-edit-grid,
  .admin-kpis { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .admin-pro-body .admin-sidebar nav,
  .admin-edit-grid,
  .admin-kpis,
  .admin-form-row { grid-template-columns: 1fr; }
  .admin-section-head,
  .admin-pro-body .admin-topbar { display: grid; }
  .admin-dashboard-hero { padding: 22px; }
}
/* Admin refinement: restrained professional pass */
.admin-pro-body {
  grid-template-columns: 280px 1fr;
  background: #f3f6f2;
}
.admin-pro-body .admin-sidebar {
  position: sticky;
  top: 0;
  min-height: 100vh;
  height: 100vh;
  padding: 20px 16px;
  background: #10251d !important;
  border-right: 1px solid rgba(255,255,255,.08);
  box-shadow: none;
}
.admin-pro-body .admin-sidebar::after {
  content: "";
  position: fixed;
  left: 0;
  bottom: 0;
  width: 280px;
  height: 160px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(16,37,29,0), #10251d 72%);
}
.admin-pro-body .admin-sidebar .brand {
  position: relative;
  z-index: 1;
  padding: 10px 8px;
  background: transparent;
  box-shadow: none;
  border-bottom: 1px solid rgba(255,255,255,.1);
  border-radius: 0;
}
.admin-pro-body .admin-sidebar nav {
  position: relative;
  z-index: 1;
  gap: 4px;
  padding-bottom: 28px;
}
.admin-pro-body .admin-sidebar nav a {
  min-height: 44px;
  padding: 10px 11px;
  color: rgba(255,255,255,.72);
  background: transparent;
  box-shadow: none;
  border-radius: 8px;
  font-size: 14px;
}
.admin-pro-body .admin-sidebar nav a span {
  width: 26px;
  height: 26px;
  color: rgba(255,255,255,.72);
  background: rgba(255,255,255,.08);
}
.admin-pro-body .admin-sidebar nav a:hover,
.admin-pro-body .admin-sidebar nav a.active {
  color: #ffffff;
  background: rgba(255,255,255,.1);
  transform: none;
  box-shadow: none;
}
.admin-pro-body .admin-sidebar nav a.active {
  box-shadow: inset 3px 0 0 #8ccf8c;
}
.admin-pro-body .admin-sidebar nav a.active span,
.admin-pro-body .admin-sidebar nav a:hover span {
  color: #10251d;
  background: #dff4d7;
}
.admin-pro-body .admin-main {
  padding: 28px clamp(22px, 3vw, 38px);
}
.admin-pro-body .admin-topbar,
.admin-kpi,
.admin-chart-card,
.admin-activity-card,
.admin-editor-card,
.admin-table-card {
  border: 1px solid #dfe7df;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(38,48,43,.06);
}
.admin-pro-body .admin-topbar {
  padding: 18px 20px;
  margin-bottom: 18px;
  backdrop-filter: none;
}
.admin-pro-body .admin-topbar h1 {
  font-size: clamp(30px, 3vw, 44px);
}
.admin-dashboard-hero {
  margin-top: 0;
  padding: 24px;
  color: #203229;
  background: #ffffff;
  border: 1px solid #dfe7df;
  box-shadow: 0 10px 28px rgba(38,48,43,.06);
}
.admin-dashboard-hero span,
.admin-section-head span,
.admin-card-title span {
  color: #176b33;
}
.admin-dashboard-hero h2 {
  color: #203229;
  font-size: clamp(30px, 3.2vw, 46px);
}
.admin-dashboard-hero p {
  color: #65716b;
}
.admin-hero-ring {
  width: 148px;
  height: 148px;
  background: conic-gradient(#1f7a3a var(--ring), #e7eee5 0);
}
.admin-hero-ring::before { background: #ffffff; }
.admin-hero-ring strong { color: #203229; font-size: 34px; }
.admin-hero-ring span { color: #65716b; }
.admin-kpis {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}
.admin-kpi {
  padding: 16px;
  min-height: 118px;
}
.admin-kpi strong {
  color: #203229;
  font-size: 32px;
}
.admin-kpi span,
.admin-kpi em,
.admin-card-meta span,
.admin-editor-card p,
.admin-section-head p {
  color: #65716b;
}
.admin-analytics-grid {
  gap: 14px;
}
.admin-chart-card,
.admin-activity-card {
  padding: 18px;
}
.admin-bar-row i {
  background: #1f7a3a;
}
.admin-edit-grid {
  grid-template-columns: repeat(3, minmax(260px, 1fr));
  gap: 14px;
}
.admin-editor-card {
  min-height: 248px;
  padding: 18px;
}
.admin-editor-card:hover {
  transform: translateY(-2px);
  border-color: #b9d7b5;
  box-shadow: 0 14px 34px rgba(38,48,43,.09);
}
.admin-card-mark,
.admin-card-mark.product,
.admin-card-mark.training,
.admin-card-mark.email {
  background: #203229;
}
.admin-status.live {
  color: #176b33;
  background: #edf7ea;
}
.admin-status.muted {
  color: #65716b;
  background: #eef1ed;
}
.admin-edit-btn {
  color: #176b33;
  background: #edf7ea;
  border: 1px solid #cfe5ca;
}
.admin-edit-btn:hover {
  color: #ffffff;
  background: #1f7a3a;
}
.admin-card-title strong,
.admin-editor-card h3 {
  color: #203229;
}
.admin-modal-panel {
  box-shadow: 0 24px 70px rgba(0,0,0,.22);
}
@media (max-width: 1300px) {
  .admin-kpis { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 1100px) {
  .admin-pro-body { grid-template-columns: 1fr; }
  .admin-pro-body .admin-sidebar {
    position: static;
    width: auto;
    min-height: auto;
    height: auto;
  }
  .admin-pro-body .admin-sidebar::after { display: none; }
}
@media (max-width: 760px) {
  .admin-kpis,
  .admin-edit-grid { grid-template-columns: 1fr; }
}
/* Admin icons and settings forms */
.admin-nav-icon {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.admin-settings-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.admin-settings-form .admin-section-head {
  margin-top: 22px;
}
@media (max-width: 900px) {
  .admin-settings-grid { grid-template-columns: 1fr; }
}
/* Public page breadcrumb and booking layouts */
.fi-breadcrumb-hero {
  position: relative;
  isolation: isolate;
  min-height: 360px;
  padding: 34px clamp(18px, 5vw, 72px) 58px;
  color: #fff;
  overflow: hidden;
  background: #173b2d;
}
.fi-breadcrumb-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: linear-gradient(90deg, rgba(12, 45, 31, .96) 0%, rgba(17, 74, 41, .88) 44%, rgba(18, 79, 46, .54) 100%), var(--crumb-bg);
  background-size: cover;
  background-position: center right;
  transform: scale(1.03);
}
.fi-breadcrumb-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 90px;
  z-index: -1;
  background: linear-gradient(180deg, rgba(243, 247, 241, 0), #f3f7f1 92%);
}
.fi-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 8px;
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(10px);
  font-weight: 800;
  font-size: 13px;
}
.fi-breadcrumb a { color: #e9ffe2; }
.fi-breadcrumb span { color: rgba(255,255,255,.82); }
.fi-breadcrumb span::before {
  content: "/";
  margin-right: 10px;
  color: rgba(255,255,255,.55);
}
.fi-breadcrumb-content {
  width: min(760px, 100%);
  margin-top: 58px;
}
.fi-breadcrumb-content h1 {
  margin: 10px 0 14px;
  color: #fff;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.02;
}
.fi-breadcrumb-content p {
  max-width: 660px;
  color: rgba(255,255,255,.86);
  font-size: 18px;
  line-height: 1.7;
}
.fi-public-split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
  gap: 22px;
  align-items: start;
}
.fi-public-panel,
.fi-booking-panel,
.fi-course-card,
.fi-service-group,
.fi-service-book-card {
  border: 1px solid #dde9d9;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(30, 52, 38, .07);
}
.fi-public-panel,
.fi-booking-panel { padding: clamp(20px, 3vw, 32px); }
.fi-panel-icon,
.fi-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  color: #176b33;
  background: #edf7ea;
  border: 1px solid #cfe5ca;
}
.fi-panel-icon .fi-icon,
.fi-card-icon .fi-icon,
.fi-feature-list .fi-icon,
.fi-course-meta .fi-icon { width: 19px; height: 19px; }
.fi-public-panel h2,
.fi-booking-panel h3,
.fi-course-card h3,
.fi-service-group-head h3,
.fi-service-book-card h4 {
  margin: 12px 0 10px;
  color: #203229;
}
.fi-public-panel p,
.fi-course-card p,
.fi-service-book-card p,
.fi-service-workspace .fi-section-title-row p { color: #65716b; line-height: 1.7; }
.fi-feature-list.compact {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}
.fi-feature-list.compact span,
.fi-course-meta span,
.fi-service-tags span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #3f4f46;
  font-weight: 800;
}
.fi-modern-form,
.fi-service-form { display: grid; gap: 12px; }
.fi-modern-form .btn,
.fi-service-form .btn,
.fi-course-card .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.fi-date-note {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  padding: 11px 12px;
  border-radius: 8px;
  border: 1px solid #cfe5ca;
  background: #edf7ea;
  color: #3f4f46;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}
.fi-date-note.muted {
  border-color: #dfe9dc;
  background: #f7faf5;
  color: #65716b;
}
.fi-date-note .fi-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: #176b33;
  margin-top: 1px;
}
.fi-section-title-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}
.fi-section-title-row h2 { margin: 6px 0 0; color: #203229; font-size: clamp(28px, 3vw, 42px); }
.fi-text-link { color: #176b33; font-weight: 900; }
.fi-course-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.fi-course-card { padding: 20px; display: grid; gap: 8px; }
.fi-course-meta { display: grid; gap: 8px; margin: 8px 0 10px; }
.fi-service-workspace { padding-top: 56px; }
.fi-service-group { padding: 18px; margin-top: 18px; }
.fi-service-group-head { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.fi-service-group-head h3 { margin-top: 4px; }
.fi-service-list { display: grid; gap: 14px; }
.fi-service-book-card {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(340px, 1.05fr);
  gap: 18px;
  padding: 18px;
  box-shadow: none;
}
.fi-service-summary { display: grid; align-content: start; gap: 8px; }
.fi-service-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.fi-service-tags span {
  padding: 7px 10px;
  border-radius: 999px;
  background: #f2f7f0;
  border: 1px solid #dfe9dc;
  font-size: 12px;
}
.fi-form-row.compact { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
@media (max-width: 980px) {
  .fi-public-split,
  .fi-service-book-card { grid-template-columns: 1fr; }
  .fi-course-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .fi-breadcrumb-hero { min-height: 320px; padding: 24px 18px 48px; }
  .fi-breadcrumb-content { margin-top: 38px; }
  .fi-section-title-row { display: grid; align-items: start; }
  .fi-course-grid,
  .fi-form-row.compact { grid-template-columns: 1fr; }
  .fi-service-group { padding: 12px; }
  .fi-service-book-card { padding: 14px; }
}

/* Services display cards and booking modal refinement */
.fi-service-card-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}
.fi-service-display-card {
  position: relative;
  display: grid;
  gap: 12px;
  min-height: 330px;
  padding: 20px;
  border: 1px solid #dde9d9;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fcf7 100%);
  box-shadow: 0 16px 36px rgba(30, 52, 38, .07);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.fi-service-display-card:hover {
  transform: translateY(-3px);
  border-color: #b9d7b5;
  box-shadow: 0 22px 48px rgba(30, 52, 38, .11);
}
.fi-service-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}
.fi-price-quote,
.fi-modal-quote-row {
  display: grid;
  gap: 3px;
  min-width: 142px;
  padding: 11px 12px;
  border: 1px solid #cfe5ca;
  border-radius: 8px;
  background: #edf7ea;
  text-align: right;
}
.fi-price-quote span,
.fi-modal-quote-row span {
  color: #567062;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.fi-price-quote strong,
.fi-modal-quote-row strong {
  color: #176b33;
  font-size: 18px;
  line-height: 1.15;
}
.fi-service-display-card h4 {
  margin: 4px 0 0;
  color: #203229;
  font-size: 20px;
  line-height: 1.25;
}
.fi-service-display-card p {
  margin: 0;
  color: #65716b;
  line-height: 1.55;
}
.fi-card-book-btn {
  align-self: end;
  width: 100%;
}
.fi-service-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 22px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
}
.fi-service-modal:target {
  opacity: 1;
  pointer-events: auto;
}
.fi-service-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(13, 28, 20, .58);
  backdrop-filter: blur(8px);
}
.fi-service-modal-panel {
  position: relative;
  width: min(680px, 100%);
  max-height: min(760px, calc(100vh - 44px));
  overflow: auto;
  padding: 22px;
  border: 1px solid #dfe9dc;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(0,0,0,.25);
  transform: translateY(10px) scale(.98);
  transition: transform .18s ease;
}
.fi-service-modal:target .fi-service-modal-panel {
  transform: translateY(0) scale(1);
}
.fi-service-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}
.fi-service-modal-head h3 {
  margin: 3px 0 0;
  color: #203229;
  font-size: clamp(24px, 3vw, 34px);
}
.fi-modal-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  color: #203229;
  background: #f2f7f0;
  border: 1px solid #dfe9dc;
  font-size: 28px;
  line-height: 1;
}
.fi-modal-quote-row {
  grid-template-columns: 1fr auto;
  align-items: center;
  text-align: left;
  margin-bottom: 16px;
}
@media (max-width: 1180px) {
  .fi-service-card-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .fi-service-card-list { grid-template-columns: 1fr; }
  .fi-service-display-card { min-height: 0; padding: 17px; }
  .fi-service-card-head { align-items: stretch; }
  .fi-price-quote { min-width: 124px; padding: 10px; }
  .fi-price-quote strong { font-size: 16px; }
  .fi-service-modal {
    align-items: end;
    place-items: end stretch;
    padding: 0 10px 78px;
  }
  .fi-service-modal-panel {
    width: 100%;
    max-height: calc(100vh - 110px);
    padding: 18px;
    border-radius: 8px 8px 0 0;
    transform: translateY(100%);
  }
  .fi-service-modal:target .fi-service-modal-panel { transform: translateY(0); }
  .fi-service-modal-head h3 { font-size: 24px; }
}

/* Bookkeeping booking page */
.fi-bookkeeping-shell {
  display: grid;
  gap: 24px;
  padding-top: 56px;
}
.fi-bookkeeping-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: 22px;
  align-items: stretch;
}
.fi-bookkeeping-overview,
.fi-bookkeeping-price-card,
.fi-bookkeeping-process article,
.fi-bookkeeping-booking {
  border: 1px solid #dde9d9;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(30, 52, 38, .07);
}
.fi-bookkeeping-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}
.fi-bookkeeping-checks span {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 11px 12px;
  border: 1px solid #dfe9dc;
  border-radius: 8px;
  color: #3f4f46;
  background: #f8fbf6;
  font-weight: 850;
}
.fi-bookkeeping-checks .fi-icon { width: 18px; height: 18px; color: #176b33; flex: 0 0 auto; }
.fi-bookkeeping-price-card {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: clamp(20px, 3vw, 32px);
  background: linear-gradient(180deg, #ffffff 0%, #f5faf2 100%);
}
.fi-bookkeeping-price-card h3 {
  margin: 0;
  color: #203229;
  font-size: clamp(28px, 3vw, 42px);
}
.fi-bookkeeping-price-card p { color: #65716b; line-height: 1.7; }
.fi-price-stack { display: grid; gap: 10px; }
.fi-price-stack div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px;
  border: 1px solid #cfe5ca;
  border-radius: 8px;
  background: #edf7ea;
}
.fi-price-stack span {
  color: #567062;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.fi-price-stack strong { color: #176b33; font-size: 21px; white-space: nowrap; }
.fi-bookkeeping-process {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.fi-bookkeeping-process article { padding: 18px; }
.fi-bookkeeping-process strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  color: #ffffff;
  background: #1f7a3a;
}
.fi-bookkeeping-process span {
  display: block;
  margin-top: 12px;
  color: #203229;
  font-size: 18px;
  font-weight: 950;
}
.fi-bookkeeping-process p { color: #65716b; line-height: 1.6; }
.fi-bookkeeping-booking {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr);
  gap: 22px;
  padding: clamp(20px, 3vw, 32px);
}
.fi-booking-copy h2 {
  margin: 6px 0 10px;
  color: #203229;
  font-size: clamp(30px, 4vw, 48px);
}
.fi-booking-copy p { color: #65716b; line-height: 1.7; }
.fi-bookkeeping-form {
  margin: 0;
  box-shadow: none;
  border: 1px solid #dfe9dc;
  background: #f8fbf6;
}
.fi-contract-note {
  padding: 13px;
  border: 1px solid #cfe5ca;
  border-radius: 8px;
  background: #edf7ea;
}
.fi-contract-note strong { display: block; margin-bottom: 8px; color: #203229; }
.fi-contract-note .field { margin: 0; }
@media (max-width: 980px) {
  .fi-bookkeeping-intro,
  .fi-bookkeeping-booking { grid-template-columns: 1fr; }
  .fi-bookkeeping-process { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .fi-bookkeeping-shell { padding-top: 34px; }
  .fi-bookkeeping-checks { grid-template-columns: 1fr; }
  .fi-price-stack div { display: grid; align-items: start; }
  .fi-price-stack strong { white-space: normal; }
}

/* About page */
.fi-about-shell {
  display: grid;
  gap: 24px;
  padding-top: 56px;
}
.fi-about-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: 22px;
  align-items: stretch;
}
.fi-about-story-card,
.fi-about-snapshot,
.fi-about-values article,
.fi-about-mission-band,
.fi-about-team-card {
  border: 1px solid #dde9d9;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(30, 52, 38, .07);
}
.fi-about-story-card { padding: clamp(22px, 3vw, 34px); }
.fi-about-story-card h2,
.fi-about-mission-band h2,
.fi-about-team-section h2 {
  margin: 12px 0 12px;
  color: #203229;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.08;
}
.fi-about-story-card p,
.fi-about-values p,
.fi-about-mission-band p,
.fi-about-team-card p,
.fi-about-team-section .fi-section-title-row p {
  color: #65716b;
  line-height: 1.72;
}
.fi-about-snapshot {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: clamp(20px, 3vw, 30px);
  background: linear-gradient(180deg, #ffffff 0%, #f5faf2 100%);
}
.fi-snapshot-list { display: grid; gap: 10px; }
.fi-snapshot-list div {
  padding: 14px;
  border: 1px solid #cfe5ca;
  border-radius: 8px;
  background: #edf7ea;
}
.fi-snapshot-list strong { display: block; color: #176b33; font-size: 20px; }
.fi-snapshot-list span { color: #567062; font-weight: 800; }
.fi-about-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.fi-about-values article { padding: 20px; }
.fi-about-values article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  color: #176b33;
  background: #edf7ea;
  border: 1px solid #cfe5ca;
}
.fi-about-values .fi-icon { width: 19px; height: 19px; }
.fi-about-values h3 { margin: 14px 0 8px; color: #203229; }
.fi-about-mission-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .55fr);
  gap: 22px;
  align-items: center;
  padding: clamp(22px, 4vw, 38px);
  background: linear-gradient(120deg, #ffffff 0%, #f4faf1 100%);
}
.fi-about-contact-card {
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid #cfe5ca;
  border-radius: 8px;
  background: #edf7ea;
}
.fi-about-contact-card strong { color: #203229; font-size: 20px; }
.fi-about-contact-card a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #176b33;
  font-weight: 900;
}
.fi-about-contact-card .fi-icon { width: 18px; height: 18px; }
.fi-about-team-section { display: grid; gap: 18px; }
.fi-about-team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.fi-about-team-card {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 16px;
  padding: 18px;
  align-items: start;
}
.fi-team-avatar {
  width: 88px;
  height: 88px;
  border-radius: 8px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: #203229;
  color: #ffffff;
  font-weight: 950;
  font-size: 24px;
}
.fi-team-avatar img { width: 100%; height: 100%; object-fit: cover; }
.fi-about-team-card span {
  color: #176b33;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.fi-about-team-card h3 { margin: 8px 0 8px; color: #203229; }
.fi-about-team-card p { margin: 0; }
@media (max-width: 980px) {
  .fi-about-story-grid,
  .fi-about-mission-band,
  .fi-about-team-grid { grid-template-columns: 1fr; }
  .fi-about-values { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .fi-about-shell { padding-top: 34px; }
  .fi-about-team-card { grid-template-columns: 1fr; }
  .fi-team-avatar { width: 74px; height: 74px; font-size: 20px; }
}

/* Contact, ecommerce, checkout, and auth updates */
.fi-account-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;
  color: #176b33;
  background: #edf7ea;
  border: 1px solid #cfe5ca;
  font-weight: 900;
}
.fi-account-link .fi-icon { width: 17px; height: 17px; }
.fi-contact-shell,
.fi-checkout-shell {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 22px;
  align-items: start;
  padding-top: 56px;
}
.fi-contact-info-card,
.fi-shop-card,
.fi-checkout-summary,
.fi-auth-card {
  border: 1px solid #dde9d9;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(30, 52, 38, .07);
}
.fi-contact-info-card { padding: clamp(22px, 3vw, 34px); }
.fi-contact-info-card h2 { margin: 12px 0; color: #203229; font-size: clamp(30px, 4vw, 52px); }
.fi-contact-info-card p { color: #65716b; line-height: 1.7; }
.fi-contact-methods { display: grid; gap: 10px; margin-top: 20px; }
.fi-contact-methods a,
.fi-contact-methods .fi-contact-static {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 2px 10px;
  padding: 14px;
  border: 1px solid #cfe5ca;
  border-radius: 8px;
  background: #edf7ea;
  color: #203229;
}
.fi-contact-methods .fi-icon { grid-row: span 2; color: #176b33; width: 20px; height: 20px; }
.fi-contact-methods span { color: #567062; font-weight: 900; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.fi-contact-methods strong { color: #176b33; }
.fi-shop-shell { padding-top: 56px; }
.fi-shop-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.fi-shop-card { overflow: hidden; display: grid; }
.fi-shop-image,
.fi-checkout-image,
.fi-service-featured-image {
  min-height: 220px;
  display: grid;
  place-items: center;
  background: #edf7ea;
  color: #176b33;
  font-weight: 950;
  font-size: 34px;
}
.fi-shop-image img,
.fi-checkout-image img,
.fi-service-featured-image img { width: 100%; height: 100%; object-fit: cover; }
.fi-shop-body { display: grid; gap: 10px; padding: 18px; }
.fi-shop-body h3 { margin: 0; color: #203229; font-size: 22px; }
.fi-shop-body p { margin: 0; color: #65716b; line-height: 1.55; }
.fi-shop-meta { display: grid; gap: 6px; padding: 12px; border-radius: 8px; background: #f5faf2; border: 1px solid #dfe9dc; }
.fi-shop-meta strong { color: #176b33; font-size: 22px; }
.fi-shop-meta span { color: #567062; font-weight: 850; }
.fi-checkout-summary { padding: 18px; display: grid; gap: 12px; }
.fi-checkout-summary h2 { margin: 0; color: #203229; font-size: clamp(28px, 3vw, 42px); }
.fi-checkout-summary p { color: #65716b; line-height: 1.55; }
.fi-checkout-image { border-radius: 8px; overflow: hidden; min-height: 280px; }
.fi-order-lines { display: grid; gap: 9px; }
.fi-order-lines div { display: flex; justify-content: space-between; gap: 12px; padding: 12px; border-radius: 8px; background: #edf7ea; border: 1px solid #cfe5ca; }
.fi-order-lines span { color: #567062; font-weight: 900; }
.fi-order-lines strong { color: #176b33; }
.fi-checkout-form { margin: 0; }
.fi-auth-shell { display: grid; place-items: center; padding-top: 56px; }
.fi-auth-card { width: min(560px, 100%); }
.fi-auth-card h2 { margin-top: 0; color: #203229; }
.fi-auth-card p { color: #65716b; }
.fi-auth-card a { color: #176b33; font-weight: 900; }
.fi-dev-otp { padding: 12px; border-radius: 8px; background: #fff7d6; color: #574600 !important; }
.fi-auth-inline { display: flex; justify-content: flex-end; margin-top: -4px; }
.fi-otp-input { font-size: 24px; font-weight: 900; letter-spacing: .28em; text-align: center; }
.field small { color: #65716b; font-size: 12px; font-weight: 650; line-height: 1.45; }
.fi-account-confirmed {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px;
  border: 1px solid #cfe5ca;
  border-radius: 8px;
  color: #176b33;
  background: #edf7ea;
}
.fi-account-confirmed .fi-icon { width: 22px; height: 22px; }
.fi-account-confirmed span { min-width: 0; color: #567062; overflow-wrap: anywhere; }
.fi-account-confirmed strong { color: #176b33; }
.fi-service-featured-image { min-height: 170px; border-radius: 8px; overflow: hidden; margin-bottom: 12px; }
.fi-service-featured-image .fi-icon { width: 42px; height: 42px; }
@media (max-width: 1180px) { .fi-shop-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 980px) {
  .fi-contact-shell,
  .fi-checkout-shell { grid-template-columns: 1fr; }
  .fi-account-link span { display: none; }
}
@media (max-width: 700px) {
  .fi-shop-grid { grid-template-columns: 1fr; }
  .fi-contact-shell,
  .fi-checkout-shell,
  .fi-auth-shell,
  .fi-shop-shell { padding-top: 34px; }
  .fi-account-link { display: none; }
}

/* Cart and customer portal */
.fi-cart-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  color: #176b33;
  background: #edf7ea;
  border: 1px solid #cfe5ca;
  font-weight: 950;
}
.fi-cart-link .fi-icon { width: 19px; height: 19px; }
.fi-cart-link span {
  position: absolute;
  right: -4px;
  top: -5px;
  min-width: 20px;
  height: 20px;
  display: inline-grid;
  place-items: center;
  padding: 0 5px;
  border-radius: 999px;
  color: #fff;
  background: #1f7a3a;
  font-size: 11px;
  line-height: 1;
}
.fi-product-actions { display: grid; grid-template-columns: .8fr 1fr; gap: 9px; align-items: stretch; }
.fi-product-actions form { display: grid; }
.fi-add-cart-btn { width: 100%; }
.fi-cart-shell { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 22px; padding-top: 56px; align-items: start; }
.fi-cart-list { display: grid; gap: 14px; }
.fi-cart-item,
.fi-empty-card,
.fi-cart-summary,
.fi-portal-panel,
.fi-portal-kpis article {
  border: 1px solid #dde9d9;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(30, 52, 38, .07);
}
.fi-cart-item { display: grid; grid-template-columns: 140px minmax(0, 1fr) 210px; gap: 16px; padding: 16px; align-items: center; }
.fi-cart-image { height: 120px; border-radius: 8px; overflow: hidden; display: grid; place-items: center; background: #edf7ea; color: #176b33; font-weight: 950; }
.fi-cart-image img { width: 100%; height: 100%; object-fit: cover; }
.fi-cart-detail h3 { margin: 0 0 6px; color: #203229; }
.fi-cart-detail p { margin: 0 0 8px; color: #65716b; line-height: 1.5; }
.fi-cart-detail strong { color: #176b33; font-size: 20px; }
.fi-cart-actions { display: grid; gap: 8px; }
.fi-cart-actions input { width: 100%; min-height: 42px; border: 1px solid #dfe9dc; border-radius: 8px; padding: 0 10px; }
.fi-cart-summary,
.fi-empty-card { padding: 20px; }
.fi-cart-summary h2,
.fi-empty-card h2 { margin: 6px 0 14px; color: #203229; }
.fi-empty-card p { color: #65716b; }
.fi-portal-shell { display: grid; gap: 20px; padding-top: 56px; }
.fi-portal-kpis { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.fi-portal-kpis article { padding: 18px; }
.fi-portal-kpis span { color: #65716b; font-weight: 900; }
.fi-portal-kpis strong { display: block; margin-top: 8px; color: #203229; font-size: 36px; }
.fi-portal-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.fi-portal-panel { padding: 18px; display: grid; gap: 12px; }
.fi-portal-panel.wide { grid-column: 1 / -1; }
.fi-portal-head { display: flex; align-items: center; gap: 12px; }
.fi-portal-head h2 { margin: 4px 0 0; color: #203229; }
.fi-portal-row { display: flex; justify-content: space-between; gap: 12px; align-items: center; padding: 12px; border: 1px solid #dfe9dc; border-radius: 8px; background: #f8fbf6; }
.fi-portal-row strong { display: block; color: #203229; }
.fi-portal-row span { color: #65716b; font-weight: 800; }
.fi-portal-row em { color: #176b33; background: #edf7ea; border-radius: 999px; padding: 6px 10px; font-style: normal; font-weight: 900; }
.fi-muted { color: #65716b; }
.fi-portal-actions { display: flex; flex-wrap: wrap; gap: 10px; }
@media (max-width: 980px) {
  .fi-cart-shell,
  .fi-cart-item,
  .fi-portal-grid { grid-template-columns: 1fr; }
  .fi-portal-kpis { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .fi-cart-link { display: none; }
  .fi-cart-shell,
  .fi-portal-shell { padding-top: 34px; }
  .fi-portal-kpis { grid-template-columns: 1fr; }
  .fi-product-actions { grid-template-columns: 1fr; }
}


/* Mobile commerce header refinement */
@media (max-width: 800px) {
  .fi-header {
    min-height: 66px;
    padding: 9px 12px;
    gap: 8px;
  }
  .fi-brand {
    min-width: 0;
    gap: 8px;
    flex: 1 1 auto;
  }
  .fi-brand img {
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
  }
  .fi-brand span {
    max-width: 142px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
  }
  .fi-cart-link,
  .fi-account-link {
    display: inline-flex !important;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    padding: 0;
    border-radius: 999px;
    align-items: center;
    justify-content: center;
  }
  .fi-account-link span:not(.fi-icon),
  .fi-account-link > span {
    display: none !important;
  }
  .fi-account-link .fi-icon,
  .fi-cart-link .fi-icon {
    width: 19px;
    height: 19px;
  }
  .fi-cart-link span {
    display: inline-grid !important;
  }
}
@media (max-width: 420px) {
  .fi-header {
    gap: 7px;
    padding-inline: 10px;
  }
  .fi-brand span { max-width: 108px; }
  .fi-cart-link,
  .fi-account-link {
    width: 40px;
    height: 40px;
  }
}

/* Training modal calendar flow */
.fi-training-overview {
  align-items: stretch;
}
.fi-training-cta {
  display: grid;
  align-content: start;
  gap: 14px;
  background:
    linear-gradient(145deg, rgba(237, 247, 234, .94), rgba(255, 255, 255, .98)),
    url('assets/kelly-sikkema-G_91H-3qZOA-unsplash.jpg') center/cover;
}
.fi-training-cta .fi-panel-icon {
  background: #176b33;
  color: #fff;
  border-color: #176b33;
}
.fi-training-cta h3 {
  margin: 0;
  color: #203229;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.08;
}
.fi-training-cta p {
  margin: 0;
  color: #56685f;
  line-height: 1.55;
}
.fi-training-cta-points {
  display: grid;
  gap: 10px;
  margin: 4px 0 8px;
}
.fi-training-cta-points span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #33483d;
  font-weight: 850;
}
.fi-training-cta-points .fi-icon {
  width: 18px;
  height: 18px;
  color: #176b33;
}
.fi-training-modal-panel {
  width: min(760px, 100%);
}
.fi-training-booking-form {
  gap: 14px;
}
.fi-calendar-card {
  border: 1px solid #dce9d8;
  border-radius: 8px;
  background: linear-gradient(180deg, #fbfdf9, #fff);
  padding: 14px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}
.fi-calendar-card.needs-date {
  border-color: #b84632;
  box-shadow: 0 0 0 3px rgba(184, 70, 50, .12);
}
.fi-calendar-head {
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.fi-calendar-head strong {
  text-align: center;
  color: #203229;
  font-size: 18px;
}
.fi-calendar-nav {
  width: 42px;
  height: 38px;
  border-radius: 8px;
  border: 1px solid #d6e5d2;
  background: #fff;
  color: #176b33;
  font-size: 18px;
  font-weight: 950;
  cursor: pointer;
}
.fi-calendar-nav:hover {
  background: #edf7ea;
}
.fi-calendar-weekdays,
.fi-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 6px;
}
.fi-calendar-weekdays {
  margin-bottom: 6px;
}
.fi-calendar-weekdays span {
  color: #6a7b72;
  font-size: 11px;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}
.fi-calendar-grid > span,
.fi-calendar-day {
  aspect-ratio: 1;
  min-width: 0;
  border-radius: 8px;
}
.fi-calendar-day {
  border: 1px solid #e4ece1;
  background: #f8fbf7;
  color: #9aa59f;
  font-weight: 850;
}
.fi-calendar-day.is-class-day {
  border-color: #cfe5ca;
  background: #edf7ea;
  color: #176b33;
  cursor: pointer;
}
.fi-calendar-day.is-class-day:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(23, 107, 51, .14);
}
.fi-calendar-day.is-selected {
  border-color: #176b33;
  background: #176b33;
  color: #fff;
  box-shadow: 0 12px 26px rgba(23, 107, 51, .24);
}
.fi-calendar-day:disabled {
  cursor: not-allowed;
  opacity: .55;
}
.fi-calendar-card .fi-date-note {
  margin-top: 12px;
  justify-content: center;
  text-align: center;
}
@media (max-width: 700px) {
  .fi-training-cta h3 { font-size: 28px; }
  .fi-training-modal-panel { padding: 18px; }
  .fi-calendar-card { padding: 10px; }
  .fi-calendar-weekdays,
  .fi-calendar-grid { gap: 4px; }
  .fi-calendar-day { font-size: 12px; }
}
/* Smart booking form controls */
.fi-phone-control {
  display: grid;
  grid-template-columns: minmax(150px, .58fr) minmax(0, 1fr);
  gap: 8px;
}
.fi-phone-control select,
.fi-phone-control input {
  min-width: 0;
}
.fi-account-hint {
  display: none;
  margin: -4px 0 0;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #dfe9dc;
  background: #f7faf5;
  color: #56685f;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}
.fi-account-hint.is-visible {
  display: block;
}
.fi-account-hint.is-existing {
  border-color: #cfe5ca;
  background: #edf7ea;
  color: #176b33;
}
@media (max-width: 560px) {
  .fi-phone-control {
    grid-template-columns: 1fr;
  }
}
/* Homepage hero preview contrast fix */
.fi-hero.compact-hero .fi-preview-body p {
  color: #4f5f56;
}
.fi-hero.compact-hero .fi-preview-body small {
  color: #176b33;
}
.fi-hero.compact-hero .fi-preview-body strong {
  color: #203229;
}
/* Advanced homepage quick contact */
.fi-home-contact-section {
  padding-top: clamp(56px, 7vw, 92px);
  padding-bottom: clamp(56px, 7vw, 92px);
  background:
    linear-gradient(120deg, rgba(8, 59, 47, .96), rgba(23, 107, 51, .9)),
    url('assets/kelly-sikkema-G_91H-3qZOA-unsplash.jpg') center/cover;
}
.fi-home-contact-shell {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: 24px;
  align-items: stretch;
}
.fi-home-contact-copy {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 24px 70px rgba(0,0,0,.18);
  backdrop-filter: blur(14px);
}
.fi-home-contact-copy .fi-kicker { color: #bce8b6; margin: 0; }
.fi-home-contact-copy h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.04;
}
.fi-home-contact-copy p {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 15px;
  line-height: 1.55;
}
.fi-home-contact-copy .btn.secondary {
  justify-self: start;
  margin-top: 6px;
  background: #ffffff;
  color: #176b33;
  border-color: #ffffff;
}
.fi-home-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-self: center;
  align-items: start;
}
.fi-home-contact-card {
  position: relative;
  overflow: hidden;
  min-height: 292px;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  align-content: start;
  gap: 10px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 20px 50px rgba(0,0,0,.16);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.fi-home-contact-card::before {
  content: "";
  position: absolute;
  inset: -42% -28% auto auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(31,122,58,.1);
}
.fi-home-contact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 70px rgba(0,0,0,.22);
}
.fi-home-contact-card.primary {
  background: #edf7ea;
}
.fi-contact-icon {
  position: relative;
  z-index: 1;
  top: auto;
  left: auto;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #ffffff;
  background: #176b33;
}
.fi-contact-icon .fi-icon { width: 21px; height: 21px; }
.fi-home-contact-card small {
  position: relative;
  z-index: 1;
  align-self: end;
  color: #567062;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.fi-home-contact-card strong {
  position: relative;
  z-index: 1;
  color: #203229;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.08;
}
.fi-home-contact-card em {
  position: relative;
  z-index: 1;
  color: #176b33;
  font-style: normal;
  font-weight: 950;
}
@media (max-width: 980px) {
  .fi-home-contact-shell,
  .fi-home-contact-grid { grid-template-columns: 1fr; }
  .fi-home-contact-card { min-height: 220px; }
}
/* Homepage ecommerce preview */
.fi-home-products {
  background: #ffffff;
  border-top: 1px solid #e7eee5;
}
.fi-home-products-shell {
  max-width: 1180px;
  margin: 0 auto;
}
.fi-home-products-head {
  margin-bottom: 18px;
}
.fi-product-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, auto);
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
}
.fi-product-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.fi-product-tabs button {
  border: 1px solid #dfe9dc;
  border-radius: 999px;
  background: #f8fbf6;
  color: #3f4f46;
  padding: 9px 13px;
  font-weight: 900;
  cursor: pointer;
}
.fi-product-tabs button.active,
.fi-product-tabs button:hover {
  border-color: #176b33;
  background: #176b33;
  color: #ffffff;
}
.fi-product-tools {
  display: grid;
  grid-template-columns: minmax(150px, 1fr) minmax(150px, 1fr);
  gap: 10px;
}
.fi-product-tools label {
  display: grid;
  gap: 5px;
  color: #567062;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.fi-product-tools input,
.fi-product-tools select {
  width: 100%;
  min-height: 42px;
  border: 1px solid #dfe9dc;
  border-radius: 8px;
  background: #ffffff;
  color: #203229;
  padding: 10px 12px;
  font: inherit;
  text-transform: none;
  letter-spacing: 0;
}
.fi-home-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.fi-home-product-card {
  display: grid;
  overflow: hidden;
  border: 1px solid #dde9d9;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(30, 52, 38, .07);
}
.fi-home-product-card[hidden] { display: none; }
.fi-home-product-image {
  min-height: 170px;
  display: grid;
  place-items: center;
  background: #edf7ea;
  overflow: hidden;
  color: #176b33;
  font-size: 32px;
  font-weight: 950;
}
.fi-home-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .2s ease;
}
.fi-home-product-card:hover .fi-home-product-image img { transform: scale(1.04); }
.fi-home-product-body {
  display: grid;
  gap: 9px;
  padding: 15px;
}
.fi-home-product-body h3 {
  margin: 0;
  color: #203229;
  font-size: 19px;
  line-height: 1.18;
}
.fi-home-product-body p {
  margin: 0;
  color: #65716b;
  font-size: 14px;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.fi-home-product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 0 2px;
}
.fi-home-product-meta strong {
  color: #176b33;
  font-size: 18px;
  white-space: nowrap;
}
.fi-home-product-meta span {
  color: #65716b;
  font-size: 12px;
  font-weight: 850;
  text-align: right;
}
@media (max-width: 1180px) {
  .fi-home-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .fi-product-toolbar { grid-template-columns: 1fr; }
  .fi-home-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .fi-product-tools,
  .fi-home-product-grid { grid-template-columns: 1fr; }
  .fi-home-product-meta { display: grid; align-items: start; }
  .fi-home-product-meta span { text-align: left; }
}
/* Cart drawer and service cart actions */
.fi-cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  justify-items: end;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}
.fi-cart-drawer:target {
  opacity: 1;
  pointer-events: auto;
}
.fi-cart-drawer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(11, 31, 24, .54);
  backdrop-filter: blur(7px);
}
.fi-cart-drawer-panel {
  position: relative;
  width: min(430px, calc(100vw - 24px));
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 16px;
  padding: 22px;
  background: #ffffff;
  box-shadow: -24px 0 70px rgba(0,0,0,.24);
  transform: translateX(28px);
  transition: transform .2s ease;
}
.fi-cart-drawer:target .fi-cart-drawer-panel { transform: translateX(0); }
.fi-cart-drawer-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #e1eadf;
  padding-bottom: 14px;
}
.fi-cart-drawer-head h2 {
  margin: 0;
  color: #203229;
  font-size: 28px;
}
.fi-cart-drawer-head-actions {
  display: flex;
  align-items: center;
  gap: 9px;
}
.fi-cart-drawer-head-actions form {
  margin: 0;
}
.fi-cart-clear {
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid #f0b8b8;
  border-radius: 8px;
  color: #b42318;
  background: #fff1f1;
  font-weight: 950;
  cursor: pointer;
}
.fi-cart-clear:hover {
  color: #ffffff;
  background: #c9281d;
  border-color: #c9281d;
}
.fi-cart-drawer-list {
  display: grid;
  align-content: start;
  gap: 12px;
  overflow-y: auto;
  padding-right: 4px;
}
.fi-cart-drawer-empty {
  display: grid;
  gap: 6px;
  padding: 18px;
  border: 1px solid #dfe9dc;
  border-radius: 8px;
  background: #f7faf5;
}
.fi-cart-drawer-empty strong { color: #203229; }
.fi-cart-drawer-empty span { color: #65716b; }
.fi-cart-drawer-item {
  position: relative;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid #dfe9dc;
  border-radius: 8px;
  background: #fff;
}
.fi-cart-drawer-remove {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  margin: 0;
}
.fi-cart-drawer-remove button {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid #efb1b1;
  border-radius: 999px;
  color: #c9281d;
  background: #fff1f1;
  font-size: 21px;
  font-weight: 950;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(201, 40, 29, .12);
}
.fi-cart-drawer-remove button:hover,
.fi-cart-drawer-remove button:focus-visible {
  color: #ffffff;
  background: #c9281d;
  border-color: #c9281d;
  outline: none;
}
.fi-cart-drawer-image {
  width: 70px;
  height: 70px;
  border-radius: 8px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: #edf7ea;
  color: #176b33;
}
.fi-cart-drawer-image img { width: 100%; height: 100%; object-fit: cover; }
.fi-cart-drawer-image .fi-icon { width: 26px; height: 26px; }
.fi-cart-drawer-item small {
  display: block;
  color: #567062;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.fi-cart-drawer-item strong {
  display: block;
  color: #203229;
  line-height: 1.2;
}
.fi-cart-drawer-item span { color: #176b33; font-weight: 900; }
.fi-cart-drawer-actions {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  border-top: 1px solid #e1eadf;
  padding-top: 14px;
}
.fi-service-card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-top: auto;
}
.fi-service-card-actions form { display: grid; }
.fi-products-advanced { background: #ffffff; }
.fi-products-page-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
@media (max-width: 900px) {
  .fi-products-page-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .fi-cart-drawer-panel { width: 100%; }
  .fi-cart-drawer-actions,
  .fi-service-card-actions,
  .fi-products-page-grid { grid-template-columns: 1fr; }
}
/* Admin message center */
.admin-flash {
  margin-bottom: 16px;
  padding: 13px 15px;
  border: 1px solid #cfe5ca;
  border-radius: 8px;
  color: #176b33;
  background: #edf7ea;
  font-weight: 850;
  box-shadow: 0 10px 24px rgba(38,48,43,.06);
}
.admin-message-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(260px, 1fr));
  gap: 14px;
  margin-top: 18px;
}
.admin-message-card,
.admin-message-empty {
  display: grid;
  gap: 14px;
  min-height: 250px;
  padding: 18px;
  border: 1px solid #dfe7df;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(38,48,43,.06);
}
.admin-message-card:hover {
  transform: translateY(-2px);
  border-color: #b9d7b5;
  box-shadow: 0 14px 34px rgba(38,48,43,.09);
}
.admin-message-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #10251d;
  background: #dff4d7;
}
.admin-message-card h3,
.admin-message-empty h3 {
  margin: 0;
  color: #203229;
  font-size: 21px;
}
.admin-message-card p,
.admin-message-empty p {
  margin: 0;
  color: #65716b;
  line-height: 1.65;
}
.admin-message-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  color: #65716b;
  font-size: 13px;
  font-weight: 800;
}
.admin-message-meta span {
  padding: 7px 9px;
  border-radius: 8px;
  background: #f4f7f3;
}
.admin-message-detail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}
.admin-message-detail div,
.admin-message-body {
  padding: 13px;
  border: 1px solid #dfe7df;
  border-radius: 8px;
  background: #f7fbf5;
}
.admin-message-detail span,
.admin-message-body span {
  display: block;
  margin-bottom: 5px;
  color: #176b33;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.admin-message-detail strong {
  color: #203229;
  overflow-wrap: anywhere;
}
.admin-message-body {
  margin-bottom: 14px;
}
.admin-message-body.reply {
  background: #ffffff;
}
.admin-message-body p {
  margin: 0;
  color: #3d4842;
  line-height: 1.7;
}
.admin-reply-form {
  padding-top: 14px;
  border-top: 1px solid #e7eee5;
}
@media (max-width: 1100px) {
  .admin-message-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .admin-message-grid,
  .admin-message-detail { grid-template-columns: 1fr; }
}
/* Admin campaign composer */
.admin-composer-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: 16px;
  align-items: start;
  margin-top: 18px;
}
.admin-campaign-form,
.admin-phonebook-panel,
.admin-message-utility-grid .admin-chart-card {
  padding: 18px;
  border: 1px solid #dfe7df;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(38,48,43,.06);
}
.admin-campaign-form textarea[name="message_body"] {
  min-height: 150px;
}
.admin-campaign-form textarea[name="bulk_contacts"],
.admin-phonebook-panel textarea {
  min-height: 120px;
}
.admin-campaign-form select[multiple] {
  min-height: 190px;
  padding: 8px;
}
.admin-list-stack,
.admin-template-stack {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}
.admin-list-pill {
  display: grid;
  gap: 3px;
  padding: 11px 12px;
  border: 1px solid #dfe7df;
  border-radius: 8px;
  background: #f7fbf5;
}
.admin-list-pill strong {
  color: #203229;
  font-size: 14px;
  overflow-wrap: anywhere;
}
.admin-list-pill span {
  color: #65716b;
  font-size: 12px;
  font-weight: 850;
}
.admin-message-utility-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
  margin-bottom: 22px;
}
.admin-template-stack details {
  border: 1px solid #dfe7df;
  border-radius: 8px;
  background: #f7fbf5;
  overflow: hidden;
}
.admin-template-stack summary {
  cursor: pointer;
  padding: 11px 12px;
  color: #203229;
  font-weight: 950;
}
.admin-template-stack details p {
  margin: 0;
  padding: 0 12px 12px;
  color: #65716b;
  line-height: 1.6;
}
@media (max-width: 1100px) {
  .admin-composer-shell,
  .admin-message-utility-grid { grid-template-columns: 1fr; }
}

/* Responsive public header stability */
.fi-header {
  display: grid;
  grid-template-columns: max-content max-content max-content max-content max-content;
  align-items: center;
  gap: clamp(10px, 1.4vw, 24px);
  padding-inline: clamp(14px, 3vw, 64px);
  justify-content: space-between;
}
.fi-header .fi-brand,
.fi-header .fi-header-cta,
.fi-header .fi-cart-link,
.fi-header .fi-account-link {
  flex: 0 0 auto;
}
.fi-header .fi-brand {
  min-width: 0;
  white-space: nowrap;
}
.fi-header .fi-brand span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fi-header .fi-nav {
  min-width: 0;
  max-width: 100%;
  justify-self: center;
  flex-wrap: nowrap;
  overflow: hidden;
}
.fi-header .fi-nav a,
.fi-header .fi-header-cta,
.fi-header .fi-account-link {
  white-space: nowrap;
}
.fi-header .fi-nav a {
  flex: 0 1 auto;
  min-width: 0;
}
.fi-header .fi-header-cta,
.fi-header .fi-account-link {
  min-height: 42px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1500px) and (min-width: 1181px) {
  .fi-header {
    grid-template-columns: max-content max-content max-content max-content max-content;
    gap: clamp(6px, .8vw, 12px);
    padding-inline: clamp(12px, 1.5vw, 24px);
  }
  .fi-header .fi-brand {
    gap: 8px;
    font-size: 15px;
  }
  .fi-header .fi-brand img {
    width: 40px;
    height: 40px;
  }
  .fi-header .fi-nav a {
    width: auto;
    height: 38px;
    padding: 0 8px;
    justify-content: center;
    gap: 5px;
    font-size: 12px;
  }
  .fi-header .fi-nav a span {
    display: inline;
  }
  .fi-header .fi-nav .fi-icon {
    width: 16px;
    height: 16px;
  }
  .fi-header .fi-header-cta,
  .fi-header .fi-account-link { font-size: 12px; }
  .fi-header .fi-header-cta { padding-inline: 11px; }
}

@media (max-width: 1180px) {
  .fi-header {
    grid-template-columns: minmax(0, 1fr) max-content max-content max-content;
  }
  .fi-header .fi-nav {
    display: none;
  }
}

@media (max-width: 920px) {
  .fi-header {
    grid-template-columns: minmax(0, 1fr) max-content max-content max-content;
  }
  .fi-header .fi-brand span {
    max-width: 210px;
  }
  .fi-header .fi-header-cta {
    width: 42px;
    height: 42px;
    padding: 0;
  }
  .fi-header .fi-header-cta span {
    display: none;
  }
}

@media (max-width: 800px) {
  .fi-header {
    display: flex;
  }
}
/* Desktop header no-wrap enforcement */
@media (min-width: 1181px) {
  .fi-header {
    display: grid !important;
    grid-template-columns: max-content max-content max-content max-content max-content !important;
    justify-content: space-between !important;
    align-items: center !important;
    column-gap: clamp(10px, 1.35vw, 22px) !important;
  }
  .fi-header .fi-nav {
    display: inline-flex !important;
    width: max-content !important;
    min-width: max-content !important;
    max-width: none !important;
    flex-wrap: nowrap !important;
    overflow: visible !important;
    white-space: nowrap !important;
  }
  .fi-header .fi-nav a {
    flex: 0 0 auto !important;
    min-width: max-content !important;
    white-space: nowrap !important;
  }
}

@media (min-width: 1501px) {
  .fi-header .fi-nav a {
    width: auto !important;
    height: auto !important;
    padding: 9px 10px !important;
  }
  .fi-header .fi-nav a span {
    display: inline !important;
  }
}

@media (max-width: 1500px) and (min-width: 1181px) {
  .fi-header .fi-nav a {
    width: auto !important;
    height: 38px !important;
    min-width: max-content !important;
    padding: 0 8px !important;
  }
  .fi-header .fi-nav a span {
    display: inline !important;
  }
}
/* Mobile header Join Class visibility */
@media (max-width: 800px) {
  .fi-header {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    min-height: 66px;
    padding: 9px 10px !important;
  }
  .fi-header .fi-brand {
    flex: 1 1 auto !important;
    min-width: 44px !important;
    max-width: none !important;
  }
  .fi-header .fi-brand img {
    width: 40px !important;
    height: 40px !important;
  }
  .fi-header .fi-brand span {
    max-width: clamp(76px, 22vw, 150px) !important;
    font-size: 13px !important;
    line-height: 1.15;
  }
  .fi-header .fi-header-cta {
    display: inline-flex !important;
    flex: 0 0 auto !important;
    width: auto !important;
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 12px !important;
    gap: 7px !important;
    border-radius: 999px;
    white-space: nowrap !important;
    font-size: 13px;
    line-height: 1;
  }
  .fi-header .fi-header-cta span {
    display: inline !important;
  }
  .fi-header .fi-header-cta .fi-icon {
    width: 17px !important;
    height: 17px !important;
  }
  .fi-header .fi-cart-link,
  .fi-header .fi-account-link {
    flex: 0 0 auto !important;
    width: 40px !important;
    height: 40px !important;
  }
}

@media (max-width: 520px) {
  .fi-header .fi-brand {
    flex: 0 1 auto !important;
  }
  .fi-header .fi-brand span {
    display: none !important;
  }
  .fi-header .fi-header-cta {
    padding: 0 11px !important;
    font-size: 12px;
  }
}

@media (max-width: 370px) {
  .fi-header {
    gap: 6px !important;
    padding-inline: 8px !important;
  }
  .fi-header .fi-header-cta {
    padding: 0 9px !important;
  }
  .fi-header .fi-header-cta .fi-icon {
    display: none !important;
  }
}
/* Pro mobile header compact alignment */
@media (max-width: 800px) {
  .fi-header {
    gap: 5px !important;
    padding: 8px 8px !important;
  }
  .fi-header .fi-brand {
    flex: 1 1 104px !important;
    min-width: 96px !important;
    gap: 6px !important;
  }
  .fi-header .fi-brand img {
    width: 34px !important;
    height: 34px !important;
  }
  .fi-header .fi-brand span {
    display: inline !important;
    max-width: clamp(82px, 24vw, 142px) !important;
    color: #16622e;
    font-size: clamp(11px, 3vw, 13px) !important;
    font-weight: 950;
    line-height: 1.08;
    white-space: normal !important;
    overflow: hidden;
    text-overflow: clip;
  }
  .fi-header .fi-header-cta {
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 9px !important;
    gap: 5px !important;
    font-size: 12px !important;
    box-shadow: 0 10px 20px rgba(31,122,58,.18);
  }
  .fi-header .fi-header-cta .fi-icon {
    width: 15px !important;
    height: 15px !important;
  }
  .fi-header .fi-cart-link,
  .fi-header .fi-account-link {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    padding: 0 !important;
  }
  .fi-header .fi-cart-link .fi-icon,
  .fi-header .fi-account-link .fi-icon {
    width: 17px !important;
    height: 17px !important;
  }
  .fi-header .fi-cart-link span {
    right: -3px;
    top: -5px;
    min-width: 18px;
    height: 18px;
    font-size: 10px;
  }
}

@media (max-width: 420px) {
  .fi-header {
    gap: 4px !important;
    padding-inline: 7px !important;
  }
  .fi-header .fi-brand {
    flex-basis: 92px !important;
    min-width: 88px !important;
  }
  .fi-header .fi-brand img {
    width: 32px !important;
    height: 32px !important;
  }
  .fi-header .fi-brand span {
    max-width: 76px !important;
    font-size: 10.5px !important;
  }
  .fi-header .fi-header-cta {
    padding: 0 8px !important;
    font-size: 11.5px !important;
  }
  .fi-header .fi-cart-link,
  .fi-header .fi-account-link {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
  }
}

@media (max-width: 360px) {
  .fi-header .fi-brand {
    min-width: 82px !important;
  }
  .fi-header .fi-brand span {
    max-width: 66px !important;
    font-size: 10px !important;
  }
  .fi-header .fi-header-cta {
    padding: 0 7px !important;
    font-size: 11px !important;
  }
  .fi-header .fi-header-cta .fi-icon {
    display: none !important;
  }
}

/* Checkout repair */
.fi-checkout-form h2 { margin: 0; color: #203229; }
.fi-checkout-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.fi-checkout-wide { grid-column: 1 / -1; }
.fi-delivery-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 2px 0; padding: 0; border: 0; }
.fi-delivery-options legend { grid-column: 1 / -1; margin-bottom: 8px; color: #203229; font-weight: 900; }
.fi-delivery-options label { display: flex; gap: 10px; align-items: flex-start; padding: 14px; border: 1px solid #cfe5ca; border-radius: 8px; background: #f5faf2; cursor: pointer; }
.fi-delivery-options input { margin-top: 4px; accent-color: #176b33; }
.fi-delivery-options span { display: grid; gap: 3px; }
.fi-delivery-options strong { color: #203229; }
.fi-delivery-options small { color: #65716b; }
.fi-checkout-errors { padding: 13px 15px; border: 1px solid #efb9b9; border-radius: 8px; background: #fff1f1; color: #8f2525; }
.fi-checkout-errors ul { margin: 8px 0 0; padding-left: 20px; }
@media (max-width: 700px) {
  .fi-checkout-fields, .fi-delivery-options { grid-template-columns: 1fr; }
  .fi-checkout-wide { grid-column: auto; }
}

/* Portal pending-order payments */
.fi-portal-order-actions { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 8px; }
.fi-portal-order-actions .btn { white-space: nowrap; }
.fi-payment-unavailable { max-width: 180px; color: #8a5b16; font-weight: 800; text-align: right; }
@media (max-width: 600px) {
  .fi-portal-row { align-items: flex-start; }
  .fi-portal-order-actions { align-items: flex-end; flex-direction: column; }
}

/* Payment action contrast */
.fi-portal-row .fi-complete-payment,
.fi-portal-row .fi-complete-payment span,
.fi-portal-row .fi-complete-payment .fi-icon { color: #ffffff; }
.fi-portal-row .fi-complete-payment { background: #176b33; border-color: #176b33; }
.fi-portal-row .fi-complete-payment:hover { background: #105426; border-color: #105426; }

/* Professional email studio */
.admin-email-studio-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(250px, .5fr);
  gap: 24px;
  align-items: end;
  margin-top: 22px;
  padding: clamp(24px, 4vw, 46px);
  border: 1px solid #23543c;
  border-radius: 14px;
  color: #fff;
  background: #123b29;
  box-shadow: 0 24px 58px rgba(19, 59, 41, .16);
}
.admin-email-studio-kicker {
  display: block;
  margin-bottom: 9px;
  color: #a7d9a8;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.admin-email-studio-hero h2 { margin: 0; font-size: clamp(36px, 5vw, 64px); letter-spacing: -.045em; }
.admin-email-studio-hero p { max-width: 650px; margin: 13px 0 22px; color: #d4e5d6; line-height: 1.65; }
.admin-email-studio-badges { display: flex; flex-wrap: wrap; gap: 8px; }
.admin-email-studio-badges span {
  padding: 8px 11px;
  border: 1px solid #3d7054;
  border-radius: 999px;
  color: #eaf5e8;
  background: #1b4a35;
  font-size: 12px;
  font-weight: 850;
}
.admin-email-studio-hero aside {
  display: grid;
  gap: 5px;
  padding: 20px;
  border-left: 3px solid #7fc481;
  border-radius: 0 10px 10px 0;
  background: #194832;
}
.admin-email-studio-hero aside > span { color: #9fc7a4; font-size: 11px; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.admin-email-studio-hero aside strong { margin-top: 7px; font-size: 20px; }
.admin-email-studio-hero aside small { color: #d5e6d6; overflow-wrap: anywhere; }
.admin-email-template-head { margin-top: 34px; }
.admin-email-template-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 18px;
}
.admin-email-template-card {
  min-width: 0;
  padding: 16px;
  display: grid;
  gap: 14px;
  border: 1px solid #d9e6d6;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(35, 63, 45, .07);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.admin-email-template-card:hover { transform: translateY(-4px); border-color: #91bd8e; box-shadow: 0 22px 50px rgba(35, 63, 45, .12); }
.admin-email-card-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.admin-email-card-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: #176b33;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
}
.admin-email-mini-canvas {
  min-height: 208px;
  padding: 18px;
  display: grid;
  align-content: start;
  border: 8px solid #edf2eb;
  border-radius: 10px;
  background: #fffdf8;
  box-shadow: inset 0 0 0 1px #dbe5d8;
}
.admin-email-mini-brand { display: flex; align-items: center; gap: 8px; padding-bottom: 12px; border-bottom: 1px solid #e4ebe1; }
.admin-email-mini-brand i { width: 24px; height: 24px; border-radius: 6px; background: #176b33; }
.admin-email-mini-brand strong { color: #173c29; font-size: 11px; letter-spacing: .08em; }
.admin-email-mini-canvas > small { margin-top: 16px; color: #238044; font-size: 9px; font-weight: 950; letter-spacing: .12em; }
.admin-email-mini-canvas > b { margin-top: 5px; color: #25382e; font-size: 14px; line-height: 1.35; }
.admin-email-mini-canvas > p { margin: 9px 0 16px; color: #6a776f; font-size: 11px; line-height: 1.5; }
.admin-email-mini-signature { margin-top: auto; padding: 10px; color: #fff; background: #173c29; font-size: 10px; font-weight: 900; }
.admin-email-mini-signature span { display: block; margin-top: 2px; color: #acd2ad; font-size: 9px; font-weight: 700; }
.admin-email-card-copy > span { color: #238044; font-size: 10px; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.admin-email-card-copy h3 { margin: 5px 0 10px; color: #203229; font-size: 21px; }
.admin-email-token-row { display: flex; flex-wrap: wrap; gap: 6px; }
.admin-email-token-row span { padding: 5px 7px; border-radius: 6px; color: #486153; background: #edf7ea; font-size: 10px; font-weight: 850; }
.admin-modal-panel:has(.admin-template-workbench) { width: min(95vw, 1160px); }
.admin-template-workbench { display: grid; grid-template-columns: minmax(300px, .82fr) minmax(420px, 1.18fr); gap: 22px; align-items: start; }
.admin-template-controls { display: grid; gap: 14px; }
.admin-template-field { display: grid; gap: 7px; }
.admin-template-field label { color: #597065; font-size: 11px; font-weight: 950; letter-spacing: .1em; }
.admin-template-field input,
.admin-template-field textarea { width: 100%; border: 1px solid #cfddcc; border-radius: 9px; color: #203229; background: #fbfdf9; }
.admin-template-field textarea { min-height: 280px; line-height: 1.6; resize: vertical; }
.admin-template-tokens { padding: 13px; border: 1px solid #d7e4d4; border-radius: 9px; background: #f4f9f1; }
.admin-template-tokens > span { display: block; margin-bottom: 8px; color: #52675b; font-size: 11px; font-weight: 950; text-transform: uppercase; letter-spacing: .08em; }
.admin-template-tokens > div { display: flex; flex-wrap: wrap; gap: 7px; }
.admin-template-tokens button { padding: 7px 9px; border: 1px solid #b9d3b5; border-radius: 7px; color: #176b33; background: #fff; font-size: 11px; font-weight: 900; cursor: pointer; }
.admin-template-tokens button:hover { color: #fff; background: #176b33; }
.admin-template-no-tokens { color: #718078; font-size: 12px; }
.admin-template-note { margin: 0; padding: 12px 13px; border-left: 3px solid #238044; color: #5e6f66; background: #f3f8f1; font-size: 12px; line-height: 1.55; }
.admin-template-preview-shell { min-width: 0; padding: 10px; border-radius: 12px; background: #e9efe7; }
.admin-template-preview-toolbar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 8px 7px 13px; }
.admin-template-preview-toolbar > span { display: flex; gap: 5px; }
.admin-template-preview-toolbar i { width: 8px; height: 8px; border-radius: 50%; background: #afbeb2; }
.admin-template-preview-toolbar i:first-child { background: #d68b78; }
.admin-template-preview-toolbar strong { color: #405249; font-size: 11px; }
.admin-template-preview-toolbar em { justify-self: end; color: #7b8a81; font-size: 10px; font-style: normal; }
.admin-template-preview { overflow: hidden; border: 1px solid #d5e1d2; border-radius: 9px; background: #fff; box-shadow: 0 12px 30px rgba(35, 62, 45, .09); }
.admin-template-preview-brand { display: flex; align-items: center; gap: 10px; padding: 17px 22px; border-top: 5px solid #238044; border-bottom: 1px solid #e5ede2; }
.admin-template-preview-brand img { width: 38px; height: 38px; border-radius: 8px; object-fit: cover; }
.admin-template-preview-brand div { display: grid; gap: 3px; }
.admin-template-preview-brand strong { color: #173c29; font-size: 13px; }
.admin-template-preview-brand span { color: #728078; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.admin-template-preview-content { min-height: 310px; padding: 26px 28px; }
.admin-template-preview-content > small { color: #238044; font-size: 9px; font-weight: 950; letter-spacing: .12em; }
.admin-template-preview-content h3 { margin: 10px 0 18px; color: #203229; font-size: 22px; line-height: 1.3; }
.admin-template-preview-content div { color: #526159; font-size: 12px; line-height: 1.7; white-space: pre-wrap; }
.admin-template-preview-signature { display: grid; gap: 3px; padding: 18px 24px; color: #fff; background: #173c29; }
.admin-template-preview-signature strong { font-size: 14px; }
.admin-template-preview-signature span { color: #b9d9b8; font-size: 10px; }
.admin-template-preview-signature b { font-size: 11px; }
.admin-template-preview-signature small { margin-top: 3px; color: #d9ead7; }
@media (max-width: 1100px) {
  .admin-email-template-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .admin-template-workbench { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .admin-email-studio-hero,
  .admin-email-template-grid { grid-template-columns: 1fr; }
  .admin-email-studio-hero aside { border-left-width: 0; border-top: 3px solid #7fc481; border-radius: 0 0 10px 10px; }
  .admin-template-workbench { display: block; }
  .admin-template-preview-shell { margin-top: 18px; }
  .admin-template-preview-content { min-height: 240px; padding: 22px; }
}

/* Unified fast action alerts */
.app-alert-stack {
  position: fixed;
  top: 88px;
  right: clamp(12px, 2.4vw, 30px);
  z-index: 500;
  width: min(410px, calc(100vw - 24px));
  pointer-events: none;
}
.app-alert-stack.is-admin { top: 22px; }
.app-alert {
  --alert-accent: #176b33;
  --alert-soft: #edf7ea;
  position: relative;
  min-height: 78px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 30px;
  gap: 12px;
  align-items: center;
  padding: 14px 13px 16px 14px;
  border: 1px solid #d9e5d6;
  border-left: 4px solid var(--alert-accent);
  border-radius: 10px;
  color: #26382f;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 18px 48px rgba(24, 53, 37, .16);
  opacity: 0;
  transform: translate3d(18px, -4px, 0) scale(.985);
  pointer-events: auto;
  transition: opacity .2s ease, transform .2s cubic-bezier(.2,.8,.2,1);
  backdrop-filter: blur(12px);
}
.app-alert.is-active { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
.app-alert.is-leaving { opacity: 0; transform: translate3d(18px, -5px, 0) scale(.98); }
.app-alert.is-error { --alert-accent: #b43a3a; --alert-soft: #fff0ef; }
.app-alert.is-warning { --alert-accent: #b57817; --alert-soft: #fff6df; }
.app-alert.is-info { --alert-accent: #27739b; --alert-soft: #edf7fc; }
.app-alert-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 9px; color: var(--alert-accent); background: var(--alert-soft); }
.app-alert-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.app-alert-copy { min-width: 0; }
.app-alert-copy strong { display: block; margin-bottom: 3px; color: #203229; font-size: 13px; font-weight: 950; letter-spacing: .01em; }
.app-alert-copy p { margin: 0; color: #5c6b63; font-size: 13px; font-weight: 650; line-height: 1.45; overflow-wrap: anywhere; }
.app-alert-close { width: 28px; height: 28px; align-self: start; display: grid; place-items: center; padding: 0; border: 0; border-radius: 7px; color: #738078; background: transparent; font-size: 21px; line-height: 1; }
.app-alert-close:hover { color: #203229; background: #f0f4ef; }
.app-alert-close:focus-visible { outline: 2px solid var(--alert-accent); outline-offset: 2px; }
.app-alert-progress { position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: var(--alert-accent); transform: scaleX(1); transform-origin: left center; }
.app-alert.is-active .app-alert-progress { animation: app-alert-countdown var(--alert-duration, 3000ms) linear forwards; }
@keyframes app-alert-countdown { to { transform: scaleX(0); } }
@media (max-width: 700px) {
  .app-alert-stack, .app-alert-stack.is-admin { top: 12px; right: 12px; left: 12px; width: auto; }
  .app-alert { grid-template-columns: 38px minmax(0, 1fr) 28px; min-height: 70px; padding: 12px 10px 14px 12px; }
  .app-alert-icon { width: 36px; height: 36px; }
}
@media (prefers-reduced-motion: reduce) {
  .app-alert { transition: opacity .01ms linear; transform: none; }
  .app-alert.is-leaving { transform: none; }
  .app-alert-progress { animation: none !important; }
}

/* Ecommerce fulfillment and customer tracking */
.admin-order-kpis { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; margin:20px 0; }
.admin-order-kpis article { padding:18px; border:1px solid #d9e6d6; border-radius:10px; background:#fff; box-shadow:0 10px 28px rgba(34,62,44,.06); }
.admin-order-kpis span { display:block; color:#65756c; font-size:12px; font-weight:900; text-transform:uppercase; letter-spacing:.06em; }
.admin-order-kpis strong { display:block; margin-top:7px; color:#176b33; font-size:34px; }
.admin-order-board { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }
.admin-order-card { min-width:0; padding:18px; display:grid; gap:14px; border:1px solid #dce7d9; border-radius:11px; background:#fff; box-shadow:0 14px 34px rgba(34,62,44,.07); }
.admin-order-card-head { display:flex; justify-content:space-between; gap:12px; align-items:flex-start; }
.admin-order-card-head span { color:#238044; font-size:11px; font-weight:950; letter-spacing:.07em; }
.admin-order-card-head h3 { margin:5px 0 0; color:#203229; font-size:20px; }
.admin-order-card-head em { padding:6px 9px; border-radius:999px; color:#176b33; background:#edf7ea; font-size:11px; font-style:normal; font-weight:900; white-space:nowrap; }
.admin-order-card-head em.complete { color:#fff; background:#176b33; }
.admin-order-card-head em.cancelled { color:#9c3030; background:#fff0ef; }
.admin-order-card-meta { display:flex; align-items:center; gap:8px; flex-wrap:wrap; }
.admin-order-card-meta span,.admin-order-card-meta small { color:#6e7d74; font-size:11px; font-weight:850; }
.admin-order-card-meta strong { margin-left:auto; color:#203229; }
.admin-order-card p { margin:0; color:#66756d; font-size:13px; line-height:1.5; }
.admin-order-mini-progress { display:grid; grid-auto-flow:column; grid-auto-columns:1fr; gap:5px; }
.admin-order-mini-progress span { height:7px; border-radius:999px; background:#e6ece4; }
.admin-order-mini-progress span.done { background:#8bc98b; }
.admin-order-mini-progress span.current { background:#176b33; box-shadow:0 0 0 3px #dff0dc; }
.admin-order-tracking-chip { display:flex; justify-content:space-between; gap:10px; padding:9px 10px; border-radius:8px; color:#52705f; background:#f1f7ef; font-size:12px; }
.admin-order-detail-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; margin-bottom:8px; }
.admin-order-detail-grid > div { padding:13px; display:grid; gap:4px; border:1px solid #dce7d9; border-radius:9px; background:#f7fbf5; }
.admin-order-detail-grid span,.admin-order-detail-label { color:#238044; font-size:10px; font-weight:950; letter-spacing:.08em; text-transform:uppercase; }
.admin-order-detail-grid strong { color:#203229; }
.admin-order-detail-grid small { color:#69776f; line-height:1.45; overflow-wrap:anywhere; }
.admin-order-history { margin-top:20px; padding-top:18px; border-top:1px solid #e3ebe1; }
.admin-order-history > div { position:relative; display:grid; grid-template-columns:14px 1fr; gap:10px; padding:10px 0; }
.admin-order-history i { width:10px; height:10px; margin-top:4px; border-radius:50%; background:#238044; box-shadow:0 0 0 4px #e4f2e1; }
.admin-order-history section { display:grid; gap:4px; }
.admin-order-history strong { color:#203229; }
.admin-order-history p { margin:0; color:#637169; font-size:13px; }
.admin-order-history small { color:#839087; font-size:11px; }
.fi-customer-order-list { display:grid; gap:18px; }
.fi-customer-order-card { overflow:hidden; border:1px solid #d8e6d5; border-radius:12px; background:#fff; box-shadow:0 15px 38px rgba(29,57,39,.07); }
.fi-customer-order-card > header { display:flex; justify-content:space-between; gap:20px; align-items:flex-start; padding:18px 20px; border-bottom:1px solid #e4ece2; background:#f8fbf6; }
.fi-customer-order-card header span { color:#238044; font-size:11px; font-weight:950; letter-spacing:.08em; }
.fi-customer-order-card header h3 { margin:5px 0; color:#203229; font-size:22px; }
.fi-customer-order-card header p { margin:0; color:#6b7971; font-size:12px; }
.fi-customer-order-card header em { padding:7px 10px; border-radius:999px; color:#176b33; background:#e6f4e3; font-size:12px; font-style:normal; font-weight:950; white-space:nowrap; }
.fi-order-progress { display:grid; grid-template-columns:repeat(var(--order-steps),minmax(0,1fr)); padding:24px 20px 18px; }
.fi-order-progress > div { position:relative; display:grid; justify-items:center; gap:8px; text-align:center; }
.fi-order-progress > div:not(:last-child)::after { content:""; position:absolute; top:16px; left:calc(50% + 17px); width:calc(100% - 34px); height:3px; background:#e2e9df; }
.fi-order-progress > div.is-complete:not(:last-child)::after,.fi-order-progress > div.is-current:not(:last-child)::after { background:#70b874; }
.fi-order-progress > div > span { position:relative; z-index:1; width:34px; height:34px; display:grid; place-items:center; border:2px solid #dce6da; border-radius:50%; color:#7b887f; background:#fff; font-size:12px; font-weight:950; }
.fi-order-progress > div.is-complete > span,.fi-order-progress > div.is-current > span { border-color:#238044; color:#fff; background:#238044; }
.fi-order-progress > div.is-current > span { box-shadow:0 0 0 6px #e3f2df; }
.fi-order-progress .fi-icon { width:17px; height:17px; }
.fi-order-progress strong { color:#718078; font-size:11px; line-height:1.3; }
.fi-order-progress .is-current strong,.fi-order-progress .is-complete strong { color:#203229; }
.fi-order-tracking-meta { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:9px; padding:0 20px 20px; }
.fi-order-tracking-meta > div { padding:11px; display:grid; gap:4px; border:1px solid #e0e9dd; border-radius:8px; background:#fbfdf9; }
.fi-order-tracking-meta span { color:#718078; font-size:10px; font-weight:900; text-transform:uppercase; letter-spacing:.05em; }
.fi-order-tracking-meta strong { color:#263a2f; font-size:12px; overflow-wrap:anywhere; }
.fi-order-event-details { border-top:1px solid #e3ebe1; }
.fi-order-event-details summary { display:flex; justify-content:space-between; padding:14px 20px; color:#176b33; font-size:13px; font-weight:900; cursor:pointer; }
.fi-order-event-details summary span { color:#76837b; font-size:11px; }
.fi-order-event-timeline { padding:4px 20px 20px; }
.fi-order-event-timeline article { display:grid; grid-template-columns:14px 1fr; gap:10px; padding:10px 0; }
.fi-order-event-timeline i { width:9px; height:9px; margin-top:5px; border-radius:50%; background:#238044; box-shadow:0 0 0 4px #e5f2e2; }
.fi-order-event-timeline strong { color:#203229; }
.fi-order-event-timeline p { margin:4px 0; color:#64736a; font-size:13px; }
.fi-order-event-timeline small { color:#829087; font-size:11px; }
.fi-order-payment-pending { display:flex; justify-content:space-between; gap:14px; align-items:center; padding:17px 20px; }
.fi-order-payment-pending div { display:grid; gap:3px; }
.fi-order-payment-pending strong { color:#203229; }
.fi-order-payment-pending span { color:#718078; font-size:12px; }
.fi-order-cancelled-note { margin:18px 20px; padding:12px; border:1px solid #efc8c8; border-radius:8px; color:#9b3030; background:#fff3f2; }
@media(max-width:1100px){.admin-order-board{grid-template-columns:repeat(2,minmax(0,1fr))}.fi-order-tracking-meta{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.admin-order-kpis,.admin-order-board,.admin-order-detail-grid{grid-template-columns:1fr}.fi-customer-order-card>header,.fi-order-payment-pending{display:grid}.fi-order-progress{overflow-x:auto;grid-template-columns:repeat(var(--order-steps),110px);justify-content:start}.fi-order-tracking-meta{grid-template-columns:1fr}.fi-customer-order-card header em{justify-self:start}}

/* Admin public-content studio */
.admin-content-card { overflow:hidden; }
.admin-content-preview { height:150px; margin:-18px -18px 16px; overflow:hidden; border-bottom:1px solid #dce7d9; background:#eef4ec; }
.admin-content-preview img { width:100%; height:100%; display:block; object-fit:cover; }
.admin-content-form textarea { min-height:150px; resize:vertical; }
.admin-upload-preview { position:relative; min-height:190px; overflow:hidden; border:1px solid #d9e6d6; border-radius:10px; background:#edf4eb; }
.admin-upload-preview img { width:100%; height:230px; display:block; object-fit:cover; }
.admin-upload-preview span { position:absolute; left:12px; bottom:12px; padding:6px 9px; border-radius:999px; color:#fff; background:rgba(21,63,36,.86); font-size:11px; font-weight:900; }
.admin-toggle-row { display:flex; gap:18px; align-items:center; flex-wrap:wrap; }
.admin-toggle.danger span { color:#9b3030; }
.admin-content-form input[type="file"] { padding:11px; border:1px dashed #a9c1aa; border-radius:8px; background:#f7fbf5; }
.admin-modal:has(.admin-content-form) .admin-modal-card,
.admin-modal:has(.admin-order-update-form) .admin-modal-card { width:min(960px,calc(100vw - 28px)); }
@media(max-width:700px){.admin-content-preview{height:125px}.admin-upload-preview img{height:180px}.admin-toggle-row{align-items:flex-start;flex-direction:column;gap:8px}}
/* Grouped page content studio */
.admin-content-hero { align-items:center; padding:22px 24px; border:1px solid #d8e5d5; background:linear-gradient(120deg,#f8fbf6 0%,#edf6e9 100%); }
.admin-content-hero > div:first-child { max-width:720px; }
.admin-content-hero p { margin:7px 0 0; color:#637169; line-height:1.6; }
.admin-content-hero-stat { min-width:130px; padding-left:24px; border-left:1px solid #ccddc8; text-align:right; }
.admin-content-hero-stat strong { display:block; color:#176b33; font-size:36px; line-height:1; }
.admin-content-hero-stat span { color:#68776e; font-size:11px; font-weight:900; text-transform:uppercase; letter-spacing:.07em; }
.admin-page-category { margin-top:30px; }
.admin-page-category > header { display:grid; grid-template-columns:minmax(240px,.7fr) minmax(300px,1fr); gap:24px; align-items:end; margin-bottom:14px; padding-bottom:12px; border-bottom:1px solid #dce7d9; }
.admin-page-category > header span { color:#238044; font-size:10px; font-weight:950; letter-spacing:.09em; text-transform:uppercase; }
.admin-page-category > header h3 { margin:4px 0 0; color:#203229; font-size:22px; }
.admin-page-category > header p { margin:0; color:#6b7971; font-size:13px; line-height:1.5; }
.admin-page-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }
.admin-page-card { min-width:0; overflow:hidden; border:1px solid #d9e5d6; border-radius:10px; background:#fff; box-shadow:0 12px 30px rgba(28,58,38,.06); transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease; }
.admin-page-card:hover { transform:translateY(-2px); border-color:#afd0aa; box-shadow:0 17px 36px rgba(28,58,38,.1); }
.admin-page-cover { height:142px; overflow:hidden; border-bottom:1px solid #dfe8dc; background:#edf4ea; }
.admin-page-cover img { width:100%; height:100%; display:block; object-fit:cover; }
.admin-page-cover.is-empty { display:grid; place-items:center; background:linear-gradient(135deg,#e8f3e5,#f8fbf6); }
.admin-page-cover.is-empty span { color:#2a7b43; font-size:31px; font-weight:950; letter-spacing:.04em; }
.admin-page-card-body { padding:17px; }
.admin-page-card-body h4 { margin:13px 0 7px; color:#203229; font-size:19px; }
.admin-page-card-body > p { min-height:42px; margin:0; color:#6a786f; font-size:12px; line-height:1.55; }
.admin-page-route { color:#6c7a71; font-size:11px; font-weight:850; }
.admin-page-health { display:grid; grid-template-columns:repeat(2,1fr); margin:16px 0; border-block:1px solid #e4ece2; }
.admin-page-health div { padding:11px 0; display:grid; gap:2px; }
.admin-page-health div + div { padding-left:14px; border-left:1px solid #e4ece2; }
.admin-page-health strong { color:#176b33; font-size:19px; }
.admin-page-health span { color:#78857d; font-size:10px; font-weight:850; text-transform:uppercase; letter-spacing:.05em; }
.admin-modal-panel:has(.admin-page-workspace) { width:min(1080px,calc(100vw - 28px)); max-height:92vh; }
.admin-page-workspace { display:grid; gap:18px; }
.admin-page-workspace-intro { display:flex; justify-content:space-between; gap:20px; align-items:flex-start; padding:5px 2px 18px; border-bottom:1px solid #dce7d9; }
.admin-page-workspace-intro span { color:#238044; font-size:10px; font-weight:950; letter-spacing:.09em; text-transform:uppercase; }
.admin-page-workspace-intro h3 { margin:5px 0; color:#203229; font-size:27px; }
.admin-page-workspace-intro p { margin:0; color:#69776f; }
.admin-page-preview-link { padding:9px 12px; border:1px solid #bcd4b8; border-radius:7px; color:#176b33; background:#f5faf3; font-size:12px; font-weight:900; white-space:nowrap; }
.admin-page-settings-panel,.admin-page-blocks { padding:18px; border:1px solid #dbe6d8; border-radius:10px; background:#fbfdf9; }
.admin-content-panel-title { display:flex; gap:12px; align-items:center; margin-bottom:16px; }
.admin-content-panel-title > span { width:34px; height:34px; display:grid; place-items:center; border-radius:50%; color:#fff; background:#176b33; font-size:11px; font-weight:950; }
.admin-content-panel-title > div { display:grid; gap:2px; }
.admin-content-panel-title strong { color:#203229; font-size:16px; }
.admin-content-panel-title small { color:#718078; }
.admin-page-meta-form { padding:0; }
.admin-workspace-actions { display:flex; justify-content:space-between; gap:16px; align-items:center; padding-top:14px; border-top:1px solid #e2eae0; }
.admin-content-accordion { display:grid; gap:10px; }
.admin-content-block { overflow:hidden; border:1px solid #d9e5d6; border-radius:8px; background:#fff; }
.admin-content-block > summary { list-style:none; display:grid; grid-template-columns:38px minmax(0,1fr) auto 22px; gap:12px; align-items:center; padding:14px; cursor:pointer; }
.admin-content-block > summary::-webkit-details-marker { display:none; }
.admin-content-block > summary:hover { background:#f6faf4; }
.admin-content-block-number { width:34px; height:34px; display:grid; place-items:center; border-radius:7px; color:#176b33; background:#e9f4e6; font-size:11px; font-weight:950; }
.admin-content-block summary > div { display:grid; gap:2px; }
.admin-content-block summary strong { color:#25382e; }
.admin-content-block summary small { color:#7b887f; font-size:10px; text-transform:uppercase; letter-spacing:.06em; }
.admin-content-block summary > i { width:9px; height:9px; border-right:2px solid #64736a; border-bottom:2px solid #64736a; transform:rotate(45deg); transition:transform .18s ease; }
.admin-content-block[open] summary > i { transform:rotate(225deg); }
.admin-grouped-content-form { padding:18px; border-top:1px solid #e1e9df; background:#fbfdf9; }
.admin-grouped-editor-grid { display:grid; grid-template-columns:minmax(0,1.45fr) minmax(250px,.75fr); gap:18px; }
.admin-grouped-editor-grid > div,.admin-grouped-editor-grid > aside { display:grid; align-content:start; gap:13px; }
.admin-grouped-editor-grid textarea { min-height:190px; }
.admin-upload-empty { min-height:150px; display:grid; place-content:center; gap:5px; padding:20px; border:1px dashed #b8cab6; border-radius:9px; text-align:center; background:#f1f6ef; }
.admin-upload-empty strong { color:#42564a; }
.admin-upload-empty span { color:#78857d; font-size:12px; }
.admin-add-content-block { border:1px dashed #acc6a9; border-radius:9px; background:#f5faf3; }
.admin-add-content-block > summary { padding:14px 16px; color:#176b33; font-size:13px; font-weight:900; cursor:pointer; }
.admin-add-content-block > form { padding:0 16px 16px; }
@media(max-width:1050px){.admin-page-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-grouped-editor-grid{grid-template-columns:1fr}}
@media(max-width:700px){.admin-content-hero,.admin-page-workspace-intro,.admin-workspace-actions{display:grid}.admin-content-hero-stat{padding:14px 0 0;border-left:0;border-top:1px solid #ccddc8;text-align:left}.admin-page-category>header,.admin-page-grid{grid-template-columns:1fr}.admin-content-block>summary{grid-template-columns:34px minmax(0,1fr) 20px}.admin-content-block>summary .admin-status{display:none}.admin-page-settings-panel,.admin-page-blocks{padding:12px}}
/* Advanced admin order controls */
.admin-order-filters{display:grid;grid-template-columns:minmax(240px,2fr) repeat(6,minmax(125px,1fr));gap:12px;align-items:end;margin:22px 0 10px;padding:18px;border:1px solid #dce5df;border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(20,49,34,.06)}
.admin-order-filters label{display:grid;gap:6px}.admin-order-filters label>span{font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#66756d}.admin-order-filters input,.admin-order-filters select{width:100%;min-height:44px;padding:9px 11px;border:1px solid #ccd8d0;border-radius:10px;background:#f9fbfa;color:#18231d}.admin-order-search{grid-column:auto}.admin-order-filter-actions{display:flex;gap:8px}.admin-order-filter-actions .btn{white-space:nowrap}.admin-order-results{display:flex;gap:6px;align-items:baseline;margin:0 0 15px;color:#6d7972;font-size:13px}.admin-order-results strong{font-size:20px;color:#173f2b}.admin-order-actions{display:flex;gap:8px;flex-wrap:wrap}.admin-edit-btn.subtle{background:#eef4f0;color:#27563e}.admin-order-printbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:18px 0;padding:12px 14px;border:1px dashed #b9cbbf;border-radius:12px;background:#f6faf7}.admin-order-printbar>span{margin-right:auto;font-weight:800}.admin-order-printbar .btn{padding:9px 12px}.admin-order-detail-grid>div:nth-child(2){grid-column:span 2}.admin-order-detail-grid>div:nth-child(2) strong{line-height:1.5}
@media(max-width:1250px){.admin-order-filters{grid-template-columns:repeat(3,1fr)}.admin-order-search{grid-column:span 2}}
@media(max-width:720px){.admin-order-filters{grid-template-columns:1fr 1fr}.admin-order-search{grid-column:1/-1}.admin-order-filter-actions{grid-column:1/-1}.admin-order-detail-grid>div:nth-child(2){grid-column:auto}}
@media(max-width:480px){.admin-order-filters{grid-template-columns:1fr}.admin-order-search,.admin-order-filter-actions{grid-column:auto}.admin-order-filter-actions .btn{flex:1}}
/* Super-admin access management */
.admin-access-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:20px 0}.admin-access-kpis article{padding:18px 20px;border:1px solid #dce6df;border-radius:16px;background:linear-gradient(135deg,#fff,#f3f8f5)}.admin-access-kpis span{display:block;color:#68766e;font-size:12px;font-weight:700;text-transform:uppercase}.admin-access-kpis strong{display:block;margin-top:6px;font-size:30px;color:#185f3c}.admin-access-create-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.admin-access-create-grid .admin-chart-card{height:100%}.admin-access-list-head{margin-top:34px}.admin-access-list{display:grid;gap:10px}.admin-access-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:15px;padding:15px 18px;border:1px solid #dde6e0;border-radius:15px;background:#fff}.admin-access-card h3,.admin-access-card p{margin:0}.admin-access-card p{color:#5d6b63}.admin-access-card small{color:#849087}.admin-access-badges{display:flex;align-items:center;gap:9px}.admin-access-badges strong{padding:6px 10px;border-radius:9px;background:#eaf4ed;color:#245d3d;font-size:12px}@media(max-width:760px){.admin-access-create-grid{grid-template-columns:1fr}.admin-access-kpis{grid-template-columns:1fr}.admin-access-card{grid-template-columns:auto 1fr}.admin-access-badges{grid-column:2}}
