/* ============================================================
   GoFile – Static Site Stylesheet
   ============================================================ */

/* --- Custom Fonts (self-hosted) --- */
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Latin.woff2') format('woff2');
  font-weight: 300 800;
  font-style: normal;
  font-display: optional;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Latin-Italic.woff2') format('woff2');
  font-weight: 300 800;
  font-style: italic;
  font-display: optional;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNovaRg.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNovaLt.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: optional;
}

/* --- Skip Navigation Link --- */
.skip-link {
  position: absolute;
  top: -100%;
  left: 16px;
  background: #192851;
  color: #fff;
  padding: 10px 18px;
  border-radius: 0 0 8px 8px;
  font-weight: 700;
  font-size: 0.95rem;
  z-index: 9999;
  text-decoration: none;
  transition: top 0.2s;
}
.skip-link:focus {
  top: 0;
  color: #13d6b0;
  outline: 3px solid #13d6b0;
  outline-offset: 2px;
}

/* --- Reset & Base --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Open Sans', 'Proxima Nova', Arial, sans-serif;
  font-size: 1.05rem;
  color: #192851;
  line-height: 1.7;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  text-wrap-style: balance;
}
button {
  font-size: 1em;
}

img { display: block; max-width: 100%; height: auto; }
a { color: #68d9cf; text-decoration: none; }
a:hover { color: #13d6b0; }
ul { list-style: none; }

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  line-height: 1.25;
  font-weight: 500;
  overflow-wrap: break-word;
}
:lang(de) :is(h1, h2, h3, h4, h5, h6) {
  hyphens: auto;
}
h1 { font-size: 6em; font-weight: 600; }
h2 { font-size: 3.5em; font-weight: 600; letter-spacing: 1px; }
h3 { font-size: 2.65em; font-weight: 200; letter-spacing: 1px; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.35em; }
h6 { font-size: 1.2em; }
h7 { font-size: 1.13em; }
h6.smaller, .benefit-title { font-size: 1.13em; }

/* --- Layout --- */
.container {
  width: 93%;
  max-width: 1240px;
  margin-inline: auto;
}

/* --- Buttons --- */
.btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.2s;
  border: 0px solid transparent;
  text-align: center;
}
/* --- Site-wide CTA hover lift --- */
/* Add .cta-lift to any new CTA. Existing class families below are rolled */
/* in so legacy markup gets the animation without HTML changes.           */
.cta-lift,
.btn-register,
.nh2-btn, .nh2-secondary-btn, .nh2-product-cta, .nh2-tax-option,
.acc2-btn, .acc2-soft-btn, .acc2-centered-cta, .acc2-section-cta,
.af-cta, .am-cta, .ap-cta,
.acct-alert-cta,
.kb-action-btn, .kb-mid-cta, .kb-mobile-cta,
.tc-btn,
.ll-how-cta, .st-how-cta,
.ln-cta, .ln-section-cta, .ln-panel-cta,
.final-cta, .free-plan-cta, .mid-cta, .pp-cta,
.pricing-vat-cta, .vat-landing-cta, .why-cta, .steps-cta,
.fb-cta-card, .itx-cta-card, .it2-card-cta, .it3-card-cta, .card-cta,
.mega-footer-cta {
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.btn:hover,
.cta-lift:hover,
.btn-register:hover,
.nh2-btn:hover, .nh2-secondary-btn:hover, .nh2-product-cta:hover, .nh2-tax-option:hover,
.acc2-btn:hover, .acc2-soft-btn:hover, .acc2-centered-cta:hover, .acc2-section-cta:hover,
.af-cta:hover, .am-cta:hover, .ap-cta:hover,
.acct-alert-cta:hover,
.kb-action-btn:hover, .kb-mid-cta:hover, .kb-mobile-cta:hover,
.tc-btn:hover,
.ll-how-cta:hover, .st-how-cta:hover,
.ln-cta:hover, .ln-section-cta:hover, .ln-panel-cta:hover,
.final-cta:hover, .free-plan-cta:hover, .mid-cta:hover, .pp-cta:hover,
.pricing-vat-cta:hover, .vat-landing-cta:hover, .why-cta:hover, .steps-cta:hover,
.fb-cta-card:hover, .itx-cta-card:hover, .it2-card-cta:hover, .it3-card-cta:hover, .card-cta:hover,
.mega-footer-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(25, 40, 81, 0.15);
}

.btn-primary {
  background: #13d6b0;
  color: #fff;
  border-color: #13d6b0;
}
.btn-primary:hover {
  background: #0fbf9d;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(19, 214, 176, 0.25), 0 8px 24px rgba(19, 214, 176, 0.45);
}
.btn-outline {
  background: transparent;
  color: #13d6b0;
  border: 2px solid #13d6b0;
}
.btn-outline:hover {
  background: #13d6b0;
  color: #fff;
}

.btn-lg {
  padding: 14px 36px;
  font-size: 1.1rem;
}

/* --- Hero CTA Button --- */
.hero-text .btn {
  border-radius: 8px;
  transition: all 300ms ease;
  position: relative;
  align-self: flex-start;
  border: 0;
  padding: 16px 22px;
}
@media (max-width: 900px) {
  .hero-text .btn { align-self: center; }
}
.btn-primary::after {
  content: '›';
  margin-left: 8px;
  font-size: 1.4em;
  line-height: 1;
}

/* --- Green Tick Lists --- */
.tick-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 20px;
}
.tick-list li {
  position: relative;
  padding: 6px 0 6px 36px;
  line-height: 1.3;
  text-wrap-style: balance;
}
.tick-list li strong {
    font-size: 1.1em;
    font-weight: 700;
    color: #192851;
    margin-bottom: 3px;
}
.tick-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 28px;
  height: 28px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2313d6b0'%3E%3Cpath fill-rule='evenodd' d='M12.516 2.17a.75.75 0 0 0-1.032 0 11.209 11.209 0 0 1-7.877 3.08.75.75 0 0 0-.722.515A12.74 12.74 0 0 0 2.25 9.75c0 5.942 4.064 10.933 9.563 12.348a.749.749 0 0 0 .374 0c5.499-1.415 9.563-6.406 9.563-12.348 0-1.39-.223-2.73-.635-3.985a.75.75 0 0 0-.722-.516l-.143.001c-2.996 0-5.717-1.17-7.734-3.08Zm3.094 8.016a.75.75 0 1 0-1.22-.872l-3.236 4.53L9.53 12.22a.75.75 0 0 0-1.06 1.06l2.25 2.25a.75.75 0 0 0 1.14-.094l3.75-5.25Z' clip-rule='evenodd' /%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
}

/* --- Top Bar --- */
.top-bar {
  background: #6fabd8;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding: 4px 0;
  min-height: 28px;
}
.top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.top-bar-right {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: auto;
}

.top-nav {
  display: flex;
  align-items: center;
  gap: 18px;
}
.top-nav a {
  color: rgba(255,255,255,0.85);
  font-size: 0.85rem;
  font-weight: 600;
  transition: color 0.2s;
}
.top-nav a:hover { color: #192851; }

/* --- Get Started Button --- */
.btn-register {
  background: #13d6b0;
  color: #fff !important;
  border-radius: 5px;
  padding: 5px 14px;
  transition: background 0.3s, color 0.3s;
}
.btn-register:hover {
  background: #fff;
  color: #16a56e !important;
}

/* --- Language Switcher --- */
.lang-switcher {
  position: relative;
}
.lang-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 5px;
  padding: 4px 10px;
  color: rgba(255,255,255,0.85);
  cursor: pointer;
  font-size: 0.82rem;
  transition: border-color 0.2s;
}
.lang-btn:hover,
.lang-switcher:hover .lang-btn {
  border-color: #fff;
  color: #fff;
  background: rgba(255,255,255,0.15);
}
.lang-flag {
  width: 24px;
  height: 18px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 2px;
  flex-shrink: 0;
}
.lang-flag.flag-en { background-image: url('https://cdn.weglot.com/flags/shiny/gb.svg'); }
.lang-flag.flag-cy { background-image: url('https://cdn.weglot.com/flags/shiny/gb-wls.svg'); }
.lang-flag.flag-es { background-image: url('https://cdn.weglot.com/flags/shiny/es.svg'); }
.lang-flag.flag-fr { background-image: url('https://cdn.weglot.com/flags/shiny/fr.svg'); }
.lang-flag.flag-de { background-image: url('https://cdn.weglot.com/flags/shiny/de.svg'); }
.lang-flag.flag-it { background-image: url('https://cdn.weglot.com/flags/shiny/it.svg'); }
.lang-flag.flag-nl { background-image: url('https://cdn.weglot.com/flags/shiny/nl.svg'); }
.lang-flag.flag-pl { background-image: url('https://cdn.weglot.com/flags/shiny/pl.svg'); }
.lang-flag.flag-pt { background-image: url('https://cdn.weglot.com/flags/shiny/pt.svg'); }
.lang-flag.flag-tr { background-image: url('https://cdn.weglot.com/flags/shiny/tr.svg'); }
.lang-flag.flag-zh { background-image: url('https://cdn.weglot.com/flags/shiny/cn.svg'); }
.lang-flag.flag-ja { background-image: url('https://cdn.weglot.com/flags/shiny/jp.svg'); }
.lang-arrow { transition: transform 0.2s; }
.lang-switcher.open .lang-arrow,
.lang-switcher:hover .lang-arrow { transform: rotate(180deg); }

.lang-dropdown {
  display: none;
  position: absolute;
  right: 0;
  top: 37px;
  min-width: 300px;
  z-index: 200;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
}
.lang-dropdown-header {
  width: 100% !important;
  padding: 10px 16px 6px;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #8494a7;
  border-bottom: 1px solid #eef1f5;
  margin-bottom: 4px;
  padding-bottom: 8px;
}
.lang-switcher { padding-bottom: 8px; margin-bottom: -8px; }
.lang-dropdown li { width: 50%; box-sizing: border-box; }
.lang-switcher.open .lang-dropdown,
.lang-switcher:hover .lang-dropdown {
  display: flex;
  animation: dropdownFadeIn 0.2s ease forwards;
}
.lang-dropdown a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  color: #192851;
  font-size: 0.88rem;
  transition: background 0.15s;
  overflow: hidden;
}
.lang-dropdown a:hover { background: #f0f4f8; }
.lang-tick {
  margin-left: auto;
  color: #22c55e;
  font-size: 0.85rem;
  flex-shrink: 0;
}

/* --- Main Header --- */
.main-header {
  background: url('../images/bg.jpg') #0f2a3d center center;
  background-size: cover;
  padding: 5px 0;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

/* --- Opaque header on scroll --- */
.site-header.scrolled .main-header {
  box-shadow: 0 0 7px rgba(0,0,0,0.1);
  background: url('../images/bg.jpg') #0f2a3d center center;
}

.header-inner {
  display: flex;
  align-items: center;
  min-height: 70px;
  transition: min-height 0.3s ease;
  position: relative;
}

.brand img {
  width: 180px;
  height: auto;
  transition: width 0.3s ease;
}

/* --- Shrink on scroll --- */
.site-header.scrolled .header-inner { min-height: 52px; }
.site-header.scrolled .brand img { width: 130px; }
.site-header.scrolled .nav-item > a { padding-top: 12px; padding-bottom: 12px; }

/* --- Navigation --- */
.site-nav {
  margin-left: auto;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 0;
}

.nav-item > a {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 20px 18px;
  color: rgba(255,255,255,0.85);
  font-size: 1rem;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  transition: color 0.2s, padding 0.3s ease;
}
.nav-item > a:hover { color: #fff; }
.nav-item.active > a { color: #13d6b0; }

.nav-arrow { transition: transform 0.2s; }

/* --- Dropdown --- */
.has-dropdown {
  position: relative;
}
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #0f2a3d;
  min-width: 300px;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
  border-top: 4px solid #37638c;
  z-index: 200;
}
.has-dropdown:hover .dropdown-menu,
.has-dropdown:focus-within .dropdown-menu,
.has-dropdown.open .dropdown-menu {
  display: block;
  animation: dropdownFadeIn 0.2s ease forwards;
}
.has-dropdown:hover .nav-arrow,
.has-dropdown:focus-within .nav-arrow {
  transform: rotate(180deg);
}

@keyframes dropdownFadeIn {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}

.dropdown-menu a {
  display: block;
  padding: 14px 20px;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: background 0.15s, color 0.15s;
}
.dropdown-menu a:hover {
  background: rgba(255,255,255,0.05);
}

/* --- Dropdown Divider & Heading --- */
.dropdown-divider {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin: 4px 0;
}
.dropdown-heading {
  padding: 10px 20px 4px;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(255,255,255,0.4);
  font-weight: 700;
}

/* --- Dropdown CTA Button --- */
.dropdown-cta { padding: 10px 20px; }
.dropdown-cta a {
  background: #13d6b0;
  color: #fff !important;
  border-radius: 5px;
  padding: 6px 20px !important;
  text-align: center;
  border-bottom: none !important;
  transition: background 0.3s, color 0.3s;
}
.dropdown-cta a:hover {
  background: #fff !important;
  color: #16a56e !important;
}

/* --- Mega Menu --- */
.has-mega {
  position: relative;
}
.mega-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 650px;
  max-width: calc(100vw - 32px);
  padding-top: 0;
  background: linear-gradient(135deg, rgba(15, 50, 72, 0.96) 0%, rgba(12, 42, 62, 0.97) 40%, rgba(10, 56, 64, 0.96) 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(19, 214, 176, 0.12);
  border-top: 3px solid #13d6b0;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.35), 0 0 80px rgba(19, 214, 176, 0.04) inset;
  z-index: 200;
  padding: 0;
}
.has-mega:hover .mega-menu,
.has-mega:focus-within .mega-menu,
.has-mega.open .mega-menu {
  display: block;
  animation: dropdownFadeIn 0.2s ease forwards;
}
/* Right-align the rightmost mega so its 650px panel stays in the viewport */
.has-mega--end .mega-menu {
  left: auto;
  right: 0;
}
.mega-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0;
}

/* Mega headings */
.mega-heading {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  color: #13d6b0;
  font-weight: 700;
  padding: 20px 24px 10px;
}

/* Featured Guides column */
.mega-featured {
  border-right: 1px solid rgba(255,255,255,0.07);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mega-guide-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 22px 24px;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  transition: background 0.18s, transform 0.18s, box-shadow 0.18s;
  position: relative;
}
.mega-guide-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 3px;
  border-radius: 0 3px 3px 0;
  background: #13d6b0;
  opacity: 0;
  transform: scaleY(0.5);
  transition: opacity 0.18s, transform 0.18s;
}
.mega-guide-card:hover {
  background: rgba(19, 214, 176, 0.1);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(19, 214, 176, 0.08);
}
.mega-guide-card:hover::before {
  opacity: 1;
  transform: scaleY(1);
}
.mega-guide-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(19, 214, 176, 0.08);
  border: 1px solid rgba(19, 214, 176, 0.12);
  border-radius: 10px;
  color: rgba(255,255,255,0.85);
  margin-top: 2px;
  transition: background 0.18s, border-color 0.18s;
}
.mega-guide-card:hover .mega-guide-icon {
  background: rgba(19, 214, 176, 0.2);
  border-color: rgba(19, 214, 176, 0.35);
  color: #13d6b0;
}
.mega-guide-body {
  flex: 1;
  min-width: 0;
}
.mega-guide-title {
  display: block;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
}
.mega-guide-desc {
  display: block;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.45;
  margin-top: 3px;
}
.mega-guide-meta {
  display: flex;
  gap: 6px;
  margin-top: 8px;
}
.mega-chip {
  display: inline-block;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 2px 10px;
  border-radius: 4px;
  background: rgba(19, 214, 176, 0.15);
  color: #8fe8de;
  line-height: 1.6;
}
.mega-guide-arrow {
  flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1;
  color: rgba(255,255,255,0.3);
  transition: color 0.18s, transform 0.18s;
  align-self: center;
}
.mega-guide-card:hover .mega-guide-arrow {
  color: #13d6b0;
  transform: translateX(4px);
}

