.aber-compare-table{--aber-teal:#0B6B6B;--aber-line:rgba(11,107,107,0.22);--aber-head-bg:rgba(11,107,107,0.08);--aber-zebra:rgba(11,107,107,0.04);--aber-hover:rgba(11,107,107,0.07);width:100%;max-width:100%;border-collapse:separate;border-spacing:0;border:1px solid var(--aber-line);border-radius:14px;overflow:hidden;background:#fff;font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;font-weight:400}
.aber-table-scroll{width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;border-radius:14px}
.aber-table-summary{margin:0 0 12px 0;color:inherit;font-weight:400}
.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
.aber-detail-store[hidden]{display:none}

/* Desktop header */
.aber-compare-table thead th{background:var(--aber-head-bg);color:var(--aber-teal);font-weight:700;letter-spacing:.2px;padding:16px 14px;border-bottom:1px solid var(--aber-line);text-align:center;vertical-align:middle}
.aber-compare-table thead th:first-child{text-align:left}

/* Desktop body */
.aber-compare-table tbody th,.aber-compare-table tbody td{padding:14px 14px;border-bottom:1px solid var(--aber-line);border-right:1px solid var(--aber-line);vertical-align:top}
.aber-compare-table tbody tr>*:last-child,.aber-compare-table thead tr>*:last-child{border-right:0}
.aber-compare-table tbody tr:nth-child(even){background:var(--aber-zebra)}
.aber-compare-table tbody tr:hover{background:var(--aber-hover)}

.aber-compare-table tbody th{text-align:left;font-weight:700;color:#0f172a;width:42%}
.aber-compare-table tbody td{text-align:center;width:19%}

/* Service name + quick view: baseline aligned */
.aber-feature-cell{display:flex;align-items:baseline;justify-content:flex-start;gap:15px;flex-wrap:wrap}

.aber-compare-table .aber-feature-trigger{color:var(--aber-teal)!important;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px;line-height:1.2;font-weight:700}
.aber-compare-table .aber-feature-trigger:hover{opacity:.85}

/* Quick view */
.aber-quickview-btn{appearance:none;-webkit-appearance:none;border:1px solid rgba(11,107,107,0.25);background:rgba(11,107,107,0.06);color:var(--aber-teal);padding:8px 12px;border-radius:999px;font-weight:700;font-size:12px;cursor:pointer;line-height:1;white-space:nowrap}
.aber-quickview-btn:focus-visible{outline:3px solid rgba(11,107,107,0.45);outline-offset:3px}

/* Pills */
.aber-pill{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;font-weight:700;font-size:13px;line-height:1;border:1px solid rgba(11,107,107,0.22);background:rgba(11,107,107,0.06);color:var(--aber-teal);white-space:nowrap}
.aber-pill.aber-pill-sub{font-size:12px;font-weight:400;padding:5px 9px;border:1px solid rgba(11,107,107,0.18);background:rgba(11,107,107,0.05);color:rgba(11,107,107,0.95)}
.aber-pill-addon{background:rgba(11,107,107,0.08);border-color:rgba(11,107,107,0.30)}

.aber-pill-custom{background:rgba(11,107,107,0.10);border-color:rgba(11,107,107,0.35)}

/* Icons / tooltip */
.aber-tooltip-btn,.aber-tooltip-static{color:var(--aber-teal)!important;font-weight:400}
.aber-ico{color:currentColor!important;position:relative;top:4px}
.aber-ico path{stroke:currentColor!important}
.aber-tooltip-btn{appearance:none;-webkit-appearance:none;border:0;background:transparent;padding:0;margin:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;line-height:0}
.aber-tooltip-btn:focus-visible{outline:3px solid rgba(11,107,107,0.45);outline-offset:4px;border-radius:10px}

/* Plan cell top line (DEFAULT = mobile-safe, do not clip Tier) */
.aber-cell-topline{height:32px;display:flex;align-items:center;justify-content:center}
.aber-topline-inner{display:inline-flex;align-items:center;gap:8px}
.aber-tier-inline{display:inline-flex;align-items:center;justify-content:center;padding:5px 9px;border-radius:999px;font-weight:700;font-size:12px;line-height:1;border:1px solid rgba(11,107,107,0.18);background:rgba(11,107,107,0.05);color:rgba(11,107,107,0.95);white-space:nowrap;position:relative;top:4px}

/* Desktop-only: keep indicator perfectly centred even when Tier exists */
@media (min-width:768px){
  .aber-cell-topline{position:relative}
  .aber-topline-inner{position:relative;display:block;height:22px;min-width:120px}
  .aber-topline-inner .aber-ico,
  .aber-topline-inner .aber-pill:not(.aber-tier-inline){
    position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)
  }
  .aber-tier-inline{
    position:absolute;left:calc(50% + 18px);top:50%;transform:translateY(-50%)
  }
}

/* No space unless present */
.aber-cell-below{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:6px;margin-top:6px}
.aber-cell-below:empty{display:none;margin-top:0}

/* Footer row (desktop) */
.aber-compare-table tfoot th,.aber-compare-table tfoot td{padding:16px 14px;border-top:1px solid rgba(11,107,107,0.22);border-right:1px solid rgba(11,107,107,0.22);background:rgba(11,107,107,0.03);vertical-align:middle}
.aber-compare-table tfoot tr>*:last-child{border-right:0}
.aber-quote-label{text-align:left;font-weight:700;color:#0f172a}
.aber-quote-cell{text-align:center}

/* Quote button */
.aber-quote-button{display:inline-flex;align-items:center;justify-content:center;padding:12px 16px;border-radius:14px;font-weight:700;text-decoration:none!important;background:var(--aber-teal);color:#fff!important;border:1px solid rgba(11,107,107,0.30);line-height:1;min-width:160px}
.aber-quote-button:hover{opacity:.92}
.aber-quote-button:focus-visible{outline:3px solid rgba(11,107,107,0.45);outline-offset:3px}

/* Mobile (unchanged layout) */
.aber-mobile-head{display:none}

@media (max-width:767px){
  .aber-table-scroll{overflow:visible}
  .aber-compare-table thead{display:none}

  .aber-compare-table,.aber-compare-table tbody,.aber-compare-table tfoot{display:block;width:100%;max-width:100%}

  .aber-compare-table tbody tr{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--aber-line);border-radius:14px;overflow:hidden;margin:0 0 14px 0;background:#fff}
  .aber-compare-table tbody tr:nth-child(even){background:rgba(11,107,107,0.035)}

  .aber-compare-table tbody th{grid-column:1 / -1;width:auto;border-right:0;border-bottom:1px solid var(--aber-line);padding:14px;background:rgba(11,107,107,0.03);font-weight:700}

  .aber-feature-cell{display:flex;align-items:baseline;justify-content:flex-start;gap:15px;flex-wrap:wrap;position:relative;top:-3px}


  .aber-mobile-head{display:grid;grid-column:1 / -1;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--aber-line);background:rgba(11,107,107,0.06)}
  .aber-mobile-head span{padding:10px 8px;text-align:center;font-weight:700;color:var(--aber-teal);border-right:1px solid var(--aber-line);font-size:13px;line-height:1.1;white-space:nowrap}
  .aber-mobile-head span:last-child{border-right:0}

  .aber-compare-table tbody td{width:auto;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:8px;border-right:1px solid var(--aber-line);border-bottom:0;padding:12px 10px;text-align:center;vertical-align:top}
  .aber-compare-table tbody td:last-child{border-right:0}

  .aber-compare-table tbody td::before{content:none!important;display:none!important}

  .aber-compare-table tfoot{margin-top:8px}
  .aber-compare-table tfoot tr{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:12px;border:1px solid var(--aber-line);border-radius:14px;background:rgba(11,107,107,0.03)}
  .aber-compare-table tfoot th{display:none}
  .aber-compare-table tfoot td{display:flex;border:0;padding:0;background:transparent;justify-content:center}

  .aber-quote-button{width:100%;min-width:0;border-radius:14px;padding:12px 10px;font-weight:700}
  .aber-quickview-btn{padding:8px 10px;font-size:12px;font-weight:700;position:relative;top:-1px}
  .aber-pill{font-size:12px;padding:6px 9px;font-weight:700}
  .aber-tier-inline{font-size:11px;padding:5px 8px;font-weight:700}
}
/* ================================
   Single-plan Included Table (2-col)
   Self-contained variables (so it styles correctly even if .aber-compare-table is not on the page)
================================= */

.aber-included-table{
  --aber-teal:#0B6B6B;
  --aber-line:rgba(11,107,107,0.22);
  --aber-head-bg:rgba(11,107,107,0.08);
  --aber-zebra:rgba(11,107,107,0.04);
  --aber-hover:rgba(11,107,107,0.07);

  width:100%;
  max-width:100%;
  border-collapse:separate;
  border-spacing:0;
  border:1px solid var(--aber-line);
  border-radius:14px;
  overflow:hidden;
  background:#fff;
  font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  font-weight:400;
}

.aber-included-table thead th{
  background:var(--aber-head-bg);
  color:var(--aber-teal);
  font-weight:700;
  letter-spacing:.2px;
  padding:16px 14px;
  border-bottom:1px solid var(--aber-line);
  text-align:left;
  vertical-align:middle;
}

.aber-included-table tbody th,
.aber-included-table tbody td{
  padding:14px 14px;
  border-bottom:1px solid var(--aber-line);
  border-right:1px solid var(--aber-line);
  vertical-align:top;
}

.aber-included-table tbody tr>*:last-child,
.aber-included-table thead tr>*:last-child{border-right:0;}

.aber-included-table tbody tr:nth-child(even){background:var(--aber-zebra);}
.aber-included-table tbody tr:hover{background:var(--aber-hover);}

.aber-included-table .aber-included-col-service{width:72%;text-align:left;}
.aber-included-table .aber-included-col-status{width:28%;text-align:center;}

.aber-included-table .aber-feature-cell{
  display:flex;
  align-items:baseline;
  justify-content:flex-start;
  gap:12px;
  flex-wrap:wrap;
}

.aber-included-table .aber-feature-trigger{
  color:var(--aber-teal)!important;
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:2px;
  line-height:1.2;
  font-weight:700;
}

.aber-included-table .aber-feature-trigger:hover{opacity:.85;}

.aber-included-table .aber-quickview-btn{
  padding:8px 12px;
  font-size:12px;
  font-weight:700;
  line-height:1;
  white-space:nowrap;
}

.aber-included-teaser{
  margin:6px 0 0 0;
  color:#0f172a;
  opacity:.9;
  font-size:13px;
  line-height:1.35;
  font-weight:400;
}

.aber-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:6px 10px;
  border-radius:999px;
  font-weight:700;
  font-size:13px;
  line-height:1;
  border:1px solid rgba(11,107,107,0.22);
  background:rgba(11,107,107,0.06);
  color:var(--aber-teal);
  white-space:nowrap;
}

.aber-badge-included{
  background:rgba(11,107,107,0.06);
  border-color:rgba(11,107,107,0.22);
}

.aber-badge-custom{
  background:rgba(11,107,107,0.10);
  border-color:rgba(11,107,107,0.35);
}

/* Mobile: keep it readable, still a table */
@media (max-width:767px){
  .aber-included-table thead th{padding:14px 12px;}
  .aber-included-table tbody th,
  .aber-included-table tbody td{padding:12px 12px;}
  .aber-included-teaser{font-size:12.5px;}
  .aber-included-table .aber-quickview-btn{padding:7px 10px;}
}


/* ================================
   ABER OFF-CANVAS (Right Sidebar)
   Full-height, flush to viewport
   No image. Theme-matched.
   ================================ */

/* 1) Root wrapper (covers full viewport) */
.aber-offcanvas{
  position: fixed;
  inset: 0;
  z-index: 999998;
  display: none;
}
.aber-offcanvas.is-open{ display: block; }

/* 2) Backdrop (dark overlay behind panel) */
.aber-offcanvas-backdrop{
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 23, 0.55);
}

