/* =========================================================
   Tadeed Home — additional styles only (Bootstrap-first)
   Brand: #0BA4C7 → #61C0AB | Dark: #06263D | Text: #1d1729
   ========================================================= */

:root {
  --brand: #0ba4c7;
  --brand-2: #61c0ab;
  --brand-dark: #06263d;
  --ink: #1d1729;
  --muted: #6b7280;
  --soft: #f4fbfd;
  --radius: 16px;
  --shadow: 0 12px 40px rgba(6, 38, 61, 0.08);
}

body {
  font-family: "Catamaran", system-ui, sans-serif;
  color: var(--ink);
  background: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

/* Brand utilities that Bootstrap does not cover */
.text-brand {
  color: var(--brand) !important;
}

.text-brand-2 {
  color: var(--brand-2) !important;
}

.bg-brand {
  background-color: var(--brand) !important;
}

.bg-soft {
  background-color: var(--soft) !important;
}

.bg-brand-gradient {
  background: linear-gradient(90deg, var(--brand) 0%, var(--brand-2) 100%);
}

.bg-topbar {
  background: linear-gradient(90deg, var(--brand-dark) 0%, var(--brand) 100%);
}

.btn-brand {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background:
    linear-gradient(135deg, #2aa4c9 0%, #67c3af 100%) padding-box,
    linear-gradient(120deg, #2aa4c9 0%, #67c3af 50%, #3d3d3d 100%) border-box;
  border: 2px solid transparent;
  color: #fff !important;
  font-weight: 700;
  padding: 0.7rem 1.5rem;
  border-radius: 12px;
  box-shadow: inset 0 -2px 0 rgba(61, 61, 61, 0.25);
  transition: color 0.35s ease, background 0.35s ease, box-shadow 0.35s ease, transform 0.3s ease;
  z-index: 1;
}

.btn-brand:hover {
  color: #fff !important;
  background:
    linear-gradient(135deg, #3d3d3d 0%, #2aa4c9 55%, #67c3af 100%) padding-box,
    linear-gradient(300deg, #67c3af 0%, #3d3d3d 45%, #2aa4c9 100%) border-box;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    inset 0 -2px 0 rgba(103, 195, 175, 0.9),
    0 12px 28px rgba(42, 164, 201, 0.28);
  transform: translateY(-1px);
  filter: none;
}

.btn-outline-brand {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border: 2px solid transparent;
  color: #2aa4c9 !important;
  font-weight: 700;
  padding: 0.65rem 1.4rem;
  border-radius: 12px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(120deg, #2aa4c9 0%, #67c3af 50%, #3d3d3d 100%) border-box;
  box-shadow: inset 0 -2px 0 rgba(103, 195, 175, 0.65);
  transition: color 0.35s ease, background 0.35s ease, box-shadow 0.35s ease, transform 0.3s ease;
  z-index: 1;
}

.btn-outline-brand:hover {
  background:
    linear-gradient(135deg, #2aa4c9 0%, #67c3af 55%, #3d3d3d 100%) padding-box,
    linear-gradient(300deg, #67c3af 0%, #3d3d3d 45%, #2aa4c9 100%) border-box;
  color: #fff !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    inset 0 -2px 0 rgba(103, 195, 175, 0.9),
    0 12px 28px rgba(42, 164, 201, 0.28);
  transform: translateY(-1px);
}

.btn-outline-light-brand {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border: 2px solid transparent;
  color: #fff !important;
  font-weight: 700;
  padding: 0.65rem 1.4rem;
  border-radius: 12px;
  background:
    linear-gradient(transparent, transparent) padding-box,
    linear-gradient(120deg, #2aa4c9 0%, #67c3af 50%, #ffffff 100%) border-box;
  box-shadow: inset 0 -2px 0 rgba(103, 195, 175, 0.55);
  transition: color 0.35s ease, background 0.35s ease, box-shadow 0.35s ease, transform 0.3s ease;
  z-index: 1;
}

.btn-outline-light-brand:hover {
  background:
    linear-gradient(135deg, #2aa4c9 0%, #67c3af 55%, #3d3d3d 100%) padding-box,
    linear-gradient(300deg, #ffffff 0%, #67c3af 45%, #2aa4c9 100%) border-box;
  color: #fff !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.25),
    inset 0 -2px 0 rgba(103, 195, 175, 0.9),
    0 12px 28px rgba(42, 164, 201, 0.28);
  transform: translateY(-1px);
}

.section-eyebrow {
  display: inline-block;
  color: var(--brand);
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 0.85rem;
  margin-bottom: 0.75rem;
}

.section-title {
  font-weight: 800;
  color: var(--ink);
  line-height: 1.25;
}

.section-lead {
  color: var(--muted);
  font-size: 1.05rem;
}

/* Navbar */
.home-nav {
  background: #fff;
  box-shadow: 0 2px 18px rgba(6, 38, 61, 0.06);
}

.home-nav .nav-link {
  color: var(--ink) !important;
  font-weight: 600;
  padding: 0.6rem 0.9rem !important;
}

.home-nav .nav-link:hover,
.home-nav .nav-link.active {
  color: var(--brand) !important;
}

.home-nav .dropdown-menu {
  border: 0;
  border-radius: 12px;
  box-shadow: var(--shadow);
  padding: 0.75rem;
  min-width: 240px;
}

.home-nav .dropdown-item {
  border-radius: 8px;
  font-weight: 600;
  padding: 0.65rem 0.9rem;
}

.home-nav .dropdown-item:hover {
  background: var(--soft);
  color: var(--brand);
}

.navbar-brand img {
  height: 42px;
  width: auto;
}

/* Hero carousel */
.hero-slide {
  min-height: 640px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 7rem 0 5rem;
}

.hero-slide-1 {
  background-image: url("public/assets/images/einvocing/ban.png");
}

.hero-slide-2 {
  background-image: url("public/assets/images/einvocing/ban1.png");
}

.hero-slide-3 {
  background-image: url("public/assets/images/einvocing/ban3.png");
}

.hero-title {
  font-size: clamp(2rem, 4.5vw, 3.75rem);
  font-weight: 800;
  line-height: 1.15;
  color: var(--ink);
}

.hero-title.light {
  color: #fff;
}

.hero-title .accent {
  color: var(--brand-2);
}

.hero-copy {
  font-size: 1.1rem;
  font-weight: 500;
  color: rgba(29, 23, 41, 0.75);
  max-width: 560px;
}

.hero-copy.light {
  color: rgba(255, 255, 255, 0.9);
}

.offer-chip {
  font-weight: 700;
  font-size: 0.95rem;
}

.offer-chip img {
  width: 16px;
  height: 16px;
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--brand);
}

/* Trusted / logos */
.logo-strip img {
  max-height: 42px;
  opacity: 0.75;
  filter: grayscale(1);
  transition: 0.25s ease;
}

.logo-strip img:hover {
  opacity: 1;
  filter: none;
}

/* Feature cards */
.feature-card {
  background: #fff;
  border: 1px solid #e8eef2;
  border-radius: var(--radius);
  padding: 1.75rem;
  height: 100%;
  transition: 0.25s ease;
  position: relative;
  overflow: hidden;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: transparent;
}

.feature-card .icon-box {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(11, 164, 199, 0.12), rgba(97, 192, 171, 0.18));
  color: var(--brand);
  font-size: 1.35rem;
  margin-bottom: 1rem;
}

.feature-card h4 {
  font-weight: 800;
  font-size: 1.2rem;
}

.feature-card p {
  color: var(--muted);
  margin-bottom: 0;
}

/* =========================================================
   Module tabs — Figma Items Management layout
   ========================================================= */
.invoice-tab-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  justify-content: stretch;
  margin: 0;
  padding: 0;
  width: 100%;
}

.invoice-tab-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: 100%;
  min-width: 0;
  padding: 28px 12px 36px;
  background: #fff;
  border: 1px solid #e8eef2;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(6, 38, 61, 0.05);
  color: var(--ink);
  font-weight: 700;
  font-size: 18px;
  position: relative;
  transition: 0.25s ease;
}

.invoice-tab-btn i {
  font-size: 41px;
  color: var(--brand);
}

.invoice-tab-btn::after {
  content: "";
  position: absolute;
  left: 22%;
  right: 22%;
  bottom: 16px;
  height: 2px;
  background: var(--brand);
  border-radius: 2px;
  opacity: 0.55;
}

.invoice-tab-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(6, 38, 61, 0.1);
}

.invoice-tab-btn.active {
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-2) 100%);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 10px 28px rgba(11, 164, 199, 0.28);
}

.invoice-tab-btn.active i {
  color: #fff;
}

.invoice-tab-btn.active::after {
  background: #fff;
  opacity: 1;
}

.invoice-pane {
  display: none;
  animation: moduleFade 0.35s ease;
}

.invoice-pane.active {
  display: block;
}

@keyframes moduleFade {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.module-panel {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e4eef2;
  border-radius: 22px;
  padding: 2.25rem 2rem;
  box-shadow: 0 8px 30px rgba(6, 38, 61, 0.04);
}

.module-panel::before {
  content: "";
  position: absolute;
  left: -120px;
  top: 50%;
  transform: translateY(-50%);
  width: 408px;
  height: 408px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(97, 192, 171, 0.22) 0%, rgba(11, 164, 199, 0.08) 74%, transparent 70%);
  pointer-events: none;
}

.module-panel-copy {
  position: relative;
  z-index: 1;
  padding-right: 0.5rem;
}

.module-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--brand);
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-size: 0.82rem;
  margin-bottom: 0.85rem;
}

.module-eyebrow::before {
  content: "";
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: var(--brand);
}

.module-title {
  font-weight: 800;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.25;
  color: var(--ink);
  margin-bottom: 1rem;
}

.module-desc {
  color: var(--muted);
  font-size: 21px;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.module-flow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.35rem;
  position: relative;
  padding: 0.25rem 0 0.5rem;
}

.module-flow::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 8%;
  right: 8%;
  border-top: 2px dashed rgba(11, 164, 199, 0.35);
  z-index: 0;
}

.module-flow-item {
  position: relative;
  z-index: 1;
  flex: 1;
  text-align: center;
  max-width: 110px;
}

.module-flow-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 0.65rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  border: 2px solid var(--brand);
  color: var(--brand);
  font-size: 28px;
  box-shadow: 0 4px 14px rgba(11, 164, 199, 0.12);
}