/* Income Tax mega: two-column list + preview */
.mega-it-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.mega-it-list {
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(255,255,255,0.07);
}
.mega-it-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  padding-left: 26px;
  color: rgba(255,255,255,0.92);
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  border-left: 2px solid transparent;
  cursor: pointer;
  transition: background 0.18s, color 0.18s, border-color 0.18s;
}
.mega-it-item:last-child { border-bottom: none; }
.mega-it-item:hover,
.mega-it-item.mega-it-active {
  background: rgba(19, 214, 176, 0.1);
  color: #fff;
  border-left-color: #13d6b0;
}
.mega-it-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.mega-it-title {
  font-size: 1rem;
  font-weight: 600;
}
.mega-it-sub {
  font-size: 0.88rem;
  font-weight: 400;
  color: rgba(255,255,255,0.55);
  transition: color 0.18s;
}
.mega-it-item:hover .mega-it-sub,
.mega-it-item.mega-it-active .mega-it-sub {
  color: rgba(255,255,255,0.7);
}
.mega-it-arrow {
  font-size: 1.3rem;
  color: rgba(255,255,255,0.25);
  transition: color 0.18s, transform 0.18s;
  flex-shrink: 0;
}
.mega-it-item:hover .mega-it-arrow,
.mega-it-item.mega-it-active .mega-it-arrow {
  color: #13d6b0;
  transform: translateX(3px);
}

/* Tools row — full-width strip below the two-column layout */
.mega-tools-row {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 10px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.mega-it-section-label {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: rgba(255,255,255,0.35);
  margin: 0;
  flex-shrink: 0;
}
.mega-tools-links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.mega-tools-link {
  font-size: 0.88rem;
  font-weight: 500;
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  padding: 5px 14px;
  border-radius: 6px;
  background: rgba(255,255,255,0.04);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition: background 0.18s, color 0.18s;
}
.mega-tools-link svg {
  opacity: 0.55;
  flex-shrink: 0;
  transition: opacity 0.18s;
}
.mega-tools-link:hover {
  background: rgba(19, 214, 176, 0.12);
  color: #fff;
}
.mega-tools-link:hover svg {
  opacity: 0.9;
}

/* Right preview panel */
.mega-it-preview {
  position: relative;
  overflow: hidden;
}
.mega-it-panel {
  display: none;
  padding: 18px 24px;
  animation: megaPanelIn 0.2s ease;
}
.mega-it-panel.mega-it-panel--active {
  display: block;
}
.mega-it-panel img {
  display: block;
  width: 240px;
  height: 160px;
  object-fit: cover;
  object-position: top;
  border-radius: 10px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.35);
  margin-bottom: 14px;
  -webkit-mask-image: linear-gradient(to bottom, #000 75%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 75%, transparent 100%);
}
.mega-it-panel-label {
  display: none;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #13d6b0;
  margin-bottom: 10px;
}
.mega-it-panel p {
  color: rgba(255,255,255,0.75);
  font-size: 0.88rem;
  line-height: 1.5;
  margin: 0;
}
@keyframes megaPanelIn {
  from { opacity: 0; transform: translateY(4px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Mega footer (links + CTA) */
.mega-footer {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 14px 24px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.mega-footer-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,0.7);
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.15s;
}
.mega-footer-link svg {
  color: rgba(255,255,255,0.4);
  transition: color 0.15s;
}
.mega-footer-link:hover {
  color: #fff;
}
.mega-footer-link:hover svg {
  color: #13d6b0;
}
.mega-footer-cta {
  margin-left: auto;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 10px 24px;
  border-left: 1px solid rgba(255,255,255,0.08);
  padding-left: 20px;
}

/* Knowledgebase column */
.mega-browse {
  min-width: 190px;
}
.mega-browse-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  color: rgba(255,255,255,0.92);
  font-size: 0.88rem;
  font-weight: 600;
  transition: background 0.18s, color 0.18s, transform 0.18s;
  text-decoration: none;
  border-bottom: none;
}
.mega-browse-link span:not(.mega-browse-icon):not(.mega-tag) {
  position: relative;
}
.mega-browse-link span:not(.mega-browse-icon):not(.mega-tag)::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: #13d6b0;
  transition: width 0.2s ease;
}
.mega-browse-link:hover span:not(.mega-browse-icon):not(.mega-tag)::after {
  width: 100%;
}
.mega-browse-icon {
  flex-shrink: 0;
  width: 18px;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
  color: rgba(255,255,255,0.55);
  transition: color 0.15s;
}
.mega-browse-link:hover .mega-browse-icon {
  color: #13d6b0;
}
.mega-browse-link svg {
  flex-shrink: 0;
  color: rgba(255,255,255,0.55);
  transition: color 0.15s;
}
.mega-browse-link::after {
  content: '\203A';
  margin-left: auto;
  font-size: 1.2rem;
  color: rgba(255,255,255,0.2);
  transition: color 0.15s, transform 0.15s;
}
.mega-browse-link:hover {
  background: rgba(19, 214, 176, 0.08);
  color: #fff;
  transform: translateY(-2px);
}
.mega-browse-link:hover svg {
  color: #13d6b0;
}
.mega-browse-link:hover::after {
  color: #13d6b0;
  transform: translateX(3px);
}

/* Tags (Popular / New) */
.mega-tag {
  font-size: 0.58rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 2px 9px;
  border-radius: 3px;
  line-height: 1.7;
  margin-left: auto;
}
.mega-tag--pop {
  background: rgba(19, 214, 176, 0.15);
  color: #8fe8de;
}
.mega-tag--new {
  background: rgba(99, 149, 255, 0.18);
  color: #8db4ff;
}

/* --- Mobile Menu Toggle --- */
.menu-toggle {
  display: none;
  margin-left: auto;
  background: none;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 6px;
  padding: 6px 8px;
  color: #fff;
  cursor: pointer;
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  padding: 120px 0 100px;
  position: relative;
  background-size: cover;
}

/* --- Hero wavy bottom divider --- */
.hero-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 48px;
  z-index: 1;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNGRkZGRkYiPjxwYXRoIGQ9Ik04NTMuODkzLDg2Ljk5OGMtMzguODU5LDAtNTguODExLTE2LjQ1NS03Ny45NTYtMzUuMDUxYzE4LjI5NS0xMC41MzYsNDAuODkxLTE4LjI3Niw3My4zNzgtMTguMjc2IGMzOC42ODUsMCw2NC4xMzIsMTIuNTY0LDg1LjQ4OSwyOC4zNDdDOTE2LjE5Miw3Mi4wMTIsOTAwLjgsODYuOTk4LDg1My44OTMsODYuOTk4eiBNNTI2LjI2NSw4MC45NDUgYy02LjUxNy0wLjU2Mi0xMy41OTktMC44NzktMjEuNDEtMC44NzljLTcwLjc5OSwwLTkxLjMzNywyNy4yMjktMTM0LjQzMywzNS42NjJjMTQuOTAxLDMuNzIsMzIuMTE4LDYuMDcsNTIuODk4LDYuMDcgQzQ3MC4xNzEsMTIxLjc5Nyw1MDAuMzQsMTAzLjQyMSw1MjYuMjY1LDgwLjk0NXoiIGZpbGwtb3BhY2l0eT0iLjMiLz48cGF0aCBkPSJNNjYzLjQ1OCwxMDkuNjcxYy02Ny4xMzcsMC04MC4zNDUtMjMuODI0LTEzNy4xOTMtMjguNzI2QzU2Ny4wODYsNDUuNTU1LDU5Ny4zODEsMCw2NjUuNjkxLDAgYzYxLjg1NywwLDg1LjM2OSwyNy43ODIsMTEwLjI0Niw1MS45NDdDNzM2Ljg4OCw3NC40MzQsNzE3LjQ1OSwxMDkuNjcxLDY2My40NTgsMTA5LjY3MXogTTIxNy42OCw5NC4xNjMgYzU1Ljk3MSwwLDYyLjUyNiwyNC4wMjYsMTI2LjMzNywyNC4wMjZjOS44NTgsMCwxOC41MDgtMC45MTYsMjYuNDA0LTIuNDYxYy01Ny4xODYtMTQuMjc4LTgwLjE3Ny00OC44MDgtMTM4LjY1OS00OC44MDggYy03Ny4wNjMsMC05OS45Niw0OC41NjktMTUxLjc1MSw0OC41NjljLTQwLjAwNiwwLTYwLjAwOC0xMi4yMDYtODAuMDExLTI5LjUwNnYxNi44MDZjMjAuMDAzLDEwLjg5MSw0MC4wMDUsMjEuNzgyLDgwLjAxMSwyMS43ODIgQzE2MC4wMTQsMTI0LjU3LDE1OC42MDgsOTQuMTYzLDIxNy42OCw5NC4xNjN6IE0xMjAwLjExMiw0Ni4yOTJjLTU3LjQ5MywwLTU2LjkzNSw0Ni41OTUtMTE1LjAxNSw0Ni41OTUgYy01My42MTIsMC01OS43NTUtMzkuNjE4LTExNS42MDItMzkuNjE4Yy0xNS4yNjcsMC0yNS4zODEsMy43NTEtMzQuNjksOC43NDljMzYuMDk2LDI2LjY3NSw2MC41MDMsNjIuNTUyLDExNy4zNDIsNjIuNTUyIGM2OS4yNDksMCw3NS45NTEtNDMuNTU5LDE0Ny45NjQtNDMuNTU5YzM5LjgwNCwwLDU5Ljk4NiwxMC45NDMsNzkuODg4LDIxLjc3N1Y4NS45ODIgQzEyNjAuMDk3LDY4Ljc3MSwxMjM5LjkxNiw0Ni4yOTIsMTIwMC4xMTIsNDYuMjkyeiIgZmlsbC1vcGFjaXR5PSIuNSIvPjxwYXRoIGQ9Ik0xMDUyLjE0NywxMjQuNTdjLTU2Ljg0LDAtODEuMjQ3LTM1Ljg3Ni0xMTcuMzQyLTYyLjU1MmMtMTguNjEzLDkuOTk0LTM0LjAwNSwyNC45OC04MC45MTIsMjQuOTggYy0zOC44NTksMC01OC44MTEtMTYuNDU1LTc3Ljk1Ni0zNS4wNTFjLTM5LjA1LDIyLjQ4Ny01OC40NzksNTcuNzI0LTExMi40OCw1Ny43MjRjLTY3LjEzNywwLTgwLjM0NS0yMy44MjQtMTM3LjE5My0yOC43MjYgYy0yNS45MjUsMjIuNDc1LTU2LjA5Myw0MC44NTItMTAyLjk0Niw0MC44NTJjLTIwLjc3OSwwLTM3Ljk5Ni0yLjM0OS01Mi44OTgtNi4wN2MtNy44OTUsMS41NDUtMTYuNTQ2LDIuNDYxLTI2LjQwNCwyLjQ2MSBjLTYzLjgxMSwwLTcwLjM2Ni0yNC4wMjYtMTI2LjMzNy0yNC4wMjZjLTU5LjA3MiwwLTU3LjY2NSwzMC40MDctMTM3LjY2OSwzMC40MDdjLTQwLjAwNiwwLTYwLjAwOC0xMC44OTEtODAuMDExLTIxLjc4MlYxNDBoMTI4MCB2LTM3LjIxMmMtMTkuOTAzLTEwLjgzNS00MC4wODQtMjEuNzc3LTc5Ljg4OC0yMS43NzdDMTEyOC4wOTgsODEuMDExLDExMjEuMzk3LDEyNC41NywxMDUyLjE0NywxMjQuNTd6Ii8+PC9nPjwvc3ZnPg==");
  background-size: 100% 48px;
  background-repeat: no-repeat;
}

.hero-inner { position: relative; z-index: 1; }

.hero-content {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 40px;
  align-items: center;
}