/* 3) Panel (the sidebar itself) */
.aber-offcanvas-panel{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;        /* KEY: forces full height */
  height: auto;     /* KEY: prevents percentage gaps */
  width: min(520px, 92vw);

  /* Slide-in */
  transform: translateX(110%);
  transition: transform 220ms ease;

  /* Theme */
  background: var(--aber-green-900);
  color: #ffffff;

  /* Built-in sidebar look (no outer gap) */
  border-radius: 0; /* change to 18px 0 0 18px if you want rounded left edge */
  box-shadow: 0 30px 80px rgba(0,0,0,0.45);

  display: flex;
  flex-direction: column;

  outline: none;
  overflow: hidden;
}

.aber-offcanvas.is-open .aber-offcanvas-panel{
  transform: translateX(0);
}

/* 4) Header (title + close) */
.aber-offcanvas-header{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;

  padding: 18px 18px 14px;
  border-bottom: 1px solid rgba(255,255,255,0.14);
}

.aber-offcanvas-title{
  margin: 0;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 800;
  font-size: 2.1rem;
  line-height: 1.2;
  color: rgba(255,255,255,0.92);
}

/* =========================
   ABER X ICON (shared)
   Off-canvas + Tooltip
   ========================= */

/* Off-canvas close button */
.aber-offcanvas-close{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  width:44px;
  height:44px;
  border-radius:999px;

  border:1px solid rgba(255,255,255,0.22);
  background:rgba(255,255,255,0.08);
  color:#ffffff;

  /* Controls */
  --aber-x-size: 22px;     /* X size */
  --aber-x-stroke: 2.2;    /* X thickness */
  --aber-x-move-x: 0px;    /* fine tune */
  --aber-x-move-y: 0px;    /* fine tune */

  cursor:pointer;
}