.module-flow-item.filled .module-flow-icon {
  border-color: 1px solid #0ba4c72e;
  color:  var(--brand);
}

.module-flow-item span {
  display: block;
  color: var(--brand);
  font-weight: 700;
  font-size: 21px;
  line-height: 1.25;
}

.module-check {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  color: var(--ink);
  font-weight: 600;
  font-size: 21px;
  margin-bottom: 0.85rem;
}

.module-check i {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--brand);
  color: #fff;
  font-size: 0.65rem;
  margin-top: 2px;
}

@media (max-width: 991.98px) {
  .invoice-tab-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .invoice-tab-btn {
    min-width: 0;
    flex: none;
    width: 100%;
  }

  .module-panel {
    padding: 1.5rem 1.25rem;
  }

  .module-panel::before {
    width: 240px;
    height: 240px;
    left: -80px;
  }

  .module-flow::before {
    left: 6%;
    right: 6%;
  }

  .module-flow-icon {
    width: 46px;
    height: 46px;
    font-size: 0.9rem;
  }
}

@media (max-width: 575.98px) {
  .invoice-tab-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .invoice-tab-btn {
    min-width: 0;
    flex: none;
    font-size: 14px;
    padding: 18px 8px 28px;
  }

  .module-flow {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }

  .module-flow::before {
    display: none;
  }

  .module-flow-item {
    max-width: 90px;
  }
}