.hero-text {
  text-align: left;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hero-logo {
  width: 212px;
  display: block;
  margin: 20px auto;
  align-self: center;
}
.hero h1 {
  color: #fff;
}
.hero-subtitle {
  font-style: italic;
  margin-bottom: 10px;
  margin-top: -10px;
  color: rgba(255,255,255,0.9);
}
.hero-subline {
  color: rgba(255,255,255,0.85);
  margin: 10px 0 40px 0;
  line-height: 1.5;
}
.hero-trust {
  color: rgba(255,255,255,0.8);
  font-size: 1.1em;
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero-trust-tick {
  flex-shrink: 0;
}

/* --- Video Embed --- */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.3);
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.yt-facade {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  cursor: pointer;
  background-color: #000;
  background-size: cover;
  background-position: center;
}
.yt-facade::after {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  width: 68px; height: 48px;
  margin: -24px 0 0 -34px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 68 48'%3E%3Cpath d='M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55C3.97 2.33 2.27 4.81 1.48 7.74.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z' fill='%23FF0000'/%3E%3Cpath d='M45 24L27 14v20' fill='%23fff'/%3E%3C/svg%3E") no-repeat center / contain;
  transition: transform .15s ease;
}
.yt-facade:hover::after {
  transform: scale(1.1);
}

/* ============================================================
   TRUST / TESTIMONIALS
   ============================================================ */
.trust {
  background: #fff;
  padding: 50px 0 40px;
  text-align: center;
  position: relative;
  padding-bottom: 78px;
}

.trust-header h3 {
  padding-bottom: 10px;
  margin-bottom: 32px;
}

/* --- Trust bottom divider (triangle into features) --- */
.trust-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 38px;
  z-index: 1;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmMWY1ZjkiPjxwYXRoIGQ9Ik02NDAgMTM5TDAgMHYxNDBoMTI4MFYwTDY0MCAxMzl6IiBmaWxsLW9wYWNpdHk9Ii41Ii8+PHBhdGggZD0iTTY0MCAxMzlMMCA0MnY5OGgxMjgwVjQybC02NDAgOTd6Ii8+PC9nPjwvc3ZnPg==");
  background-size: 100% 38px;
  background-repeat: no-repeat;
}

.testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 28px;
}

.testimonial {
  background: #f7fafa;
  border: 1px solid #e8eef2;
  border-radius: 10px;
  padding: 28px 24px;
  text-align: left;
  margin: 0;
}
.testimonial p {
  font-style: italic;
  margin-bottom: 12px;
}
.testimonial cite {
  font-style: normal;
  font-weight: 600;
  color: #13d6b0;
}

.trustpilot-link a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #192851;
  font-weight: 600;
}
.trustpilot-logo {
  display: inline-block;
  width: 110px;
  height: auto;
  vertical-align: middle;
}

/* ============================================================
   FEATURES / VALUE PROPOSITION
   ============================================================ */
.features {
  padding: 60px 0 50px;
  background: #f1f5f9;
}

.features-inner {
  display: flex;
  gap: 50px;
  align-items: center;
  margin-bottom: 50px;
}

.features-text {
  max-width: 500px;
}

.features-image {
  width:100%;
}

.features-heading {
  color: #192851;
}
.features-subheading {
  color: #192851;
}
.features-tagline {
  color: #192851;
  margin-top: 20px;
}

.features-image img {
  max-width: 100%;
}

/* --- Feature Badges --- */
.feature-badges {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
  padding: 30px 0;
}

.badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  background: #fff;
  border-radius: 10px;
  padding: 25px 15px 10px;
  box-shadow: 0 0 7px -1px rgba(0,0,0,0.3);
  overflow: hidden;
}
.badge img { width: 40px; height: 40px; margin: 0 auto; }
.badge-label {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  letter-spacing: 1px;
}
.badge-value {
  font-family: 'Ubuntu', Helvetica, Arial, Lucida, sans-serif;
  font-size: 20px;
  color: #13d6b0;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 4px;
}

/* ============================================================
   BENEFITS
   ============================================================ */
.benefits {
  background: #61e3c7;
  padding: 2% 0;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin: 0 auto;
}

.benefit-card {
  display: flex;
  align-items: center;
  padding: 0 20px 0 0;
  border-right: 1px solid #fff;
}
.benefit-card:nth-child(3n) { border-right: none; }

.benefit-card img {
  width: auto;
  height: 64px;
  float: left;
  margin: 0 20px 0 0;
  flex-shrink: 0;
}
.benefit-card h7,
.benefit-card h6.smaller,
.benefit-card .benefit-title {
  color: #fff;
  padding-bottom: 4px;
  flex: 1;
  min-width: 0;
  font-weight: 600;
}
.benefit-card p {
  width: 100%;
  color: #192851;
}

/* ============================================================
   HOW-TO
   ============================================================ */
.how-to {
  padding: 60px 0 40px;
  background: #fff;
}
.how-to h2 {
  text-align: center;
}
.how-to-subtitle {
  text-align: center;
}

.how-to-inner {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  align-items: center;
  margin: 32px 0;
}

.how-to-text p {
  margin-bottom: 14px;
}

.how-to-banner {
  background: #13d6b0;
  color: #fff;
  text-align: center;
  padding: 18px 24px;
  border-radius: 8px;
}
.how-to-banner p {
  font-size: 1.05rem;
  margin: 0;
}

/* ============================================================
   STATS / COUNTERS
   ============================================================ */
.stats {
  background: url('../images/bg.jpg') #0f2a3d center center;
  background-size: cover;
  padding: 60px 0;
  color: #fff;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}

.stat-number {
  display: block;
  font-family: 'Proxima Nova', 'Open Sans', sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 400;
  color: #61e3c7;
  margin-bottom: 6px;
}
.stat-label {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.75);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ============================================================
   PRICING
   ============================================================ */
.pricing {
  padding: 60px 0;
  background: #fff;
}
.pricing > .container > h2 {
  text-align: center;
  color: #13d6b0;
}

.pricing-layout {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 40px;
  align-items: flex-end;
}

.pricing-image img {
}

/* --- Tabs --- */
.pricing-tabs {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.18);
}

.tab-nav {
  display: flex;
  gap: 0;
  margin-bottom: 0;
}
.tab-btn {
  flex: 1;
  padding: 14px 18px;
  background: #f1f5f9;
  color: #192851;
  border: none;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  border-radius: 0;
}
.tab-btn:hover { background: #e2e8f0; color: #192851; }
.tab-btn.active {
  background: #fff;
  color: #192851;
}

.tab-panel {
  display: none;
  background: url('../images/bg.jpg') #0f2a3d center center;
  background-size: cover;
  border-radius: 0;
  padding: 32px 36px 40px;
  color: #fff;
  text-align: center;
}
.tab-panel.active { display: block; }

.tab-panel h3 {
  text-align: center;
  color: #fff;
  margin-bottom: 8px;
}

.price {
  font-size: 4em;
  line-height: 1em;
  font-weight: 200;
  text-align: center;
  color: #61e3c7;
  margin-bottom: 4px;
  font-family: 'Proxima Nova', 'Open Sans', sans-serif;
}

.price span {
  font-size: 0.3em;
  color: rgba(255,255,255,1);
  vertical-align: middle;
}

.price s {
  color: rgba(255,255,255,0.4);
  font-size: 0.4em;
}
.price span.price-vat {
  font-size: 0.3em;
  color: rgba(255,255,255,1);
  vertical-align: text-top;
}

.price-note {
  text-align: center;
  color: rgba(255,255,255,1);
  font-size: 1.2em;
  margin-bottom: 16px;
}

.promo-text {
  display: inline-block;
  margin-top: 8px;
  padding: 6px 14px;
  border: 1px solid #FFD700;
  background: rgba(255, 215, 0, 0.05);
  border-radius: 8px;
  color: #FFD700;
  font-size: 1.1em;
  font-weight: 600;
  text-align: center;
}

.tab-panel .tick-list {
  max-width: 420px;
  margin: 0 auto 24px;
  padding-top: 16px;
  border-top: 2px solid rgba(255,255,255,0.15);
}
.tab-panel .tick-list li {
  color: #fff;
  font-weight: 300;
  padding-left: 32px;
  text-align: left;
}
.tab-panel .tick-list li::before {
  width: 20px;
  height: 20px;
  top: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%2361e3c7'%3E%3Cpath fill-rule='evenodd' d='M16.704 4.153a.75.75 0 0 1 .143 1.052l-8 10.5a.75.75 0 0 1-1.127.075l-4.5-4.5a.75.75 0 0 1 1.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 0 1 1.05-.143Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.tab-panel .tick-list li a {
  color: #61e3c7;
  text-decoration: underline;
}

.tab-panel .btn {
  display: block;
  max-width: 280px;
  margin: 0 auto;
  text-align: center;
}

/* ============================================================
   VAT BRIDGING PAGE COMPONENTS
   ============================================================ */

/* -- Base section patterns -- */

/* ============================================================
   FAQ / ACCORDION
   ============================================================ */
.faq {
  padding: 60px 0;
}
.faq h2 {
  text-align: center;
}

.accordion {
  max-width: 1024px;
  margin: 40px auto;
  text-align: left;
}

.accordion-item {
  background: #fff;
  margin-bottom: 2.75%;
  overflow: hidden;
  border-radius: 20px;
  border-width: 0px;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}

.accordion-item summary {
  padding: 18px 24px 12px 24px;
  font-weight: 600;
  font-size: 1.06rem;
  cursor: pointer;
  color: #11374f;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.2s;
  font-size: 17px;
  margin-bottom: 6px;
}
.accordion-item summary::-webkit-details-marker { display: none; }
.accordion-item summary::after {
  content: '›';
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 400;
  color: #11374f;
  flex-shrink: 0;
  margin-left: 16px;
  transform: rotate(0deg);
  transition: transform 0.25s ease;
  line-height: 1;
}
.accordion-item[open] summary::after {
  transform: rotate(90deg);
}

.accordion-body {
  padding: 0 24px 20px;
}
.accordion-body p {
  color: #11374f;
  line-height: 1.4em;
  margin:0 0 .5em 0;
}
.accordion-body a {
  color: #13d6b0;
  text-decoration: underline;
}

/* ============================================================
   CTA / REGISTER
   ============================================================ */
.cta {
  background-color: #6fabd8;
  padding: 60px 0;
  text-align: center;
  color: #fff;
}
.cta h2 {
  color: #fff;
}
.cta > .container > p {
  color: rgba(255,255,255,0.8);
  margin-bottom: 28px;
  font-size: 1.05rem;
}

.cta-glass {
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 16px;
  padding: 32px 40px 24px;
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.register-form {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 14px 0;
}
.register-form input {
  padding: 10px 16px;
  font-size: 0.95rem;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 6px;
  background: #f7f7f7;
  color: #192851;
  width: 200px;
  font-family: inherit;
}
.register-form input::placeholder { color: #888; }
.register-form input:focus {
  outline: 2px solid #13d6b0;
  outline-offset: -1px;
}
.register-form .btn {
  border-radius: 8px;
  padding: 10px 28px;
}

.cta-note {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.7);
  margin-bottom: 10px;
}
.cta-legal {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.5);
}
.cta-legal a {
  color: rgba(255,255,255,0.6);
  text-decoration: underline;
}
.cta-legal a:hover { color: #fff; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: url('../images/bg.jpg') #0f2a3d center center;
  background-size: cover;
  padding: 48px 0 0;
  text-align: center;
}

/* Footer mega-menu columns */
.footer-mega {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 32px;
  text-align: left;
  padding-bottom: 32px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.footer-col h4 {
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 14px;
}
.footer-col a {
  display: block;
  color: rgba(255,255,255,0.6);
  font-size: 0.88rem;
  padding: 4px 0;
  transition: color 0.2s;
}
.footer-col a:hover {
  color: #13d6b0;
}
@media (max-width: 768px) {
  .footer-mega {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 24px;
  }
}
@media (max-width: 480px) {
  .footer-mega {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.footer-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin-bottom: 16px;
}
.footer-nav a {
  color: rgba(255,255,255,0.75);
  font-size: 0.88rem;
  font-weight: 600;
  transition: color 0.2s;
}
.footer-nav a:hover { color: #13d6b0; }

.footer-bottom {
  background: #111;
  padding: 15px 0;
  text-align: center;
}

.footer-legal {
  color: #fff;
  font-size: 0.78rem;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.5;
}

/* ============================================================
   HERO — SINGLE COLUMN VARIANT (income-tax-mtd page)
   ============================================================ */
.hero-single {
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}

.hero-single h1 {
  font-size: 5em;
  margin-bottom: -.12em;
  color: #11374f !important;
}
.hero-single .guide-breadcrumb {
  margin-bottom: 16px;
}
.hero-single .guide-breadcrumb a,
.hero-single .guide-breadcrumb span {
  color: #555;
}
.hero-single .btn { margin-bottom: 16px; }

.hero-subtitle-it {
  font-size: 50px;
  font-weight: 300;
  color: #13d6b0 !important;
  letter-spacing: 2px;
  margin-bottom: 32px;
  margin-top: 0;
  line-height: 1.1;
}

/* ============================================================
   INCOME TYPE CARD CAROUSEL (income-tax-mtd page)
   ============================================================ */
.it-carousel-section {
  padding: 8px 0 48px;
  position: relative;
  z-index: 1;
  max-width: 1640px;
  margin: 0 auto;
}

.it-carousel-outer {
  position: relative;
  user-select: none;
  -webkit-user-select: none;
}

.it-carousel-viewport {
  overflow: hidden;
  width: 100%;
}


.it-carousel-track {
  display: flex;
  gap: 20px;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

.it-card {
  flex: 0 0 auto;
  height: 320px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

/* Dark top-to-transparent fade on photo cards for text readability */
.it-card-photo::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 55%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.55) 0%, transparent 100%);
  z-index: 1;
}

.it-card-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  max-height: 80%;
  object-fit: contain;
  pointer-events: none;
}

/* Icon + title side-by-side at the top of each card */
.it-card-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  z-index: 2;
}

.it-card-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  color: #fff;
}

.it-card-icon.dark { color: #192851; }

.it-card-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  text-shadow: 0 1px 3px rgba(0,0,0,0.4);
}

.it-card-title.dark {
  color: #192851;
  text-shadow: none;
}

/* Overlay nav arrows — transparent background, white, large */
.it-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 3.75rem;
  line-height: 1;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0 1px 6px rgba(0,0,0,0.5);
  transition: opacity 0.2s;
}