/* Tooltip close button */
.aber-tooltip-close{
  display:inline-flex;
  position:absolute;
  top:6px;
  right:8px;

  width:32px;
  height:32px;
  border-radius:999px;

  border:1px solid rgba(255,255,255,0.30);
  background:rgba(255,255,255,0.08);
  color:#fff;

  /* Controls */
  --aber-x-size: 18px;
  --aber-x-stroke: 2.2;
  --aber-x-move-x: 0px;
  --aber-x-move-y: 0px;

  cursor:pointer;
  align-items:center;
  justify-content:center;
}

/* Remove the browser’s default purple focus ring and use your own */
.aber-offcanvas-close:focus-visible,
.aber-tooltip-close:focus-visible{
  outline: none;
  box-shadow: 0 0 0 3px rgba(255,255,255,0.35);
}

/* SVG sizing (keep !important so themes/global svg rules cannot override it) */
.aber-offcanvas-close .aber-x-ico,
.aber-tooltip-close .aber-x-ico{
  width: var(--aber-x-size, 22px) !important;
  height: var(--aber-x-size, 22px) !important;
  display:block !important;
  flex:0 0 auto !important;
  max-width:none !important;
  max-height:none !important;
  transform: translate(var(--aber-x-move-x, 0px), var(--aber-x-move-y, 0px)) !important;
}