/* Phase 2 */
.phase-banner {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.phase-banner img {
  width: 100%;
  display: block;
  border-radius: 20px;
  min-height: 420px;
  object-fit: cover;
}

.phase-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 38, 61, 0.15), rgba(6, 38, 61, 0.78));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem;
  color: #fff;
}

.module-tile {
  background: #fff;
  border: 1px solid #e8eef2;
  border-radius: 14px;
  padding: 1.25rem;
  height: 100%;
  transition: 0.25s ease;
}

.module-tile:hover {
  box-shadow: var(--shadow);
}

.module-tile .icon-box {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--soft);
  color: var(--brand);
  margin-bottom: 0.75rem;
}

/* Insights banner */
.insights-banner {
  background: linear-gradient(135deg, var(--brand-dark), #0a4f6e 55%, var(--brand));
  border-radius: 24px;
  overflow: hidden;
  color: #fff;
}

/* Steps */
.step-card {
  background: #fff;
  border: 1px solid #e8eef2;
  border-radius: var(--radius);
  padding: 1.75rem 1.25rem;
  text-align: center;
  height: 100%;
  position: relative;
}

.step-num {
  position: absolute;
  top: 12px;
  right: 16px;
  font-weight: 800;
  color: rgba(11, 164, 199, 0.2);
  font-size: 1.5rem;
}

.step-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  color: #fff;
  font-size: 1.35rem;
}