.it-carousel-btn:hover { opacity: 0.65; }

.it-prev { left: 4px; }
.it-next { right: 4px; }

.it-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.it-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  padding: 0;
}

.it-dot.active { background: #13d6b0; }

@media (max-width: 900px) {
  .it-carousel-section { padding-bottom: 36px; }
}
@media (max-width: 480px) {
  .it-carousel-btn { font-size: 2.5rem; padding: 5px 8px; }
}

/* ============================================================
   IT-FEATURES SECTION ("Stress out. Efficiency in.")
   ============================================================ */
.it-features {
  padding: 70px 0 40px;
  background: #fff;
  position: relative;
}

.it-features-inner {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 50px;
  align-items: center;
}

.it-features-text h2 {
  color: #192851;
}

.it-features-text h3 {
  color: #192851;
  margin-bottom: 28px;
}

.it-features-image img {
  border-radius: 25px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

/* Vertical stack override for it-features context */
.it-features-text .greentick-list {
  display: block;
}

/* Circle Green tick list */
.greentick {
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0;
}

.greentick li {
    margin: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%2313d6b0' class='size-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 12.75 11.25 15 15 9.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z' /%3E%3C/svg%3E%0A");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 7px 0 7px 38px;
    text-wrap-style: balance;
    line-height: 1.35;
    font-weight: 200;
}

.greentick li strong {
  font-weight: 600;
}

/* Green tick list with bold title + description */
.greentick-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.greentick-list li {
    position: relative;
    padding: 12px 0 12px 36px;
    margin-bottom: 6px;
    line-height: 1.5;
    font-size: 1em;
    font-weight: 600;
    text-wrap-style: balance;
}

.greentick-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 28px;
  height: 28px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2313d6b0'%3E%3Cpath fill-rule='evenodd' d='M12.516 2.17a.75.75 0 0 0-1.032 0 11.209 11.209 0 0 1-7.877 3.08.75.75 0 0 0-.722.515A12.74 12.74 0 0 0 2.25 9.75c0 5.942 4.064 10.933 9.563 12.348a.749.749 0 0 0 .374 0c5.499-1.415 9.563-6.406 9.563-12.348 0-1.39-.223-2.73-.635-3.985a.75.75 0 0 0-.722-.516l-.143.001c-2.996 0-5.717-1.17-7.734-3.08Zm3.094 8.016a.75.75 0 1 0-1.22-.872l-3.236 4.53L9.53 12.22a.75.75 0 0 0-1.06 1.06l2.25 2.25a.75.75 0 0 0 1.14-.094l3.75-5.25Z' clip-rule='evenodd' /%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.greentick-list li strong {
  display: block;
  font-size: 1.1em;
  font-weight: 700;
  color: #192851;
  margin-bottom: 3px;
}

.greentick-list li span {
  line-height: 1.55;
}

/* Bottom divider for it-features */
.it-features-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 48px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmMWY1ZjkiPjxwYXRoIGQ9Ik02NDAgMTM5TDAgMHYxNDBoMTI4MFYwTDY0MCAxMzl6IiBmaWxsLW9wYWNpdHk9Ii41Ii8+PHBhdGggZD0iTTY0MCAxMzlMMCA0MnY5OGgxMjgwVjQybC02NDAgOTd6Ii8+PC9nPjwvc3ZnPg==");
  background-size: 100% 48px;
  background-repeat: no-repeat;
}

/* ============================================================
   TESTIMONIALS — WITH AVATAR PHOTO
   ============================================================ */
.testimonial-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 12px;
  border: 3px solid #13d6b0;
  display: block;
}

.testimonial-name {
  font-weight: 700;
  font-size: 0.95rem;
  color: #192851;
  margin-bottom: 2px;
}

.testimonial-role {
  margin-bottom: 8px;
}

.testimonial-stars {
  color: #f5a623;
  font-size: 1rem;
  margin-bottom: 12px;
  letter-spacing: 2px;
}

.testimonial { text-align: center; }

/* ============================================================
   TESTIMONIAL CAROUSEL (Income Tax trust section)
   ============================================================ */
.it-trust .testimonials {
  display: block;
  margin-bottom: 0;
}

.trust-carousel-outer {
  position: relative;
  user-select: none;
  -webkit-user-select: none;
}

.trust-carousel-viewport {
  overflow: hidden;
  width: 100%;
}

.trust-carousel-track {
  display: flex;
  gap: 24px;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

.it-trust .testimonial {
  flex: 0 0 auto;
  background: #1c3449;
  border: 1px solid #2a4a5e;
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  color: #fff;
  margin: 0;
}

.it-trust .testimonial p {
  color: #fff;
  font-style: normal;
}

.it-trust .testimonial-avatar {
  width: 90px;
  height: 90px;
  border: none;
}

.it-trust .testimonial-name {
  color: #fff;
  font-style: normal;
}

.it-trust .testimonial p.testimonial-role {
  color: #13d6b0;
  font-style: normal;
}

.it-trust .testimonial p.testimonial-stars {
  color: #fac917;
  font-style: normal;
}

/* Carousel arrows */
.trust-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: none;
  border: none;
  color: #555;
  font-size: 3rem;
  cursor: pointer;
  opacity: 0.45;
  padding: 8px;
  line-height: 1;
  transition: opacity 0.2s;
}

.trust-carousel-btn:hover { opacity: 0.75; }

.trust-prev { left: -44px; }
.trust-next { right: -44px; }

/* Dots */
.trust-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}

.trust-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #b0b8c6;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s;
}

.trust-dot.active { background: #192851; }

@media (max-width: 980px) {
  .trust-prev { left: 4px; }
  .trust-next { right: 4px; }
  .trust-carousel-btn { color: #fff; opacity: 0.6; }
}

@media (max-width: 480px) {
  .trust-carousel-btn { font-size: 2.2rem; padding: 4px; }
}

/* ============================================================
   STEPS SECTION — DARK BACKGROUND
   ============================================================ */
.steps-section {
  background: url('../images/bg.jpg') #0f2a3d center center;
  background-size: cover;
  padding: 70px 0 60px;
  text-align: center;
  color: #fff;
}

.steps-section h2 {
  color: #fff;
}

.steps-subtitle {
  margin-bottom: 48px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 44px;
}

.steps-section .step-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  padding: 40px 28px 32px;
  text-align: center;
}

.step-number {
  width: 60px;
  height: 60px;
  background: #13d6b0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  margin: 0 auto 22px;
  font-family: 'Open Sans', sans-serif;
}

.steps-section .step-card h3 {
  color: #fff;
  margin-bottom: 12px;
}

.steps-section .step-card p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.97rem;
  line-height: 1.65;
}

.steps-cta { text-align: center; }

/* ============================================================
   ACCOUNTANTS SECTION
   ============================================================ */
.accountants-section {
  background: #f1f5f9;
  padding: 70px 0 90px;
  position: relative;
}

.accountants-section h2 {
  text-align: center;
}

.accountants-section .accountants-subtitle {
  text-align: center;
  margin-bottom: 40px;
}

.accountants-inner {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 50px;
  align-items: center;
}

.accountants-image img {
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.accountants-text p {
  margin-bottom: 20px;
  font-size: 1.02rem;
}

.accountants-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 48px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiM2ZmFiZDgiPjxwYXRoIGQ9Ik02NDAgMTM5TDAgMHYxNDBoMTI4MFYwTDY0MCAxMzl6IiBmaWxsLW9wYWNpdHk9Ii41Ii8+PHBhdGggZD0iTTY0MCAxMzlMMCA0MnY5OGgxMjgwVjQybC02NDAgOTd6Ii8+PC9nPjwvc3ZnPg==");
  background-size: 100% 48px;
  background-repeat: no-repeat;
}

/* ============================================================
   MID-CTA SECTION
   ============================================================ */
.mid-cta {
  background-color: #6fabd8;
  padding: 40px 0;
  text-align: center;
  color: #fff;
}

.mid-cta h2 {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 6px;
}

.mid-cta h3 {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 18px;
}

/* ============================================================
   GUIDE CALLOUT (product pages → guide link)
   ============================================================ */

.guide-callout-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background: linear-gradient(135deg, #f0f7ff, #e8f0fe);
  border: 1px solid #d0dff0;
  border-radius: 14px;
  padding: 32px 40px;
  margin: 20px 0;
}
.guide-callout-text h3 {
  font-size: 1.2rem;
  margin-bottom: 6px;
  color: #192851;
}
.guide-callout-text p {
  margin: 0;
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.5;
}
.guide-callout-card .btn {
  white-space: nowrap;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .guide-callout-card {
    flex-direction: column;
    text-align: center;
    padding: 28px 24px;
    gap: 20px;
  }
}

/* ============================================================
   CONTACT FORM SECTION
   ============================================================ */
.contact-section {
  background-color: #f1f5f9;
  padding: 70px 0;
  text-align: center;
}

.contact-section h3 {
  color: #555;
  margin-bottom: 36px;
}

.contact-form-wrapper {
  max-width: 640px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  padding: 36px 40px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  text-align: left;
}

.contact-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}

.contact-form .form-field {
  margin-bottom: 14px;
}

.contact-form label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: #192851;
  margin-bottom: 5px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px 14px;
  font-size: 0.95rem;
  border: 1px solid #dde3ea;
  border-radius: 6px;
  background: #f7f9fc;
  color: #192851;
  font-family: inherit;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid #13d6b0;
  outline-offset: -1px;
  background: #fff;
}

.contact-form textarea {
  resize: vertical;
  min-height: 110px;
}

.contact-form .captcha-row {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
  margin-bottom: 18px;
  font-size: 0.9rem;
  color: #555;
}

.contact-form .captcha-row input {
  width: 60px;
}

.contact-form .form-submit {
  text-align: right;
}

/* ============================================================
   FINAL CTA SECTION
   ============================================================ */
.final-cta {
  background: url('../images/bg.jpg') #0f2a3d center center;
  background-size: cover;
  padding: 80px 0;
  text-align: center;
  color: #fff;
}

.final-cta h2 {
  color: #fff;
}

.final-cta h3 {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 32px;
}

/* ============================================================
   GUIDE / HOW-TO ARTICLE PAGE
   ============================================================ */

/* --- Constrain content containers to 860px --- */
.guide-chapter-header > .container, .guide-section > .container,
.guide-help > .container {
  max-width: 860px;
}

/* --- Guide Hero --- */
.guide-hero {
  background: linear-gradient(135deg, #0f2a3d 0%, #192851 100%);
  color: #fff;
  padding: 56px 0 64px;
  position: relative;
}
.guide-hero::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 40px;
  background: #fff;
  clip-path: ellipse(55% 100% at 50% 100%);
}

.guide-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.6);
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.guide-breadcrumb a {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
}
.guide-breadcrumb a:hover { color: #13d6b0; }
.guide-breadcrumb span[aria-current="page"] { color: rgba(255,255,255,0.9); }

.guide-hero-title {
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 6px;
}
.guide-hero-subtitle {
  font-size: clamp(1.2rem, 2.5vw, 1.8rem);
  font-weight: 300;
  color: #13d6b0;
  margin-bottom: 16px;
}
.guide-hero-intro {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.8);
  max-width: 680px;
  margin-bottom: 12px;
  line-height: 1.7;
}
.guide-hero-byline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.5);
  margin-bottom: 28px;
}
.guide-hero-byline strong { color: rgba(255,255,255,0.75); font-weight: 600; }
.guide-hero-byline-sep { color: rgba(255,255,255,0.3); }
.guide-hero-byline time { color: rgba(255,255,255,0.5); }

/* --- TOC Section --- */
.guide-toc-section {
  background: #fff;
  padding: 48px 0 40px;
  border-bottom: 1px solid #e8edf2;
}
.guide-toc {
  margin: 0 auto;
}
.guide-toc-heading {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #8899aa;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
}
.guide-toc-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.guide-toc-item {
  flex: 0 1 calc(20% - 10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
  padding: 18px 12px;
  border: 2px solid #e8edf2;
  border-radius: 12px;
  color: #192851;
  text-decoration: none;
  transition: border-color 0.2s, background 0.2s, transform 0.2s;
}
.guide-toc-item:hover {
  border-color: #13d6b0;
  background: #f0fdfb;
  color: #192851;
  transform: translateY(-2px);
}
.guide-toc-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #13d6b0;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  flex-shrink: 0;
}
.guide-toc-label {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.3;
}

