.elementor-1686 .elementor-element.elementor-element-4e6756e{--display:flex;}/* Start custom CSS for html, class: .elementor-element-c55d9d7 *//* ===== CAPITAL ALLOWANCES PAGE CSS ===== */

.ca-page,
.ca-page * {
  box-sizing: border-box;
}

.ca-page {
  --green-dark: #1a4a2e;
  --green-mid: #2d7a4f;
  --green-light: #3da068;
  --green-pale: #e8f5ee;
  --gold: #c9a227;
  --text-dark: #1a1a1a;
  --text-mid: #444;
  --text-light: #666;
  --border: #e0e0e0;
  --white: #ffffff;
  --bg-light: #f8faf9;
  font-family: Georgia, serif;
  color: var(--text-dark);
  line-height: 1.7;
  background: var(--white);
}

.ca-page .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.ca-page h1,
.ca-page h2,
.ca-page h3,
.ca-page h4 {
  font-family: Georgia, serif;
  line-height: 1.3;
  margin: 0;
}

.ca-page p {
  margin: 0;
}

.ca-page a {
  color: var(--green-mid);
  text-decoration: none;
}

.ca-page a:hover {
  text-decoration: underline;
}

/* HERO */
.ca-page .hero {
  background: linear-gradient(135deg, #0f2d1c 0%, #1a4a2e 60%, #0d3320 100%);
  color: white;
  padding: 80px 0 70px;
  position: relative;
  overflow: hidden;
}

.ca-page .hero::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: rgba(255,255,255,0.03);
}

.ca-page .hero::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: -50px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(201,162,39,0.07);
}

.ca-page .hero-badge {
  display: inline-block;
  background: rgba(201,162,39,0.18);
  border: 1px solid var(--gold);
  color: var(--gold);
  font-size: 12px;
  font-family: Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.ca-page .hero h1 {
  font-size: clamp(28px, 5vw, 46px);
  font-weight: 700;
  margin-bottom: 20px;
  max-width: 760px;
  color: #fff;
}

.ca-page .hero h1 span {
  color: #7edba0;
}

.ca-page .hero-sub {
  font-size: 17px;
  color: rgba(255,255,255,0.78);
  max-width: 620px;
  margin-bottom: 36px;
  font-family: Arial, sans-serif;
  line-height: 1.7;
}

.ca-page .hero-stats {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.ca-page .hero-stat .num {
  display: block;
  font-size: 34px;
  font-weight: 700;
  color: #7edba0;
  line-height: 1;
}

.ca-page .hero-stat .lbl {
  display: block;
  font-size: 12px;
  font-family: Arial, sans-serif;
  color: rgba(255,255,255,0.6);
  margin-top: 5px;
}

.ca-page .hero-ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.ca-page .btn-primary {
  background: var(--gold);
  color: #1a1a1a;
  padding: 14px 30px;
  border-radius: 4px;
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 15px;
  display: inline-block;
  transition: background 0.2s;
}

.ca-page .btn-primary:hover {
  background: #e0b62a;
  text-decoration: none;
  color: #1a1a1a;
}

.ca-page .btn-outline {
  border: 2px solid rgba(255,255,255,0.45);
  color: white;
  padding: 14px 30px;
  border-radius: 4px;
  font-family: Arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
}

.ca-page .btn-outline:hover {
  border-color: white;
  text-decoration: none;
  color: white;
}

/* TRUST BAR */
.ca-page .trust-bar {
  background: var(--green-pale);
  border-top: 3px solid var(--green-mid);
  padding: 18px 0;
}

.ca-page .trust-bar-inner {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  justify-content: center;
}

.ca-page .trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--green-dark);
}

.ca-page .trust-icon {
  width: 20px;
  height: 20px;
  background: var(--green-mid);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 11px;
  flex-shrink: 0;
}

/* SECTIONS */
.ca-page .section {
  padding: 72px 0;
}

.ca-page .section-alt {
  background: var(--bg-light);
}

.ca-page .section-label {
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--green-mid);
  margin-bottom: 12px;
}

.ca-page .section-title {
  font-size: clamp(22px, 4vw, 34px);
  color: var(--green-dark);
  margin-bottom: 14px;
}

.ca-page .section-subtitle {
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: var(--text-mid);
  max-width: 660px;
  line-height: 1.75;
}

/* INTRO */
.ca-page .intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
  margin-top: 48px;
}

.ca-page .intro-text p {
  font-family: Arial, sans-serif;
  font-size: 15px;
  color: var(--text-mid);
  margin-bottom: 16px;
  line-height: 1.75;
}

.ca-page .saving-box {
  background: var(--green-dark);
  border-radius: 8px;
  padding: 32px 28px;
  color: white;
  position: sticky;
  top: 24px;
}

.ca-page .saving-box h3 {
  font-size: 20px;
  color: #7edba0;
  margin-bottom: 20px;
}

.ca-page .saving-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  font-family: Arial, sans-serif;
  font-size: 13px;
}

.ca-page .saving-row:last-child {
  border-bottom: none;
}