/* Promo */
.promo-section {
  background-image: url("public/assets/images/einvocing/ban2.png");
  background-size: cover;
  background-position: center;
  padding: 5rem 0;
}

.promo-section .section-title,
.promo-section .section-lead {
  color: #fff;
}

/* Pricing */
.plan-toggle {
  background: #eef7fa;
  border-radius: 999px;
  padding: 0.35rem;
  display: inline-flex;
  gap: 0.25rem;
}

.plan-toggle .btn {
  border-radius: 999px;
  font-weight: 700;
  border: 0;
  color: var(--ink);
  padding: 0.5rem 1.1rem;
}

.plan-toggle .btn.active {
  background: linear-gradient(90deg, var(--brand), var(--brand-2));
  color: #fff;
}

.price-card {
  background: #fff;
  border: 1px solid #e8eef2;
  border-radius: 18px;
  padding: 1.75rem 1.35rem;
  height: 100%;
  position: relative;
}

.price-card.popular {
  background: linear-gradient(180deg, var(--brand-dark), #0a5575);
  color: #fff;
  border: 0;
  transform: scale(1.02);
  z-index: 1;
}

.price-card .badge-popular {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--brand-2);
  color: #fff;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.35rem 0.9rem;
}

.price-card .amount {
  font-size: 2rem;
  font-weight: 800;
}

.price-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.price-card li {
  padding: 0.35rem 0;
  font-size: 0.92rem;
}

.price-card.popular .btn-brand {
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(120deg, #2aa4c9 0%, #67c3af 50%, #3d3d3d 100%) border-box;
  color: var(--brand-dark) !important;
}

.price-card.popular .btn-brand:hover {
  background:
    linear-gradient(135deg, #2aa4c9 0%, #67c3af 55%, #3d3d3d 100%) padding-box,
    linear-gradient(300deg, #67c3af 0%, #3d3d3d 45%, #2aa4c9 100%) border-box;
  color: #fff !important;
}

/* Testimonials */
.testimonial-card {
  background: #fff;
  border: 1px solid #e8eef2;
  border-radius: var(--radius);
  padding: 1.5rem;
  height: 100%;
}

.testimonial-card .stars {
  color: #f5b301;
}

.testimonial-card .avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
}

/* FAQ */
.support-panel {
  background: linear-gradient(160deg, var(--brand-dark), var(--brand));
  color: #fff;
  border-radius: 20px;
  padding: 2rem;
  height: 100%;
}

.accordion-button:not(.collapsed) {
  background: var(--soft);
  color: var(--brand);
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: #e8eef2;
}

.accordion-item {
  border: 1px solid #e8eef2;
  border-radius: 12px !important;
  overflow: hidden;
  margin-bottom: 0.75rem;
}

/* Contact */
.contact-form .form-control {
  border-radius: 10px;
  padding: 0.85rem 1rem;
  border-color: #dbe7ee;
}

.contact-form .form-control:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 0.2rem rgba(11, 164, 199, 0.15);
}

.contact-float {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  background: #fff;
  border-radius: 14px;
  box-shadow: var(--shadow);
  padding: 0.85rem 1rem;
}

/* Support */
.support-card {
  background: #fff;
  border: 1px solid #e8eef2;
  border-radius: var(--radius);
  padding: 2rem 1.5rem;
  text-align: center;
  height: 100%;
  transition: 0.25s ease;
}

.support-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}