/* --- Guide Main / Article --- */
.guide-main { background: #fff; }

.guide-chapter-header {
  background: #0f2a3d;
  color: #fff;
  padding: 40px 0 36px;
  text-align: left;
}
.guide-chapter-num {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #13d6b0;
  font-weight: 700;
  margin-bottom: 6px;
}
.guide-chapter-title {
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}
.guide-chapter-intro {
  font-size: 1rem;
  color: rgba(255,255,255,0.7);
  margin: 0;
}

.guide-section {
  padding: 56px 0 48px;
  background: #fff;
}
.guide-section:nth-child(even) {
  background: #f8fafb;
}

.guide-content {
  max-width: 860px;
  margin: 0 auto;
}

.guide-content h3 {
  color: #192851;
  margin: 40px 0 12px;
  padding-top: 30px;
  border-top: 2px solid #e8edf2;
  scroll-margin-top: 90px;
  font-size: 1.65em;
  font-weight: 600;
}
.guide-content h3:first-child { margin-top: 0; border-top: none; padding-top: 0; }

.guide-content p {
  margin-bottom: 18px;
  line-height: 1.8;
}
.guide-content p:last-child { margin-bottom: 0; }

.guide-content a {
  color: #13d6b0;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.guide-content a:hover { color: #0fbf9d; }

.guide-content a.btn, .guide-content a.btn:hover {
  color: #fff;
  text-decoration: none;
}

/* --- Callout Boxes --- */
.guide-callout {
  border-radius: 10px;
  padding: 18px 22px;
  margin: 24px 0;
  border-left: 4px solid #13d6b0;
}
.guide-callout p { margin-bottom: 8px; }
.guide-callout p:last-child { margin-bottom: 0; }

.guide-callout--tip {
  background: #f0fdfb;
  border-color: #13d6b0;
}
.guide-callout--info {
  background: #f1f5f9;
  border-color: #6fabd8;
}
.guide-callout--steps {
  background: #fff9f0;
  border-color: #f59e0b;
}

/* --- Numbered Steps in Callout --- */
.guide-steps-list {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  counter-reset: steps;
}
.guide-steps-list li {
  counter-increment: steps;
  padding: 8px 0 8px 44px;
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  line-height: 1.5;
}
.guide-steps-list li:last-child { border-bottom: none; }
.guide-steps-list li::before {
  content: counter(steps);
  position: absolute;
  left: 0;
  top: 8px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #13d6b0;
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* --- Chapter Intro Box --- */
.guide-chapter-intro-box {
  background: #f8fafb;
  border-radius: 10px;
  padding: 20px 24px;
  margin-bottom: 32px;
  border: 1px solid #e8edf2;
}
.guide-chapter-intro-box p { margin-bottom: 10px; }

/* --- VAT Box List --- */
.guide-box-list {
  margin: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.guide-vat-box {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: #f8fafb;
  border: 1px solid #e8edf2;
  border-radius: 10px;
  padding: 16px 20px;
}
.guide-vat-box-num {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  height: 36px;
  border-radius: 8px;
  background: #192851;
  color: #13d6b0;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
  flex-shrink: 0;
}
.guide-vat-box > div { flex: 1; }
.guide-vat-box strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
  color: #192851;
}
.guide-vat-box p {
  font-size: 0.95rem;
  color: #445;
  margin-bottom: 6px;
  line-height: 1.65;
}
.guide-vat-box p:last-child { margin-bottom: 0; }

/* --- Video Block --- */
.guide-video-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
  margin: 24px 0;
}
.guide-video-block--stacked {
  grid-template-columns: 1fr;
  max-width: 800px;
}
.guide-video-embed .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
}
.guide-video-embed .video-wrapper iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
}

/* --- Guide Help / Questions Section --- */
.guide-help {
  background: #192851;
  color: #fff;
  padding: 64px 0;
}
.guide-help-inner {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 48px;
  align-items: center;
}
.guide-help-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #13d6b0;
  font-weight: 700;
  margin-bottom: 8px;
}
.guide-help h2 {
  color: #fff;
}
.guide-help p {
  color: rgba(255,255,255,0.75);
  margin-bottom: 24px;
  line-height: 1.7;
}
.guide-help a.btn { margin-top: 4px; }
.guide-help-card {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  padding: 28px 24px;
  text-align: center;
}
.guide-help-card h3 {
  color: #fff;
  margin-bottom: 10px;
}
.guide-help-card p {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.7);
  margin-bottom: 18px;
}
.guide-help-note {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.45);
  margin-top: 10px;
  margin-bottom: 0;
}

/* --- Guide Table --- */
.guide-table-wrap {
  overflow-x: auto;
  margin: 24px 0;
  border-radius: 10px;
  border: 1px solid #e8edf2;
}
.guide-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}
.guide-table thead {
  background: #192851;
  color: #fff;
}
.guide-table th {
  padding: 12px 18px;
  text-align: left;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.guide-table td {
  padding: 12px 18px;
  border-bottom: 1px solid #e8edf2;
  color: #192851;
  vertical-align: top;
}
.guide-table tbody tr:last-child td { border-bottom: none; }
.guide-table tbody tr:nth-child(even) td { background: #f8fafb; }

/* --- Guide Responsive --- */
@media (max-width: 980px) {
  .guide-toc-nav .guide-toc-item { flex: 0 1 calc(50% - 6px); }
  .guide-video-block { grid-template-columns: 1fr; }
  .guide-help-inner { grid-template-columns: 1fr; }
  .guide-help-card { max-width: 400px; }
}
@media (max-width: 768px) {
  .guide-toc-nav .guide-toc-item { flex: 0 1 calc(50% - 6px); }
  .guide-vat-box { flex-direction: column; gap: 8px; }
  .guide-vat-box-num { width: auto; min-width: 0; padding: 4px 12px; height: auto; }
  .guide-hero::after { display: none; }
  .guide-chapter-header { padding: 28px 0 24px; }
}
@media (max-width: 480px) {
  .guide-toc-nav .guide-toc-item { flex: 0 1 calc(50% - 6px); }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* --- Tablet --- */
@media (max-width: 980px) {
  .hero-content {
    grid-template-columns: 1fr;
    text-align: center;
  }
  h1 { font-size: 4em; }
  h2 { font-size: 2.5em; }
  h3 { font-size: 2em; }

  .hero-text { order: 1; text-align: center; align-items: center; }
  .hero-text .hero-subtitle { align-self: center !important; }
  .hero-video { order: 2; }

  .testimonials { grid-template-columns: 1fr; gap: 16px; }

  .features-inner { flex-direction: column; }
  .features-text { order: 2; max-width: 100%; }
  .features-image { order: 1; }

  .feature-badges { grid-template-columns: repeat(2, 1fr); }

  .benefits-grid { grid-template-columns: 1fr; }
  .benefit-card { border-right: none; border-bottom: 1px solid #fff; }
  .benefit-card:last-child { border-bottom: none; }

  .how-to-inner { grid-template-columns: 1fr; }

  .it-features-inner { grid-template-columns: 1fr; }
  .it-features-image { order: -1; }

  .steps-grid { grid-template-columns: 1fr; }

  .accountants-inner { grid-template-columns: 1fr; }
  .accountants-image { text-align: center; }

  .contact-form .form-row { grid-template-columns: 1fr; }

  .stats-grid { grid-template-columns: repeat(2, 1fr); }

  .pricing-layout { grid-template-columns: 1fr; }
  .pricing-image { text-align: center; }
  .pricing-image img { margin: 0 auto; max-width: 240px; }
}

/* --- Mobile --- */
@media (max-width: 768px) {
  .menu-toggle { display: block; }

  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #0f2a3d;
    border-top: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
    z-index: 200;
  }
  .site-nav.open { display: block; }

  .nav-list {
    flex-direction: column;
    align-items: stretch;
  }
  .nav-item > a {
    padding: 14px 24px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
  }

  .dropdown-menu {
    position: static;
    box-shadow: none;
    border-radius: 0;
    background: rgba(0,0,0,0.15);
  }
  .dropdown-menu a { padding: 12px 36px; }

  /* Mega menu mobile */
  .has-mega { position: relative; }
  .mega-menu {
    position: static;
    width: 100%;
    max-width: 100%;
    transform: none;
    border-radius: 0;
    border: none;
    border-top: none;
    background: rgba(0,0,0,0.15);
    backdrop-filter: none;
    box-shadow: none;
  }
  .mega-inner {
    grid-template-columns: 1fr;
  }
  .mega-featured {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.07);
  }
  .mega-heading {
    padding: 14px 24px 6px;
  }
  .mega-guide-card {
    padding: 12px 24px;
  }
  .mega-guide-card::before { display: none; }
  .mega-guide-icon { display: none; }
  .mega-guide-arrow { display: none; }
  .mega-it-cols { grid-template-columns: 1fr; }
  .mega-it-list { border-right: none; }
  .mega-it-preview { display: none; }
  .mega-it-item { padding: 12px 24px; }
  .mega-footer {
    flex-wrap: wrap;
    gap: 12px;
    padding: 12px 24px;
  }
  .mega-footer-cta { margin-left: 0; width: 100%; text-align: center; }
  .mega-browse-link {
    padding: 10px 24px;
  }

  .tab-nav { flex-direction: column; }
  .tab-panel { padding: 24px 20px 32px; }

  .feature-badges { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }

  .cta-glass { padding: 24px 20px 20px; }
  .register-form { flex-direction: column; align-items: center; }
  .register-form input { width: 100%; max-width: 300px; }

  h1 { font-size: 3rem; }
  h2 { font-size: 1.6rem; }
  h3 { font-size: 1.3rem; }
  h4 { font-size: 1.1rem; }
}

/* --- Small mobile --- */
@media (max-width: 480px) {
  .top-bar-inner { justify-content: center; flex-wrap: wrap; }
  .feature-badges { grid-template-columns: 1fr 1fr; gap: 12px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   CONTACT US PAGE
   ============================================================ */

/* --- Page Hero (inner pages) --- */
.page-hero {
  background: url('../images/bg.jpg') #0f2a3d center center;
  background-size: cover;
  padding: 80px 0 64px;
  text-align: center;
  position: relative;
  color: #fff;
}

.page-hero h1 {
  color: #fff;
  margin: 0;
}

/* --- Contact layout --- */
.contact-section {
  padding: 64px 0 72px;
  background: #fff;
}

.contact-layout {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 64px;
  align-items: start;
}

.contact-intro {
  text-align: left;
}

.contact-intro h2 {
  color: #192851;
}

.contact-intro p {
  margin-bottom: 14px;
  color: #444;
}

.contact-intro a {
  color: #13d6b0;
  font-weight: 600;
}

/* --- Contact form card --- */
.contact-form-wrap {
  background: #f7fafa;
  border: 1px solid #e8eef2;
  border-radius: 12px;
  padding: 36px 40px;
}

.contact-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.contact-form .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 18px;
}

.contact-form label {
  font-weight: 600;
  font-size: 0.85rem;
  color: #192851;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.contact-form .required {
  color: #e53e3e;
  margin-left: 2px;
}

.contact-form input,
.contact-form textarea {
  padding: 10px 14px;
  border: 1px solid #d0dae4;
  border-radius: 6px;
  font-family: inherit;
  color: #192851;
  background: #fff;
  transition: border-color 0.15s, outline 0.15s;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid #13d6b0;
  outline-offset: -1px;
  border-color: #13d6b0;
}

.contact-form textarea {
  resize: vertical;
  min-height: 150px;
}

.contact-form .btn {
  margin-top: 4px;
}

/* --- Form feedback messages --- */
.form-feedback {
  margin-top: 14px;
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 0.92rem;
}

.form-feedback.success {
  background: #d4f8ef;
  color: #065f46;
  border: 1px solid #a7f3d0;
}

.form-feedback.error {
  background: #fee2e2;
  color: #991b1b;
  border: 1px solid #fca5a5;
}

.form-feedback p { margin: 0; }
.form-feedback a { color: inherit; font-weight: 600; text-decoration: underline; }

/* --- Featured testimonial --- */
.contact-testimonial-section {
  background: #f1f5f9;
  padding: 64px 0;
  text-align: center;
}

.testimonial-featured {
  max-width: 840px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e8eef2;
  border-radius: 12px;
  padding: 40px 48px;
  text-align: left;
}

.testimonial-featured .testimonial-stars {
  color: #f5a623;
  font-size: 1.1rem;
  margin-bottom: 16px;
  letter-spacing: 2px;
  display: block;
}

.testimonial-featured p {
  font-size: 1.05rem;
  font-style: italic;
  line-height: 1.75;
  color: #192851;
  margin-bottom: 20px;
}

.testimonial-featured cite {
  font-style: normal;
  font-weight: 600;
  color: #13d6b0;
}

/* --- Testimonial carousel --- */
.tc-heading {
  text-align: center;
  color: #192851;
}

.tc-viewport {
  overflow: hidden;
}

.tc-track {
  display: flex;
  gap: 20px;
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

.tc-card {
  flex: 0 0 auto; /* width set by JS */
  background: #fff;
  border: 1px solid #e8eef2;
  border-radius: 10px;
  padding: 24px 28px;
  text-align: left;
}

.tc-card .tc-stars {
  display: block;
  color: #f5a623;
  font-size: 1rem;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.tc-card p {
  font-style: italic;
  line-height: 1.65;
  font-size: 0.95rem;
  color: #333;
  margin-bottom: 14px;
}

.tc-card cite {
  font-style: normal;
  font-weight: 600;
  font-size: 0.88rem;
  color: #13d6b0;
}

.carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 28px;
}

.tc-btn {
  background: #fff;
  border: 2px solid #e8eef2;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.1rem;
  color: #192851;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
  flex-shrink: 0;
}

.tc-btn:hover {
  background: #13d6b0;
  border-color: #13d6b0;
  color: #fff;
}

#tcDots {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.tc-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d0dae4;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s, transform 0.2s;
}

.tc-dot.active {
  background: #13d6b0;
  transform: scale(1.4);
}

/* --- Contact page responsive --- */
@media (max-width: 900px) {
  .contact-layout { grid-template-columns: 1fr; gap: 36px; }
}

@media (max-width: 768px) {
  .page-hero { padding: 56px 0 48px; }
  .contact-form .form-row { grid-template-columns: 1fr; }
  .contact-form-wrap { padding: 24px 20px; }
  .testimonial-featured { padding: 28px 24px; }
}

/* ============================================================
   CONTENT PAGE (Privacy, Terms, Accessibility, News, Apps)
   ============================================================ */
.content-page {
  padding: 64px 0 80px;
  background: #fff;
}

.content-page .container {
  max-width: 860px;
}

.content-page h1 {
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 700;
  color: #192851;
  margin-bottom: 8px;
}

.content-page .content-subtitle {
  font-size: 1rem;
  color: #8899aa;
  margin-bottom: 40px;
}

.content-body h2 {
  font-size: 1.6em;
  font-weight: 700;
  color: #192851;
  margin: 40px 0 12px;
  padding-top: 28px;
  border-top: 2px solid #e8edf2;
}

.content-body h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.content-body h3 {
  font-size: 1.25em;
  font-weight: 700;
  color: #192851;
  margin: 28px 0 10px;
}

.content-body p {
  margin-bottom: 16px;
  line-height: 1.8;
}

.content-body ul,
.content-body ol {
  margin: 12px 0 20px 24px;
  line-height: 1.8;
}

.content-body ul { list-style: disc; }
.content-body ol { list-style: decimal; }

.content-body li {
  margin-bottom: 6px;
}

.content-body a {
  color: #13d6b0;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.content-body a:hover {
  color: #0fbf9d;
}

.content-body strong {
  font-weight: 700;
}

@media (max-width: 768px) {
  .content-page { padding: 40px 0 56px; }
  .content-body h2 { font-size: 1.3em; }
}

/* ============================================================
   ACCOUNTANTS PAGE (income-tax-mtd-for-accountants)
   ============================================================ */

/* --- Alert bar --- */
.acct-alert-bar {
  background: linear-gradient(90deg, #7f1d1d, #6b2131, #5c1a2a);
  padding: 10px 0;
  position: relative;
  z-index: 50;
}
.acct-alert-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.acct-alert-text {
  color: rgba(255,255,255,0.9);
  font-size: 0.92rem;
  display: flex;
  align-items: center;
  gap: 8px;
}
.acct-alert-text svg {
  color: #f6c343;
  flex-shrink: 0;
}
.acct-alert-cta {
  background: #fff;
  color: #192851;
  padding: 6px 16px;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 1px 4px rgba(0,0,0,0.15);
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}
.acct-alert-cta:hover {
  background: #13d6b0;
  color: #fff;
}

/* --- Hero tick list --- */
.acct-hero-ticks {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  text-align: left;
  max-width: 460px;
}
.acct-hero-ticks li {
  position: relative;
  padding: 5px 0 5px 32px;
  color: rgba(255,255,255,0.92);
  font-size: 1.02rem;
  line-height: 1.5;
}
.acct-hero-ticks li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%2313d6b0'%3E%3Cpath fill-rule='evenodd' d='M16.704 4.153a.75.75 0 0 1 .143 1.052l-8 10.5a.75.75 0 0 1-1.127.075l-4.5-4.5a.75.75 0 0 1 1.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 0 1 1.05-.143Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

/* --- Trust strip --- */
.acct-trust-strip {
  background: #fff;
  padding: 32px 0;
  border-bottom: 1px solid #e8edf2;
}
.acct-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}
.acct-trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 0.95rem;
  color: #192851;
}
.acct-trust-item strong {
  font-weight: 700;
}

/* --- Economic impact --- */
.acct-impact {
  padding: 70px 0 80px;
  background: #f1f5f9;
  text-align: center;
}
.acct-impact h2 {
  margin-bottom: 16px;
}
.acct-impact-intro {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 32px;
}
.acct-impact-table-wrap {
  max-width: 480px;
  margin: 0 auto 28px;
}
.acct-impact-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.acct-impact-table thead {
  background: #0f2a3d;
  color: #fff;
}
.acct-impact-table th {
  padding: 14px 20px;
  font-weight: 600;
  font-size: 0.95rem;
  text-align: left;
}
.acct-impact-table td {
  padding: 14px 20px;
  font-size: 1rem;
  color: #192851;
  border-bottom: 1px solid #e8edf2;
}
.acct-impact-table tbody tr:last-child td {
  border-bottom: none;
}
.acct-impact-table td strong {
  color: #13d6b0;
  font-weight: 700;
}
.acct-impact-highlight {
  font-size: 1.15rem;
  color: #192851;
  font-weight: 600;
  margin-bottom: 4px;
}
.acct-impact-tagline {
  font-size: 1.3rem;
  color: #13d6b0;
  font-weight: 700;
  margin-bottom: 28px;
}

/* --- Urgency section --- */
.acct-urgency {
  padding: 70px 0 80px;
  background: #fff;
}
.acct-urgency-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  max-width: 960px;
  margin: 0 auto;
}
.acct-urgency h2 {
  margin-bottom: 16px;
}
.acct-urgency-lead {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 20px;
}
.acct-urgency-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.acct-urgency-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  font-size: 1.05rem;
  color: #192851;
  font-weight: 500;
}
.acct-urgency-card {
  background: #f1f5f9;
  border-radius: 14px;
  padding: 40px 32px;
  text-align: center;
}
.acct-urgency-card svg {
  margin-bottom: 16px;
}
.acct-urgency-card p {
  font-size: 1.1rem;
  color: #192851;
  line-height: 1.6;
  margin-bottom: 24px;
}