.ca-page .saving-row .label {
  color: rgba(255,255,255,0.75);
  max-width: 60%;
  line-height: 1.4;
}

.ca-page .saving-row .value {
  font-size: 20px;
  font-weight: 700;
  color: var(--gold);
  white-space: nowrap;
}

/* TYPES */
.ca-page .types-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 48px;
}

.ca-page .type-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 28px 24px;
  position: relative;
  overflow: hidden;
}

.ca-page .type-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--green-mid);
}

.ca-page .type-card.featured::before {
  background: var(--gold);
}

.ca-page .type-card .tag {
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 3px;
  margin-bottom: 14px;
  background: var(--green-pale);
  color: var(--green-dark);
}

.ca-page .type-card.featured .tag {
  background: rgba(201,162,39,0.12);
  color: #8a6a10;
}

.ca-page .type-card h3 {
  font-size: 18px;
  color: var(--green-dark);
  margin-bottom: 10px;
}

.ca-page .type-card .rate {
  font-size: 28px;
  font-weight: 700;
  color: var(--green-mid);
  margin-bottom: 12px;
}

.ca-page .type-card.featured .rate {
  color: var(--gold);
}

.ca-page .type-card p {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: var(--text-mid);
  line-height: 1.65;
}

/* ASSETS */
.ca-page .assets-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 48px;
}

.ca-page .asset-group {
  background: white;
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 22px 20px;
}

.ca-page .asset-group h3 {
  font-size: 15px;
  color: var(--green-dark);
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--green-pale);
  display: flex;
  align-items: center;
  gap: 10px;
}

.ca-page .asset-group ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ca-page .asset-group ul li {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: var(--text-mid);
  padding: 5px 0 5px 16px;
  position: relative;
}

.ca-page .asset-group ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green-mid);
}

/* WHO CAN CLAIM */
.ca-page .who-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin-top: 48px;
}

.ca-page .who-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 22px 18px;
  text-align: center;
}

.ca-page .who-icon {
  width: 48px;
  height: 48px;
  background: var(--green-pale);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
}

.ca-page .who-icon svg {
  width: 24px;
  height: 24px;
}

.ca-page .who-card h3 {
  font-size: 15px;
  color: var(--green-dark);
  margin-bottom: 8px;
}

.ca-page .who-card p {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: var(--text-mid);
}

/* PROCESS */
.ca-page .process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0;
  margin-top: 48px;
}

.ca-page .p-step {
  padding: 30px 26px;
  background: white;
  border: 1px solid var(--border);
  margin-right: -1px;
  margin-bottom: -1px;
}

.ca-page .p-num {
  width: 42px;
  height: 42px;
  background: var(--green-dark);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 700;
  font-family: Arial, sans-serif;
  margin-bottom: 14px;
}

.ca-page .p-step h3 {
  font-size: 16px;
  color: var(--green-dark);
  margin-bottom: 8px;
}

.ca-page .p-step p {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: var(--text-mid);
  line-height: 1.65;
}

/* WHY US */
.ca-page .why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 48px;
}

.ca-page .why-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 26px 22px;
}

.ca-page .why-card h3 {
  font-size: 16px;
  color: var(--green-dark);
  margin-bottom: 10px;
}

.ca-page .why-card p {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: var(--text-mid);
  line-height: 1.65;
}

/* FAQ */
.ca-page .faq-list {
  margin-top: 48px;
  max-width: 820px;
}

.ca-page .faq-item {
  border-bottom: 1px solid var(--border);
  padding: 22px 0;
}

.ca-page .faq-item:first-child {
  border-top: 1px solid var(--border);
}

.ca-page .faq-q {
  font-size: 16px;
  font-weight: 700;
  color: var(--green-dark);
  margin-bottom: 10px;
}

.ca-page .faq-a {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: var(--text-mid);
  line-height: 1.75;
}

/* CTA */
.ca-page .cta-section {
  background: var(--green-dark);
  color: white;
  padding: 72px 0;
  text-align: center;
}

.ca-page .cta-section h2 {
  font-size: clamp(24px, 4vw, 38px);
  margin-bottom: 14px;
  color: white;
}

.ca-page .cta-section p {
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: rgba(255,255,255,0.72);
  max-width: 540px;
  margin: 0 auto 36px;
}

.ca-page .cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.ca-page .cta-contact {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.55);
}

.ca-page .cta-contact a {
  color: #7edba0;
  font-weight: 600;
}

/* DISCLAIMER */
.ca-page .disclaimer {
  background: #f5f5f5;
  padding: 18px 0;
  border-top: 1px solid var(--border);
}

.ca-page .disclaimer p {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #999;
  text-align: center;
}

/* RESPONSIVE */
@media (max-width: 720px) {
  .ca-page .intro-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .ca-page .hero-stats {
    gap: 20px;
  }

  .ca-page .hero-stat .num {
    font-size: 26px;
  }

  .ca-page .process-steps {
    grid-template-columns: 1fr;
  }

  .ca-page .trust-bar-inner {
    gap: 14px;
  }
}/* End custom CSS */