/* X stroke */
.aber-x-ico path{
  fill:none;
  stroke:currentColor;
  stroke-width: var(--aber-x-stroke, 2.2);
  stroke-linecap:round;
  stroke-linejoin:round;
}

/* 5) Body (scrollable content area) */
.aber-offcanvas-body{
  padding: 16px 18px 10px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;

  color: rgba(255,255,255,0.86);
  font-size: 1.6rem;
  line-height: 1.6;
  flex: 1 1 auto;
  min-height: 0;
}

/* Content readability inside the body */
.aber-offcanvas-body a{
  color: var(--aber-blue-100);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.aber-offcanvas-body p{ margin: 0 0 12px 0; }
.aber-offcanvas-body ul,
.aber-offcanvas-body ol{ margin: 0 0 12px 20px; }
/* Off-canvas: space between title (service name) and teaser */
.aber-offcanvas-body .aber-oc-titlelink{
  display: inline-block;
  margin: 0 0 14px 0;
}
/* Off-canvas: spacing between teaser and content */
.aber-offcanvas-body .aber-oc-teaser{
  margin: 0 0 24px 0;
}
.aber-offcanvas-body .aber-oc-content{
  margin-top: 0;
}
/* 6) Footer (CTA area) */
.aber-offcanvas-footer{
  padding: 14px 18px 18px;
  border-top: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.04);

  display: flex;
  justify-content: flex-start;
}