/* --- Validation block (in spreadsheet section) --- */
.acct-validation-block {
  margin-top: 28px;
  padding: 20px 24px;
  background: #f1f5f9;
  border-radius: 10px;
  border-left: 3px solid #13d6b0;
}
.acct-validation-block h4 {
  font-size: 0.95rem;
  color: #192851;
  margin-bottom: 10px;
}
.acct-validation-list {
  list-style: none;
  padding: 0;
  margin: 0 0 8px;
}
.acct-validation-list li {
  position: relative;
  padding: 3px 0 3px 24px;
  font-size: 0.92rem;
  color: #555;
}
.acct-validation-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23f6c343'%3E%3Cpath fill-rule='evenodd' d='M8.485 2.495c.673-1.167 2.357-1.167 3.03 0l6.28 10.875c.673 1.167-.168 2.625-1.516 2.625H3.72c-1.347 0-2.189-1.458-1.515-2.625L8.485 2.495Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.acct-validation-note {
  font-size: 0.9rem;
  color: #13d6b0;
  font-weight: 600;
}
.acct-csv-ok {
  color: #28c840;
  font-weight: 700;
}

/* --- Switching / migration section --- */
.acct-switch {
  padding: 70px 0 80px;
  background: #f1f5f9;
  text-align: center;
}
.acct-switch h2 {
  margin-bottom: 12px;
}
.acct-switch-lead {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 40px;
}
.acct-switch-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto 32px;
}
.acct-switch-step {
  background: #fff;
  border-radius: 12px;
  padding: 24px 20px;
  min-width: 140px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.acct-switch-num {
  width: 36px;
  height: 36px;
  background: #13d6b0;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  margin: 0 auto 10px;
}
.acct-switch-step p {
  font-size: 0.95rem;
  color: #192851;
  font-weight: 500;
  margin: 0;
}
.acct-switch-arrow {
  display: flex;
  align-items: center;
}
.acct-switch-reassurance {
  font-size: 1.15rem;
  color: #13d6b0;
  font-weight: 700;
}

/* --- Pricing advantage --- */
.acct-pricing {
  background: url('../images/bg.jpg') #0f2a3d center center;
  background-size: cover;
  padding: 80px 0;
  text-align: center;
  color: #fff;
}
.acct-pricing-highlight {
  margin-bottom: 32px;
}
.acct-pricing-features {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.acct-pricing-feature {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.9);
  font-size: 1.05rem;
  font-weight: 500;
}

/* --- Spreadsheet practices --- */
.acct-spreadsheet {
  padding: 80px 0;
  background: #fff;
}
.acct-spreadsheet-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.acct-spreadsheet h2 {
  margin-bottom: 24px;
}
.acct-spreadsheet-points p {
  font-size: 1.25rem;
  font-weight: 600;
  color: #192851;
  margin-bottom: 6px;
  position: relative;
  padding-left: 28px;
}
.acct-spreadsheet-points p::before {
  content: '\00D7';
  position: absolute;
  left: 0;
  color: #e53e3e;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
.acct-spreadsheet-summary {
  font-size: 1.25rem;
  font-weight: 600;
  color: #13d6b0;
  margin-top: 20px;
  margin-bottom: 28px !important;
}

/* CSV mockup */
.acct-csv-mockup {
  background: #1a2332;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
  font-family: 'SF Mono', 'Fira Code', 'Consolas', monospace;
  font-size: 0.85rem;
}
.acct-csv-header {
  background: #2a3442;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.acct-csv-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #3b4a5a;
}
.acct-csv-dot:nth-child(1) { background: #ff5f57; }
.acct-csv-dot:nth-child(2) { background: #febc2e; }
.acct-csv-dot:nth-child(3) { background: #28c840; }
.acct-csv-filename {
  margin-left: 10px;
  color: rgba(255,255,255,0.5);
  font-size: 0.8rem;
}
.acct-csv-body {
  padding: 16px;
}
.acct-csv-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 12px;
  padding: 8px 0;
  color: rgba(255,255,255,0.75);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.acct-csv-row:last-child { border-bottom: none; }
.acct-csv-row-header {
  color: #13d6b0;
  font-weight: 600;
  border-bottom: 1px solid rgba(19, 214, 176, 0.2);
}
.acct-csv-upload {
  background: rgba(19, 214, 176, 0.08);
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #13d6b0;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.88rem;
  cursor: default;
}

/* --- Compliance section --- */
.acct-compliance {
  padding: 70px 0 80px;
  background: #f1f5f9;
}
.acct-compliance h2 {
  text-align: center;
}
.acct-compliance h3 {
  color: #555;
}
.acct-compliance-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 800px;
  margin: 40px auto 0;
}
.acct-compliance-card {
  background: #fff;
  border-radius: 14px;
  padding: 36px 28px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.acct-compliance-card svg {
  margin: 0 auto 16px;
  display: block;
}
.acct-compliance-card h4 {
  color: #192851;
  margin-bottom: 8px;
}
.acct-compliance-card p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
}

/* --- Comparison table --- */
.acct-compare {
  padding: 70px 0 80px;
  background: #fff;
}
.acct-compare h2 {
  text-align: center;
  margin-bottom: 40px;
}
.acct-compare-table-wrap {
  max-width: 800px;
  margin: 0 auto;
  overflow-x: auto;
}
.acct-compare-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0,0,0,0.08);
}
.acct-compare-table thead {
  background: #0f2a3d;
  color: #fff;
}
.acct-compare-table th {
  padding: 16px 20px;
  font-weight: 600;
  font-size: 0.95rem;
  text-align: left;
}
.acct-compare-table td {
  padding: 14px 20px;
  font-size: 0.95rem;
  color: #192851;
  border-bottom: 1px solid #e8edf2;
}
.acct-compare-table tbody tr:last-child td {
  border-bottom: none;
}
.acct-compare-table tbody tr:nth-child(even) {
  background: #f8fafc;
}
.acct-compare-good {
  color: #13d6b0;
  font-weight: 600;
}
.acct-compare-meh {
  color: #888;
}

/* --- Case study --- */
.acct-case {
  padding: 70px 0 80px;
  background: #f1f5f9;
}
.acct-case-card {
  max-width: 700px;
  margin: 0 auto;
  background: #fff;
  border-radius: 14px;
  padding: 40px 36px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.08);
}
.acct-case-label {
  display: inline-block;
  background: rgba(19, 214, 176, 0.12);
  color: #13d6b0;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 4px 12px;
  border-radius: 4px;
  margin-bottom: 16px;
}
.acct-case-card h3 {
  color: #192851;
  margin-bottom: 8px;
}
.acct-case-card > p {
  color: #555;
  margin-bottom: 24px;
}
.acct-case-results {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.acct-case-result {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
  color: #192851;
  font-weight: 500;
}

/* --- Final CTA list --- */
.acct-final-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}
.acct-final-list li {
  color: rgba(255,255,255,0.85);
  font-size: 1.1rem;
  position: relative;
  padding-left: 24px;
}
.acct-final-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%2313d6b0'%3E%3Cpath fill-rule='evenodd' d='M16.704 4.153a.75.75 0 0 1 .143 1.052l-8 10.5a.75.75 0 0 1-1.127.075l-4.5-4.5a.75.75 0 0 1 1.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 0 1 1.05-.143Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

/* --- Accountants page responsive --- */
@media (max-width: 980px) {
  .acct-trust-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .acct-urgency-inner { grid-template-columns: 1fr; gap: 40px; }
  .acct-spreadsheet-inner { grid-template-columns: 1fr; }
  .acct-compliance-cards { grid-template-columns: 1fr; max-width: 480px; }
  .acct-compare-table th:first-child,
  .acct-compare-table td:first-child { min-width: 160px; }
  .acct-case-results { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .acct-alert-inner { flex-direction: column; gap: 10px; text-align: center; }
  .acct-alert-text { justify-content: center; }
  .acct-trust-grid { grid-template-columns: 1fr 1fr; }
  .acct-trust-item { font-size: 0.85rem; }
  .acct-pricing-features { flex-direction: column; align-items: center; gap: 12px; }
  .acct-switch-arrow { display: none; }
  .acct-switch-steps { flex-direction: column; gap: 12px; }
  .acct-switch-step { min-width: 0; width: 100%; max-width: 280px; }
  .acct-final-list { flex-direction: column; align-items: center; gap: 12px; }
}

@media (max-width: 480px) {
  .acct-trust-grid { grid-template-columns: 1fr; }
  .acct-impact-table th,
  .acct-impact-table td { padding: 10px 14px; }
}

/* ============================================================
   ACCOUNTANTS B-TEST PAGE (income-tax-mtd-accountants2)
   All classes prefixed with a2-
   ============================================================ */

/* --- Sticky anchor bar --- */
.a2-sticky-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: rgba(15, 42, 61, 0.97);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  padding: 0;
}
.a2-sticky-bar.visible {
  transform: translateY(0);
}
.a2-sticky-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
}
.a2-sticky-links {
  display: flex;
  gap: 24px;
}
.a2-sticky-links a {
  color: rgba(255,255,255,0.7);
  font-size: 0.85rem;
  font-weight: 600;
  transition: color 0.15s;
}
.a2-sticky-links a:hover { color: #13d6b0; }
.a2-sticky-ctas {
  display: flex;
  align-items: center;
  gap: 16px;
}
.a2-sticky-ctas .btn {
  padding: 7px 18px;
  font-size: 0.85rem;
}
.a2-sticky-link {
  color: rgba(255,255,255,0.7);
  font-size: 0.85rem;
  font-weight: 600;
  transition: color 0.15s;
}
.a2-sticky-link:hover { color: #13d6b0; }

/* --- Hero layout (two-column with impact card) --- */
.a2-hero-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
}
.a2-hero-sub {
  color: rgba(255,255,255,0.82);
  font-size: 1.1rem;
  max-width: 560px;
  margin-bottom: 20px;
  line-height: 1.7;
}
.a2-hero-ctas {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.a2-link-secondary {
  color: #13d6b0;
  font-weight: 600;
  font-size: 1rem;
  transition: color 0.15s;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.a2-link-secondary:hover { color: #61e3c7; }
.a2-microcopy {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.45);
  margin-top: 10px;
}

/* Impact card */
.a2-hero-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  padding: 32px 28px 24px;
  color: #fff;
}
.a2-hero-card h4 {
  color: #13d6b0;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
}
.a2-hero-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.a2-hero-card li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  color: rgba(255,255,255,0.9);
  font-size: 0.97rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.a2-hero-card li:last-child { border-bottom: none; }
.a2-hero-card-note {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.4);
  line-height: 1.5;
  margin: 0;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

/* Trust strip (in hero) */
.a2-trust-strip {
  position: relative;
  z-index: 1;
  padding: 14px 0;
  background: rgba(0,0,0,0.15);
}
.a2-trust-items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(255,255,255,0.7);
}
.a2-trust-sep {
  color: rgba(255,255,255,0.25);
}

/* --- Why GoFile section --- */
.a2-why {
  padding: 80px 0;
  background: #fff;
}
.a2-why h2 {
  text-align: center;
}
.a2-section-intro {
  text-align: center;
  color: #555;
  max-width: 640px;
  margin: 0 auto 48px;
  font-size: 1.05rem;
  line-height: 1.7;
}
.a2-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 0;
}
.a2-why-card {
  background: #f8fafb;
  border: 1px solid #e8edf2;
  border-radius: 14px;
  padding: 36px 28px 32px;
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
}
.a2-why-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(0,0,0,0.08);
}
.a2-why-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(19, 214, 176, 0.1);
  border-radius: 50%;
}
.a2-why-icon svg {
  width: 26px;
  height: 26px;
  color: #13d6b0;
}
.a2-why-card h4 {
  color: #192851;
  margin-bottom: 10px;
}
.a2-why-card p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.65;
}

