.dpfc-wrap {
    width: 100%;
  }
  
  .dpfc-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 24px;
    align-items: start;
  }
  
  @media (max-width: 900px) {
    .dpfc-grid {
      grid-template-columns: 1fr;
    }
  }
  
  .dpfc-card {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 14px;
    height: 100%;
    padding: 24px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.05);
  }
  
  .dpfc-heading {
    margin: 0 0 16px 0;
    font-size: 18px;
    line-height: 1.3;
  }
  
  .dpfc-field {
    margin: 0 0 16px 0;
  }
  
  .dpfc-label {
    display: block;
    font-weight: 400;
	font-family: optima, arial, sans-serif;
	font-size: 14px;
    margin: 0 0 8px 0;
  }
  
  .dpfc-help {
    margin: 8px 0 0 0;
    font-size: 14px;
    color: rgba(0,0,0,0.65);
  }
  
  .dpfc-input {
    width: 100%;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 4px;
    padding: 6px 8px;
    font-size: 16px;
    line-height: 24px;
    background: #fff;
  }
  
  .dpfc-input:focus {
    outline: none;
    border-color: #caa64a;
  }
  
  .dpfc-money-field {
    position: relative;
  }
  
  .dpfc-money-field::before {
    content: "£";
    position: absolute;
    left: 16px;
    top: 21px;
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 24px;
    color: rgba(0,0,0,0.75);
    pointer-events: none;
  }
  
  .dpfc-money-field .dpfc-input {
    padding-left: 32px; /* space for £ symbol */
  }
  
  .dpfc-button {
    width: 100%;
    border: 1px solid #fff;
    border-radius: 999px;
    padding: 16px 24px;
    font-family: optima, arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    cursor: pointer;
    background: #caa64a; /* warm gold */
    color: #111;
  }
  
  .dpfc-button:hover {
    filter: brightness(0.90);
  }
  
  .dpfc-disclaimer {
    margin: 16px 0px;
    font-size: 12px;
    font-weight: 600;
    color: rgba(0,0,0,0.75);
    text-align: center;
  }
  
  .dpfc-divider {
    padding 24px 0px 48px 0px;
    border: none;
    border-top: 1px solid rgba(0,0,0,0.08);
  }
  
  .dpfc-how h4 {
    margin-top: 24px;
	padding-bottom:8px;
    font-size: 14px;
  }

  .dpfc-how p {
    margin: 0;
    color: rgba(0,0,0,0.75);
    font-size: 12px;
  }
  
  .dpfc-breakdown {
    margin: 0 0 16px 0;
    font-size: 16px;
    line-height: 16px;
    font-family: optima, arial, sans-serif;
  }
  
  .dpfc-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    padding: 8px 0;
  }
  
  .dpfc-row dt {
    margin: 0;
    font-weight: 600;
    color: rgba(0,0,0,0.75);
  }
  
  .dpfc-row dd {
    margin: 0;
    font-weight: 700;
  }
  
  .dpfc-monthly {
    border: 1px solid #caa64a;
    border-radius: 8px;
    background-color: #caa64a;
    padding: 16px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    align-items: center;
    margin: 24px 0px;
  }
  
  .dpfc-monthly__label {
    font-weight: 400;
	  font-size: 16px;
    font-family: optima, arial, sans-serif;
    color: #ffffff;
  }
  
  .dpfc-monthly__value {
    font-weight: 500;
    font-size: 24px;
    font-family: optima, arial, sans-serif;
    text-align: right;
  }
  
  .dpfc-monthly__suffix {
    font-weight: 600;
    font-family: optima, arial, sans-serif;
    font-size: 12px;
    margin-left: 4px;
    color: rgba(0,0,0,0.7);
  }
  
  .dpfc-cta {
    margin-top: 24px;
    border-radius: 8px;
    padding: 24px;
    z-index: 1;
    background-image: url("https://www.lumedental.co.uk/wp-content/uploads/2024/07/Your-Implant-Placement.jpg");
    background-color: rgba(0, 0, 0, 0.8);
    background-blend-mode: darken;
    background-position: center;
    background-size: cover;
  }

  
  .dpfc-cta__title {
    margin: 0 0 6px 0;
    font-size: 20px;
    color: #ffffff;
  }
  
  .dpfc-cta__text {
    font-size: 14px;
    color: #ffffff;
	margin-top: 8px !important;
  }

  .dpfc-cta__text strong {
    font-family: optima, arial, sans-serif;
	  font-weight: 400;
  }

  .dpfc-cta__text p {
    margin-top: 8px !important
    margin-bottom: 8px !important;
  }
  
  .dpfc-cta__button {
	   margin-top: 16px;
    display: inline-block;
    width: 100%;
    border: 2px solid #caa64a;
    text-align: center;
    padding: 16px 24px;
    font-family: optima, arial, sans-serif;
    border-radius: 999px;
	font-size: 16px;
    text-decoration: none !important;
    background: #caa64a;
    color: #111111 !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }
  
  .dpfc-cta__button:hover{
    background: #ffffff !important;
    color:#caa64a;
  }