/* 7) “Read more details” button (compact, matches CTA spacing) */
.aber-offcanvas-footer a.aber-offcanvas-learnmore{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 12px 18px;      /* bigger, not squeezed */
  border-radius: 10px;

  border: 1px solid var(--aber-green-700);
  background: var(--aber-blue-100);
  color: var(--aber-green-700);

  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 1.6rem;       /* closer to your site button size */
  font-weight: 700;
  line-height: 1.2em;

  text-decoration: none;
  transition: all 0.25s ease;
}
.aber-offcanvas-footer a.aber-offcanvas-learnmore:hover{
  background: var(--aber-green-900);
  color: #ffffff;
  border-color: var(--aber-green-700);
  text-decoration: none;
}

/* 8) Mobile behaviour (still flush, but full-width panel if you want) */
@media (max-width: 767px){
  .aber-offcanvas-panel{
    top: 0;
    right: 0;
    bottom: 0;
    height: auto;
    width: 100%;       /* full width on mobile */
    border-radius: 0;  /* flush edges */
  }

  /* Optional: make footer button full width on mobile only */
  /* .aber-offcanvas-footer a.aber-offcanvas-learnmore{ width: 100%; } */
}

/* =====================================================================
   ABER TABLES — TOOLTIP OVERLAY
   (Overlay container, positioning, animation, accessibility helpers)
===================================================================== */
.aber-tooltip-overlay{
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  pointer-events: none;
}
.aber-tooltip-overlay.is-open{ display:block; }

.aber-tooltip-card{
  position: fixed;
  max-width: 340px;
  min-width: 220px;
  background: #0b6b6b;
  color: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.28);
  padding: 10px 14px;
  line-height: 1.4;
  font-size: 13px;
  pointer-events: auto;
}
.aber-tooltip-card::after{
  content:"";
  position:absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  border-width: 7px;
  border-style: solid;
  border-color: #0b6b6b transparent transparent transparent;
}
.aber-tooltip-card.aber-arrow-up::after{
  top: -14px;
  border-color: transparent transparent #0b6b6b transparent;
}
.aber-tooltip-close{
  display:inline-flex;
  position:absolute;
  top: 6px;
  right: 8px;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.30);
  background: rgba(255,255,255,0.08);
  color:#fff;
  --aber-x-size: 18px;
  --aber-x-stroke: 2;
  --aber-x-move-x: 0px;
  --aber-x-move-y: 0px;
  cursor:pointer;
  align-items:center;
  justify-content:center;
}
.aber-tooltip-content{
  padding-right: 40px;
  white-space: normal;
  overflow-wrap: anywhere;
}
@media (max-width: 767px){
  .aber-tooltip-card{
    max-width: min(520px, calc(100vw - 24px));
    font-size: 14px;
    border-radius: 14px;
    padding: 14px 14px 12px;
  }
}