/* Inline CTA rows */
.a2-inline-ctas {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 44px;
  flex-wrap: wrap;
}

/* --- ROI section --- */
.a2-roi {
  padding: 80px 0;
  background: #f1f5f9;
}
.a2-roi-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.a2-roi h2 {
  margin-bottom: 16px;
}
.a2-roi-text p {
  color: #555;
  margin-bottom: 12px;
  line-height: 1.7;
}
.a2-roi-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.a2-roi-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #e8edf2;
  font-size: 1rem;
  color: #192851;
}
.a2-roi-list li:last-child { border-bottom: none; }
.a2-roi-list li svg { flex-shrink: 0; margin-top: 2px; }
.a2-roi-hint {
  font-size: 0.9rem;
  color: #888;
  font-style: italic;
  margin: 0;
  line-height: 1.6;
}

/* --- Pricing section (B-test) --- */
.a2-pricing {
  background: url('../images/bg.jpg') #0f2a3d center center;
  background-size: cover;
  padding: 80px 0;
  text-align: center;
  color: #fff;
}
.a2-pricing-lead {
  color: rgba(255,255,255,0.8);
  font-size: 1.1rem;
  max-width: 560px;
  margin: 0 auto 36px;
  line-height: 1.7;
}
.a2-pricing-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  padding: 40px 36px;
  max-width: 560px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}
.a2-pricing-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.a2-pricing-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: rgba(255,255,255,0.85);
  padding: 6px 0;
  font-size: 0.95rem;
  line-height: 1.5;
}
.a2-pricing-bullets li svg { flex-shrink: 0; margin-top: 2px; }
.a2-pricing-note {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.4);
  margin-top: 20px;
}

/* --- Callout bar (used in steps section) --- */
.a2-callout-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #13d6b0;
  color: #fff;
  padding: 14px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  margin-top: 36px;
}

/* --- Spreadsheet section (B-test) --- */
.a2-spreadsheet {
  padding: 80px 0;
  background: #fff;
}
.a2-spreadsheet-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.a2-spreadsheet h2 { margin-bottom: 16px; }
.a2-spreadsheet p {
  color: #555;
  margin-bottom: 20px;
  line-height: 1.7;
}

/* Check list (used in multiple B-test sections) */
.a2-check-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.a2-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 7px 0;
  font-size: 1rem;
  color: #192851;
  line-height: 1.5;
}
.a2-check-list li svg { flex-shrink: 0; margin-top: 2px; }

/* Inline callout */
.a2-callout-inline {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f1f5f9;
  border-left: 3px solid #6fabd8;
  border-radius: 0 8px 8px 0;
  padding: 12px 16px;
  font-size: 0.92rem;
  color: #192851;
  margin-top: 8px;
}