.support-card .icon-box {
  width: 70px;
  height: 70px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--soft);
  color: var(--brand);
  font-size: 1.5rem;
}

/* Footer */
.home-footer {
  background: #061824;
  color: rgba(255, 255, 255, 0.8);
  padding-top: 4rem;
}

.home-footer h5,
.home-footer h6 {
  color: #fff;
  font-weight: 800;
}

.home-footer a {
  color: rgba(255, 255, 255, 0.75);
}

.home-footer a:hover {
  color: var(--brand-2);
}

.home-footer .social a {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  margin-right: 0.4rem;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.25rem 0;
  margin-top: 2.5rem;
}

/* Responsive tweaks */
@media (max-width: 991.98px) {
  .hero-slide {
    min-height: auto;
    padding: 5.5rem 0 3.5rem;
  }

  .price-card.popular {
    transform: none;
  }

  .phase-banner img {
    min-height: 320px;
  }
}

@media (max-width: 575.98px) {
  .offer-chip {
    font-size: 0.85rem;
  }
}

/* =========================================================
   Header dropdown chevron icons
   ========================================================= */
.header-main-nav-box > ul > li.mega-menu > a {
  padding-right: 2px;
}

.header-main-nav-box > ul > li.mega-menu > a::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 11px;
  margin-left: 6px;
  display: inline-block;
  vertical-align: middle;
  opacity: 0.7;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.header-main-nav-box > ul > li.mega-menu:hover > a::after {
  opacity: 1;
  transform: rotate(180deg);
}

/* =========================================================
   VAT Calculator page
   ========================================================= */
.vat-calc-hero {
  background:
    radial-gradient(circle at 12% 20%, rgba(11, 164, 199, 0.12), transparent 42%),
    radial-gradient(circle at 88% 10%, rgba(97, 192, 171, 0.14), transparent 40%),
    linear-gradient(180deg, #f4fbfd 0%, #ffffff 100%);
  padding: 70px 0 40px;
}

.vat-calc-hero .title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--brand-dark);
  line-height: 1.2;
}

.vat-calc-hero .title span {
  color: var(--brand);
}

.vat-calc-hero p {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 640px;
}

.vat-calc-shell {
  margin-top: -20px;
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}

.vat-calc-card {
  background: #fff;
  border: 1px solid rgba(11, 164, 199, 0.12);
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(6, 38, 61, 0.1);
  overflow: hidden;
}

.vat-calc-card-header {
  background: linear-gradient(135deg, var(--brand-dark) 0%, #0a4a66 55%, var(--brand) 100%);
  color: #fff;
  padding: 28px 32px;
}

.vat-calc-card-header h2 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
}

.vat-calc-card-header p {
  margin: 8px 0 0;
  opacity: 0.85;
}

.vat-calc-body {
  padding: 32px;
}

.vat-calc-label {
  display: block;
  font-weight: 700;
  color: var(--brand-dark);
  margin-bottom: 10px;
  font-size: 0.95rem;
}

.vat-calc-input-wrap {
  position: relative;
  display: flex;
  align-items: center;
  background: #f7fbfd;
  border: 1.5px solid #d7eef5;
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.vat-calc-input-wrap:focus-within {
  border-color: var(--brand);
  box-shadow: 0 0 0 4px rgba(11, 164, 199, 0.12);
}

.vat-calc-prefix,
.vat-calc-suffix {
  padding: 0 16px;
  font-weight: 700;
  color: var(--brand);
  white-space: nowrap;
}

.vat-calc-input-wrap input,
.vat-calc-input-wrap select {
  border: 0;
  background: transparent;
  width: 100%;
  padding: 16px 14px;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--ink);
  outline: none;
}