/* CSV validation status indicators */
.a2-csv-ok { color: #13d6b0; font-weight: 700; }
.a2-csv-warn { color: #f59e0b; font-weight: 700; }
.a2-csv-row-warn { color: rgba(245, 158, 11, 0.8); }

/* --- Support section --- */
.a2-support {
  padding: 80px 0;
  background: #f1f5f9;
}
.a2-support-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 48px;
  align-items: flex-start;
  max-width: 860px;
  margin: 0 auto;
}
.a2-support-icon-block {
  padding-top: 8px;
}
.a2-support h2 {
  margin-bottom: 12px;
}
.a2-support-text p {
  color: #555;
  margin-bottom: 20px;
  line-height: 1.7;
}

/* --- Comparison table --- */
.a2-compare {
  padding: 80px 0;
  background: #fff;
}
.a2-compare h2 { text-align: center; }
.a2-table-wrap {
  max-width: 800px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0,0,0,0.08);
  border: 1px solid #e8edf2;
}
.a2-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}
.a2-table thead {
  background: #0f2a3d;
}
.a2-table th {
  padding: 14px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  text-align: left;
}
.a2-table-badge {
  display: inline-block;
  background: #13d6b0;
  color: #fff;
  padding: 2px 10px;
  border-radius: 4px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.a2-table td {
  padding: 14px 20px;
  border-bottom: 1px solid #e8edf2;
  color: #192851;
  vertical-align: middle;
}
.a2-table tbody tr:last-child td { border-bottom: none; }
.a2-table tbody tr:nth-child(even) td { background: #f8fafb; }
.a2-table td:first-child {
  font-weight: 600;
  color: #192851;
}
.a2-table-good {
  color: #0d9b6e;
  font-weight: 600;
}
.a2-table-good::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  vertical-align: -2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%2313d6b0'%3E%3Cpath fill-rule='evenodd' d='M16.704 4.153a.75.75 0 0 1 .143 1.052l-8 10.5a.75.75 0 0 1-1.127.075l-4.5-4.5a.75.75 0 0 1 1.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 0 1 1.05-.143Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-size: contain;
}
.a2-table-meh {
  color: #888;
}
.a2-table-meh::before {
  content: '\2013';
  margin-right: 6px;
  color: #ccc;
}

/* --- Social proof --- */
.a2-proof {
  padding: 80px 0;
  background: url('../images/bg.jpg') #0f2a3d center center;
  background-size: cover;
  text-align: center;
  color: #fff;
}
.a2-proof h2 { color: #fff; }
.a2-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin: 48px auto 0;
  max-width: 900px;
}
.a2-proof-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.a2-proof-number {
  font-family: 'Proxima Nova', 'Open Sans', sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 400;
  color: #61e3c7;
}
.a2-proof-label {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.65);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.4;
}
.a2-proof-quote {
  max-width: 640px;
  margin: 48px auto 0;
  padding-top: 36px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.a2-proof-quote p {
  font-size: 1.15rem;
  font-style: italic;
  color: rgba(255,255,255,0.85);
  line-height: 1.7;
  margin-bottom: 12px;
}
.a2-proof-quote cite {
  font-style: normal;
  font-weight: 600;
  color: #13d6b0;
  font-size: 0.95rem;
}

/* --- Mini case study --- */
.a2-case {
  padding: 80px 0;
  background: #f1f5f9;
}
.a2-case-inner {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e8edf2;
  border-radius: 16px;
  padding: 44px 40px 36px;
  position: relative;
}
.a2-case-badge {
  display: inline-block;
  background: #13d6b0;
  color: #fff;
  padding: 3px 12px;
  border-radius: 4px;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
}
.a2-case-inner h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #192851;
  margin-bottom: 14px;
  line-height: 1.35;
}
.a2-case-inner p {
  color: #555;
  line-height: 1.7;
  margin-bottom: 28px;
}
.a2-case-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  border-top: 1px solid #e8edf2;
  padding-top: 24px;
}
.a2-case-metric {
  text-align: center;
}
.a2-case-metric-val {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  color: #13d6b0;
  margin-bottom: 4px;
}
.a2-case-metric-lbl {
  font-size: 0.85rem;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* --- Final CTA (B-test) --- */
.a2-final-cta {
  background: linear-gradient(135deg, #0f2a3d 0%, #192851 100%);
  padding: 90px 0;
  text-align: center;
  color: #fff;
}
.a2-final-cta h2 {
  color: #fff;
  margin-bottom: 16px;
}
.a2-final-sub {
  color: rgba(255,255,255,0.75);
  font-size: 1.1rem;
  max-width: 560px;
  margin: 0 auto 32px;
  line-height: 1.7;
}
.a2-final-ctas {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

/* --- B-test page responsive --- */
@media (max-width: 980px) {
  .a2-hero-layout { grid-template-columns: 1fr; }
  .a2-hero-card { max-width: 480px; }
  .a2-roi-inner { grid-template-columns: 1fr; }
  .a2-pricing-card { grid-template-columns: 1fr; text-align: center; }
  .a2-pricing-bullets { text-align: left; }
  .a2-spreadsheet-inner { grid-template-columns: 1fr; }
  .a2-support-inner { grid-template-columns: 1fr; }
  .a2-support-icon-block { display: none; }
  .a2-why-grid { grid-template-columns: 1fr 1fr; }
  .a2-why-grid .a2-why-card:nth-child(3) {
    grid-column: 1 / -1;
    max-width: 400px;
    margin: 0 auto;
  }
  .a2-proof-grid { grid-template-columns: repeat(2, 1fr); }
  .a2-case-metrics { grid-template-columns: 1fr; gap: 12px; }
  .a2-sticky-links { display: none; }
}

@media (max-width: 768px) {
  .a2-hero-layout { gap: 32px; }
  .hero-single[style] { align-items: center !important; text-align: center !important; }
  .a2-hero-sub { text-align: center; }
  .a2-hero-ctas { justify-content: center; }
  .a2-why-grid { grid-template-columns: 1fr; }
  .a2-why-grid .a2-why-card:nth-child(3) { grid-column: auto; max-width: none; }
  .a2-trust-items { font-size: 0.8rem; gap: 6px; }
  .a2-table-wrap { overflow-x: auto; }
  .a2-table { min-width: 520px; }
  .a2-proof-grid { grid-template-columns: 1fr 1fr; }
  .a2-sticky-ctas .a2-sticky-link { display: none; }
  .a2-case-inner { padding: 28px 24px 24px; }
}

@media (max-width: 480px) {
  .a2-proof-grid { grid-template-columns: 1fr; }
  .a2-hero-card { padding: 24px 20px 20px; }
}

/* ============================================================
   Knowledge Base
   ============================================================ */

/* --- KB Hero --- */
.kb-hero {
  background: linear-gradient(135deg, #0f2a3d 0%, #192851 100%);
  color: #fff;
  padding: 48px 0 52px;
}
.kb-hero-title {
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 12px;
}
.kb-hero-intro {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.8);
  max-width: 680px;
  margin-bottom: 12px;
  line-height: 1.7;
}
.kb-hero-intro a {
  color: #13d6b0;
  text-decoration: underline;
  text-decoration-color: rgba(19, 214, 176, 0.4);
  text-underline-offset: 3px;
}
.kb-hero-intro a:hover {
  text-decoration-color: #13d6b0;
}

/* --- KB Two-Column Layout --- */
.kb-layout { background: #fff; padding: 48px 0 64px; }

.kb-grid {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 48px;
  align-items: start;
}

/* --- KB Sidebar --- */
.kb-sidebar {
  position: sticky;
  top: 90px;
}
.kb-sidebar-heading {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #8899aa;
  font-weight: 700;
  margin-bottom: 12px;
}
.kb-sidebar-list {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
}
.kb-sidebar-list li {
  margin-bottom: 2px;
}
.kb-sidebar-list a {
  display: block;
  padding: 7px 12px;
  font-size: 0.88rem;
  color: #3a4a5c;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.15s, color 0.15s;
  line-height: 1.4;
}
.kb-sidebar-list a:hover {
  background: #f0fdfb;
  color: #0a9e84;
}
.kb-sidebar-active {
  background: #edf9f7 !important;
  color: #0a9e84 !important;
  font-weight: 600;
}
.kb-sidebar-section {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #8899aa;
  font-weight: 700;
  padding: 14px 12px 4px;
  margin-top: 4px;
}
.kb-sidebar-list li:first-child.kb-sidebar-section {
  padding-top: 0;
  margin-top: 0;
}
.kb-sidebar-cta {
  background: #f4f7fa;
  border-radius: 10px;
  padding: 20px 16px;
  font-size: 0.85rem;
  color: #3a4a5c;
  line-height: 1.5;
}
.kb-sidebar-cta p { margin-bottom: 10px; }
.kb-sidebar-cta .btn { width: 100%; text-align: center; font-size: 0.85rem; }
.kb-sidebar-cta-trust {
  font-size: 0.75rem;
  color: #e8a700;
  margin-top: 10px;
  margin-bottom: 0;
}

/* --- KB Inline CTA --- */
.kb-inline-cta {
  background: linear-gradient(135deg, #f0f7ff 0%, #e8f4fd 100%);
  border: 2px solid var(--primary);
  border-radius: 12px;
  text-align: center;
  padding: 2rem 1.5rem;
  margin: 2.5rem 0;
}
.kb-inline-cta-heading {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 1rem;
}
.kb-inline-cta-sub {
  color: #556677;
  font-size: 0.95rem;
  margin-bottom: 1.25rem;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.kb-inline-cta .btn {
  color: #fff;
  text-decoration: none;
}
.kb-inline-cta .btn:hover {
  color: white;
}
.kb-inline-cta-note {
  font-size: 0.8rem;
  color: #8899aa;
  margin-top: 0.75rem;
  margin-bottom: 0;
}

/* --- KB Mobile CTA --- */
.kb-mobile-cta {
  display: none;
}
.kb-mobile-cta .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.kb-mobile-cta p {
  margin: 0;
  font-size: 0.85rem;
  color: #3a4a5c;
}

/* --- KB Article --- */
.kb-article {
  max-width: 780px;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #2d3748;
}
.kb-article h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #192851;
  margin: 48px 0 16px;
  padding-top: 20px;
  border-top: 1px solid #e8edf2;
}
.kb-article h2:first-of-type { margin-top: 20px; }
.kb-article h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #192851;
  margin: 32px 0 12px;
}

.kb-article ol {
  margin-left: 20px;
}

/* --- KB overrides for shared styles --- */
.kb-article .tick-list li strong {
  display: inline;
  font-size: inherit;
  margin-bottom: 0;
}

/* --- KB FAQ --- */
.kb-faq {
  margin-top: 56px;
  padding-top: 28px;
  border-top: 2px solid #e8edf2;
}
.kb-faq h2 {
  font-size: 1.3rem;
  margin: 0 0 20px;
  border-top: none;
  padding-top: 0;
}
.kb-faq-item {
  border: 1px solid #e8edf2;
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
  transition: border-color 0.2s;
}
.kb-faq-item:hover {
  border-color: #13d6b0;
}
.kb-faq-item[open] {
  border-color: #13d6b0;
}
.kb-faq-item summary {
  padding: 16px 20px;
  font-weight: 600;
  font-size: 0.98rem;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #1a2b3c;
  background: #fafbfc;
  transition: background 0.15s;
}
.kb-faq-item summary:hover {
  background: #f0f4f8;
}
.kb-faq-item summary::-webkit-details-marker { display: none; }
.kb-faq-item summary::after {
  content: '+';
  font-size: 1.3rem;
  font-weight: 400;
  color: #8899aa;
  flex-shrink: 0;
  transition: transform 0.2s;
}
.kb-faq-item[open] summary::after {
  content: '\2212';
  color: #13d6b0;
}
.kb-faq-answer {
  padding: 0 20px 16px;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #3d4f5f;
}
.kb-faq-answer p { margin: 0; }

/* --- KB Sources --- */
.kb-sources {
  margin-top: 56px;
  padding-top: 28px;
  border-top: 2px solid #e8edf2;
}
.kb-sources h2 {
  font-size: 1.1rem;
  margin: 0 0 16px;
  border-top: none;
  padding-top: 0;
}
.kb-sources ol {
  margin: 0;
  padding-left: 24px;
}
.kb-sources li {
  font-size: 0.88rem;
  color: #5a6a7c;
  margin-bottom: 8px;
  line-height: 1.5;
}
.kb-sources a {
  color: #0a9e84;
  text-decoration: none;
}
.kb-sources a:hover { text-decoration: underline; }

/* --- KB Hub Page --- */
.kb-hub { background: #fff; padding: 56px 0 72px; }

.kb-hub-intro {
  max-width: 680px;
  margin: 0 auto 48px;
  text-align: center;
  font-size: 1.05rem;
  color: #3a4a5c;
  line-height: 1.7;
}

/* --- Hub Section (category wrapper) --- */
.kb-hub-section {
  margin-bottom: 48px;
}
.kb-hub-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e8edf2;
}
.kb-hub-section-head .kb-hub-category-title {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.kb-hub-section-all {
  font-size: 0.88rem;
  font-weight: 600;
  color: #0a9e84;
  text-decoration: none;
  white-space: nowrap;
}
.kb-hub-section-all:hover {
  text-decoration: underline;
}

/* --- Category Card (full-width) --- */
.kb-hub-card--full {
  display: flex !important;
  align-items: center;
  gap: 20px;
  margin-bottom: 14px;
}
.kb-hub-card-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
}
.kb-hub-card--it  { background: #f0fdfb; border-color: #d0ece7; }
.kb-hub-card--it .kb-hub-card-icon { background: #d0ece7; color: #0a9e84; }
.kb-hub-card--vat { background: #f0f5ff; border-color: #d4e0f5; }
.kb-hub-card--vat .kb-hub-card-icon { background: #d4e0f5; color: #3b6fbf; }
.kb-hub-card--ct  { background: #f7f0ff; border-color: #e2d4f5; }
.kb-hub-card--ct .kb-hub-card-icon { background: #e2d4f5; color: #7c4dbd; }
.kb-hub-card--cgt { background: #fff8f0; border-color: #f5e0c4; }
.kb-hub-card--cgt .kb-hub-card-icon { background: #f5e0c4; color: #bf6b1a; }
.kb-hub-card--ni  { background: #f0f7f7; border-color: #c9dfdf; }
.kb-hub-card--ni .kb-hub-card-icon { background: #c9dfdf; color: #3b8a8a; }
.kb-hub-card--sdlt { background: #fdf0f4; border-color: #f5c4d4; }
.kb-hub-card--sdlt .kb-hub-card-icon { background: #f5c4d4; color: #bf1a5a; }
.kb-hub-card--cis  { background: #f5f2e8; border-color: #e0dac4; }
.kb-hub-card--cis .kb-hub-card-icon { background: #e0dac4; color: #8a7a3b; }
.kb-hub-card--paye { background: #f0f0fd; border-color: #d4d4f5; }
.kb-hub-card--paye .kb-hub-card-icon { background: #d4d4f5; color: #4d4dbf; }
.kb-hub-card--iht  { background: #f8f0f8; border-color: #e8d0e8; }
.kb-hub-card--iht .kb-hub-card-icon { background: #e8d0e8; color: #9b4d9b; }
.kb-hub-card--tp   { background: #f0fdf4; border-color: #c4f5d4; }
.kb-hub-card--tp .kb-hub-card-icon { background: #c4f5d4; color: #1a8a3b; }
.kb-hub-card--rnd  { background: #f0fafd; border-color: #c4e8f5; }
.kb-hub-card--rnd .kb-hub-card-icon { background: #c4e8f5; color: #1a6abf; }
.kb-hub-card--landlord { background: #fdf7f0; border-color: #f5e4c4; }
.kb-hub-card--landlord .kb-hub-card-icon { background: #f5e4c4; color: #bf8a1a; }
.kb-hub-card--mtd  { background: #f0fdf9; border-color: #c4f5e8; }
.kb-hub-card--mtd .kb-hub-card-icon { background: #c4f5e8; color: #0a8a6b; }

/* --- Top Articles Grid --- */
.kb-hub-top-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.kb-hub-top-link {
  display: block;
  padding: 14px 18px;
  border: 1.5px solid #e8edf2;
  border-radius: 10px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  color: #192851;
  transition: border-color 0.2s, background 0.2s;
  line-height: 1.4;
}
.kb-hub-top-link:hover {
  border-color: #13d6b0;
  background: #f0fdfb;
}

/* --- Legacy hub grid/card (used by search results & section hubs) --- */
.kb-hub-category {
  margin-bottom: 40px;
}
.kb-hub-category-title {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #8899aa;
  font-weight: 700;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #e8edf2;
}
.kb-hub-category-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}
.kb-hub-category-title a:hover {
  color: #13d6b0;
}
.kb-hub-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
}
.kb-hub-card {
  display: block;
  padding: 24px;
  border: 2px solid #e8edf2;
  border-radius: 12px;
  text-decoration: none;
  color: #192851;
  transition: border-color 0.2s, background 0.2s, transform 0.2s;
}
.kb-hub-card:hover {
  border-color: #13d6b0;
  background: #f0fdfb;
  transform: translateY(-2px);
}
.kb-hub-card-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: #192851;
}
.kb-hub-card-desc {
  font-size: 0.88rem;
  color: #5a6a7c;
  line-height: 1.5;
  margin: 0;
}

/* --- KB Search --- */
.kb-search-wrap {
  position: relative;
  max-width: 480px;
  margin-top: 20px;
}
.kb-search {
  width: 100%;
  padding: 12px 16px 12px 42px;
  font-size: 1rem;
  border: 2px solid #e0e6ec;
  border-radius: 10px;
  background: #fff;
  color: #192851;
  outline: none;
  transition: border-color 0.2s;
}
.kb-search:focus {
  border-color: #13d6b0;
}
.kb-search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #8899aa;
  pointer-events: none;
}
.kb-search-results {
  padding-top: 32px;
  padding-bottom: 48px;
}
.kb-search-results-count {
  font-size: 0.9rem;
  color: #5a6a7c;
  margin-bottom: 16px;
}
.kb-search-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #0a9e84;
  background: #edf9f7;
  padding: 2px 8px;
  border-radius: 4px;
}
.kb-search-empty {
  color: #5a6a7c;
  font-size: 0.95rem;
}

/* --- KB Section search strip (between hero and hub body) --- */
.kb-section-search {
  background: #fff;
  padding: 28px 0 4px;
}
.kb-section-search .kb-search-wrap {
  margin: 0 auto;
  max-width: 560px;
}
.kb-section-search + .kb-hub { padding-top: 28px; }

/* inline source reference */
sup a {
  color: #0a9e84;
  text-decoration: none;
  font-weight: 600;
}
sup a:hover { text-decoration: underline; }

/* --- KB Responsive --- */
@media (max-width: 860px) {
  .kb-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .kb-sidebar {
    position: static;
    display: none;
    flex-wrap: wrap;
    gap: 16px;
    padding-bottom: 32px;
    border-bottom: 1px solid #e8edf2;
    margin-bottom: 32px;
  }
  .kb-sidebar nav { flex: 1; min-width: 200px; }
  .kb-sidebar-cta { flex: 1; min-width: 200px; }
  .kb-sidebar-list { margin-bottom: 0; }
  .kb-mobile-cta {
    display: block;
    background: #f0f7ff;
    border-bottom: 1px solid #d8e6f3;
    padding: 12px 0;
  }
}

@media (max-width: 900px) {
  .kb-hub-top-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .kb-hub-grid { grid-template-columns: 1fr; }
  .kb-hero { padding: 36px 0 40px; }
  .kb-hub-top-grid { grid-template-columns: 1fr; }
  .kb-hub-top-link { padding: 12px 14px; font-size: 0.85rem; }
  .kb-hub-section-head { flex-direction: column; gap: 4px; }
}

/* --- KB Action Bar (Download PDF / Bookmark / Share) --- */
.kb-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.kb-actions-tools {
  display: flex;
  align-items: center;
  gap: 6px;
}
.kb-action-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border: 1px solid #d8e0ea;
  border-radius: 6px;
  background: #fff;
  color: #4a5568;
  font-size: 0.82rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
  white-space: nowrap;
  font-family: inherit;
  line-height: 1;
}
.kb-action-btn:hover {
  background: #f0f5ff;
  border-color: #b8c5d8;
  color: #192851;
}
.kb-action-btn:disabled {
  opacity: 0.6;
  cursor: wait;
}
.kb-action-btn.kb-action-active {
  background: #f0f5ff;
  border-color: #3b6fbf;
  color: #3b6fbf;
}
.kb-action-btn svg {
  flex-shrink: 0;
}

/* Vertical separator */
.kb-actions-sep {
  width: 1px;
  height: 24px;
  background: #d8e0ea;
  flex-shrink: 0;
}

/* Share circles row */
.kb-actions-share {
  display: flex;
  align-items: center;
  gap: 8px;
}
.kb-share-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s, opacity 0.15s;
  text-decoration: none;
  font-family: inherit;
  padding: 0;
}
.kb-share-circle:hover {
  transform: scale(1.1);
  opacity: 0.85;
}
.kb-share-circle svg {
  flex-shrink: 0;
}

/* Brand colors */
.kb-share--email {
  background: #f0f2f5;
  color: #4a5568;
}
.kb-share--email:hover {
  background: #e2e6eb;
  box-shadow: 0 2px 8px rgba(74, 85, 104, 0.2);
}
.kb-share--copy {
  background: #f0f2f5;
  color: #4a5568;
}
.kb-share--copy:hover {
  background: #e2e6eb;
  box-shadow: 0 2px 8px rgba(74, 85, 104, 0.2);
}
.kb-share--copy.kb-share--copied {
  background: #d4edda;
  color: #155724;
}
.kb-share--x {
  background: #0f0f0f;
  color: #fff;
}
.kb-share--x:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.kb-share--fb {
  background: #1877F2;
  color: #fff;
}
.kb-share--fb:hover {
  box-shadow: 0 2px 8px rgba(24, 119, 242, 0.4);
}
.kb-share--li {
  background: #0A66C2;
  color: #fff;
}
.kb-share--li:hover {
  box-shadow: 0 2px 8px rgba(10, 102, 194, 0.4);
}

/* Print styles: hide action bar */
@media print {
  .kb-actions,
  .kb-mobile-cta,
  .kb-sidebar,
  .kb-inline-cta,
  .guide-help { display: none !important; }
}

/* Responsive */
@media (max-width: 480px) {
  .kb-actions { flex-wrap: wrap; gap: 8px; }
  .kb-action-btn span { display: none; }
  .kb-action-btn { padding: 8px 10px; }
  .kb-actions-sep { display: none; }
  .kb-share-circle { width: 30px; height: 30px; }
  .kb-share-circle svg { width: 13px; height: 13px; }
}

/* ============================================================
   MTD ANNOUNCEMENT (inside top-bar)
   ============================================================ */
.mtd-banner-text {
  color: #fff;
  font-size: 0.82rem;
  font-weight: 650;
  line-height: 1.4;
  margin: 0;
  white-space: nowrap;
  text-decoration: none;
}
.mtd-banner-text:hover { color: #fff; }
.mtd-banner-cta {
  color: #e6fff8;
  font-weight: 800;
  text-decoration: none;
  transition: color 0.15s;
}
.mtd-banner-text:hover .mtd-banner-cta { color: #fff; }

@media (max-width: 768px) {
  .mtd-banner-text { display: none; }
}