.vat-rate-presets {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.vat-rate-btn {
  border: 1px solid #d7eef5;
  background: #fff;
  color: var(--brand-dark);
  border-radius: 999px;
  padding: 6px 14px;
  font-weight: 700;
  font-size: 0.85rem;
  cursor: pointer;
  transition: 0.2s ease;
}

.vat-rate-btn:hover,
.vat-rate-btn.active {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}

.vat-inclusive-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.vat-inclusive-btn {
  border: 1.5px solid #d7eef5;
  background: #f7fbfd;
  border-radius: 14px;
  padding: 16px;
  font-weight: 700;
  color: var(--brand-dark);
  cursor: pointer;
  transition: 0.2s ease;
  text-align: center;
}

.vat-inclusive-btn.active {
  background: linear-gradient(90deg, var(--brand) 0%, var(--brand-2) 100%);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 10px 24px rgba(11, 164, 199, 0.25);
}

.vat-result-panel {
  background:
    linear-gradient(160deg, rgba(11, 164, 199, 0.08), rgba(97, 192, 171, 0.1)),
    #f8fcfd;
  border: 1px solid rgba(11, 164, 199, 0.15);
  border-radius: 20px;
  padding: 28px;
  height: 100%;
}

.vat-result-panel h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--brand-dark);
  margin-bottom: 20px;
}

.vat-result-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px dashed rgba(11, 164, 199, 0.2);
}

.vat-result-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.vat-result-row .label {
  color: var(--muted);
  font-weight: 600;
}

.vat-result-row .value {
  font-weight: 800;
  color: var(--brand-dark);
  font-size: 1.15rem;
}

.vat-result-row.highlight {
  background: #fff;
  border: 0;
  border-radius: 14px;
  padding: 16px 18px;
  margin-top: 8px;
  box-shadow: 0 8px 24px rgba(6, 38, 61, 0.06);
}

.vat-result-row.highlight .value {
  color: var(--brand);
  font-size: 1.35rem;
}

.vat-result-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(11, 164, 199, 0.12);
  color: var(--brand);
  font-weight: 700;
  font-size: 0.8rem;
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.vat-steps-grid .step-card {
  background: #fff;
  border: 1px solid rgba(11, 164, 199, 0.1);
  border-radius: 18px;
  padding: 28px 24px;
  height: 100%;
  box-shadow: var(--shadow);
  transition: transform 0.25s ease;
}

.vat-steps-grid .step-card:hover {
  transform: translateY(-4px);
}

.vat-step-num {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  color: #fff;
  font-weight: 800;
  margin-bottom: 16px;
}

.vat-formula-box {
  background: #06263d;
  color: #fff;
  border-radius: 16px;
  padding: 18px 20px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.95rem;
  margin: 14px 0;
}

.vat-example-card {
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(11, 164, 199, 0.12);
  padding: 28px;
  height: 100%;
  box-shadow: var(--shadow);
}

.vat-example-card ul {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
}

.vat-example-card ul li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #eef5f8;
  font-weight: 600;
}

.vat-example-card ul li:last-child {
  border-bottom: 0;
}

.vat-benefit-card {
  background: #fff;
  border-radius: 18px;
  padding: 28px 24px;
  height: 100%;
  border: 1px solid rgba(11, 164, 199, 0.1);
  box-shadow: var(--shadow);
}

.vat-benefit-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(11, 164, 199, 0.1);
  color: var(--brand);
  font-size: 1.25rem;
  margin-bottom: 16px;
}

.vat-cta-band {
  background: linear-gradient(135deg, var(--brand-dark), #0a5573 50%, var(--brand));
  border-radius: 24px;
  padding: 48px 40px;
  color: #fff;
}

.vat-cta-band h2 {
  font-weight: 800;
  margin-bottom: 12px;
}

.vat-cta-band p {
  opacity: 0.9;
  max-width: 560px;
}

@media (max-width: 991.98px) {
  .vat-calc-body {
    padding: 24px 18px;
  }

  .vat-result-panel {
    margin-top: 24px;
  }

  .vat-cta-band {
    padding: 36px 24px;
  }
}
