
  .lpcontent {
    font-family: 'IBM Plex Sans', system-ui, -apple-system, sans-serif;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: normal;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    overflow-x: hidden;
    color: #404041;
    --navy: #003964;
    --navy-dark: #002a4a;
    --teal: #368ba9;
    --teal-text: #2b7691;       --teal-bright: #00a89c;
    --gray: #404041;
  }
  .lpcontent *, .lpcontent *::before, .lpcontent *::after { box-sizing: border-box; }

  .lpcontent p, .lpcontent li, .lpcontent td, .lpcontent th {
    font-size: inherit;
    line-height: inherit;
    letter-spacing: normal;
  }
  .lpcontent h1, .lpcontent h2, .lpcontent h3 {
    font-family: 'IBM Plex Sans', system-ui, -apple-system, sans-serif;
    letter-spacing: normal;
  }
  .lpcontent h3 { line-height: 1.4; }
  .lpcontent input, .lpcontent select, .lpcontent textarea, .lpcontent button {
    font-family: 'IBM Plex Sans', system-ui, -apple-system, sans-serif;
    letter-spacing: normal;
  }
  .lpcontent a { text-decoration: underline; }
  .lpcontent .btn-primary, .lpcontent .social-row a { text-decoration: none; }
  .lpcontent ol.numbered > li { display: list-item; list-style-type: decimal; }

  .lpcontent .sr-only {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
  }

  .lpcontent .wrap { max-width: 1152px; margin: 0 auto; padding: 0 16px; }
  .lpcontent .wrap-narrow { max-width: 768px; margin: 0 auto; padding: 0 16px; }
  .lpcontent .wrap-mid { max-width: 896px; margin: 0 auto; padding: 0 16px; }

  .lpcontent h1 { font-size: 30px; line-height: 1.2; font-weight: 600; color: var(--gray); margin: 0 0 16px; }
  .lpcontent h2 { font-size: 24px; line-height: 1.3; font-weight: 600; color: var(--gray); margin: 0 0 8px; }
  .lpcontent h3 { font-size: 16px; font-weight: 600; color: var(--gray); margin: 0 0 8px; }
  @media (min-width: 640px) { .lpcontent h1 { font-size: 36px; } }

  .lpcontent .text-primary-read { font-size: 15px; line-height: 24px; font-weight: 400; color: #404041; }
  .lpcontent .text-secondary-read { font-size: 14px; line-height: 20px; font-weight: 400; color: #5a5a5b; }
  .lpcontent p { margin: 0 0 12px; }

  .lpcontent .hero { padding: 32px 0 48px; background: linear-gradient(135deg, rgba(0,57,100,0.03) 0%, rgba(54,139,169,0.06) 100%); border-bottom: 1px solid #e5e7eb; position: relative; }
  .lpcontent .hero::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: url('https://rp-cms.imgix.net/wp-content/uploads/Portugal-PT-beach-6296269_1920.jpg?w=1400&q=20&auto=format,compress');
    background-size: cover;
    background-position: center;
    opacity: 0.1;
    z-index: 0;
    pointer-events: none;
  }
  .lpcontent .hero > * { position: relative; z-index: 1; }
  .lpcontent .grid-2 { display: grid; gap: 40px; align-items: start; }
  @media (min-width: 1024px) { .lpcontent .grid-2 { grid-template-columns: 1fr 1fr; gap: 48px; } }

  .lpcontent .card { background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 20px; }
  .lpcontent .card-plain { background: #fff; border-radius: 12px; padding: 24px; box-shadow: 0 1px 3px rgba(0,0,0,.08); }
  .lpcontent .eyebrow { font-size: 12px; color: #4b5563; text-transform: uppercase; letter-spacing: .05em; margin: 0 0 4px; }

    .lpcontent .contact-capsule { background: #fff; border: 1px solid #d7e3ea; border-radius: 12px; padding: 20px; margin-bottom: 20px; }
  .lpcontent .contact-capsule p { font-size: 15px; line-height: 24px; }
  .lpcontent .contact-capsule p:last-child { margin-bottom: 0; }
    .lpcontent .contact-capsule p.eyebrow { font-size: 12px; line-height: 1.4; }
  .lpcontent .contact-capsule p.text-secondary-read { font-size: 14px; line-height: 20px; }
  .lpcontent .phone-big { font-size: 30px; font-weight: 700; color: var(--navy); display: inline-block; text-decoration: none; line-height: 1.2; padding: 2px 0; }
  .lpcontent .phone-big:hover { text-decoration: underline; }

  .lpcontent table { width: 100%; font-size: 14px; border-collapse: collapse; }
  .lpcontent thead tr { text-align: left; border-bottom: 1px solid #e5e7eb; }
  .lpcontent th, .lpcontent td { padding: 10px 8px 10px 0; }
  .lpcontent thead th { padding-bottom: 8px; font-weight: 500; color: var(--gray); }
  .lpcontent tbody tr { border-bottom: 1px solid #f3f4f6; }
  .lpcontent tbody tr:last-child { border-bottom: 0; }
  .lpcontent tbody th { font-weight: 400; text-align: left; color: #374151; }
  .lpcontent a { color: var(--navy); }

    .lpcontent td a, .lpcontent .resource-list a,
  .lpcontent .team-card h3 a, .lpcontent .card-plain h3 a,
  .lpcontent address a {
    display: inline-block; min-height: 24px; padding: 3px 0;
  }

  .lpcontent .badges { display: flex; flex-wrap: wrap; gap: 20px; }
  .lpcontent .badge { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 500; }
  .lpcontent .badge svg { width: 20px; height: 20px; color: var(--teal); flex-shrink: 0; }

  .lpcontent .formcard { background: #fff; border: 1px solid #e5e7eb; border-radius: 16px; padding: 24px; box-shadow: 0 1px 3px rgba(0,0,0,.08); }
  @media (min-width: 640px) { .lpcontent .formcard { padding: 32px; } }
  .lpcontent .field-row { display: grid; gap: 16px; }
  @media (min-width: 640px) { .lpcontent .field-row { grid-template-columns: 1fr 1fr; } }
  .lpcontent label { display: block; font-size: 14px; font-weight: 500; color: var(--gray); margin-bottom: 4px; }
  .lpcontent label .opt { color: #6b7280; font-weight: 400; }
  .lpcontent #contactForm > * + * { margin-top: 16px; }
  .lpcontent #contactForm input[type="text"],
  .lpcontent #contactForm input[type="email"],
  .lpcontent #contactForm input[type="tel"],
  .lpcontent #contactForm select,
  .lpcontent #contactForm textarea {
    width: 100%; padding: 12px 16px; border-radius: 8px;
    border: 1px solid #d1d5db; background: #fff;
    -webkit-appearance: none; appearance: none;
    font-size: 16px; font-family: inherit; font-weight: 400; color: #404041; line-height: 1.5;
  }
  .lpcontent #contactForm input:focus, .lpcontent #contactForm select:focus, .lpcontent #contactForm textarea:focus {
    outline: 2px solid var(--teal-text); outline-offset: 1px; border-color: var(--teal-text);
  }
  .lpcontent #contactForm input::placeholder, .lpcontent #contactForm textarea::placeholder { color: #767676; }
  .lpcontent #contactForm fieldset { border: 0; padding: 0; margin: 0; }
  .lpcontent legend { font-size: 14px; font-weight: 500; color: var(--gray); margin-bottom: 8px; padding: 0; }

  .lpcontent .hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
  .lpcontent .branch { border-top: 1px solid #f3f4f6; padding-top: 16px; }

  .lpcontent .optional-toggle-btn {
    cursor: pointer; display: flex; align-items: center; gap: 8px;
    color: var(--teal-text); font-weight: 500; font-size: 14px;
    background: none; border: 0; padding: 6px 0; min-height: 24px; font-family: inherit; transition: color .2s;
  }
  .lpcontent .optional-toggle-btn:hover { color: var(--navy); }
  .lpcontent .optional-toggle-btn svg { width: 16px; height: 16px; transition: transform .2s; }
  .lpcontent .optional-toggle-btn.open svg { transform: rotate(180deg); }

    .lpcontent .optional-fields-content {
    max-height: 0; overflow: hidden; visibility: hidden;
    transition: max-height .3s ease-out, visibility 0s linear .3s;
  }
  .lpcontent .optional-fields-content.open {
    max-height: 500px; visibility: visible;
    transition: max-height .3s ease-out, visibility 0s linear 0s;
  }
  .lpcontent .optional-fields-content > * { margin-top: 16px; }

  .lpcontent .btn-primary {
    display: block; width: 100%; background: var(--navy); color: #fff;
    padding: 16px; border-radius: 8px; font-weight: 600; font-size: 16px;
    text-align: center; border: 0; cursor: pointer; font-family: inherit; transition: background .2s;
  }
  .lpcontent .btn-primary:hover { background: var(--navy-dark); }
  .lpcontent .btn-primary:disabled { opacity: .7; cursor: default; }

  .lpcontent .checklist { list-style: none; padding: 0; margin: 0; font-size: 14px; color: #374151; }
  .lpcontent .checklist li { padding-left: 22px; position: relative; margin-bottom: 10px; line-height: 1.6; }
  .lpcontent .checklist li::before {
    content: ""; position: absolute; left: 0; top: 7px; width: 8px; height: 8px;
    border-radius: 2px; background: var(--teal-text);
  }

  .lpcontent .steps { display: grid; gap: 24px; list-style: none; padding: 0; margin: 0; text-align: left; }
  @media (min-width: 640px) { .lpcontent .steps { grid-template-columns: repeat(4, 1fr); } }
  .lpcontent .step-num {
    width: 48px; height: 48px; background: var(--navy); color: #fff; border-radius: 50%;
    display: flex; align-items: center; justify-content: center; margin-bottom: 12px;
    font-size: 18px; font-weight: 700;
  }
  .lpcontent .step-num.accent { background: var(--teal-bright); }

  .lpcontent .faq-item { background: #f9fafb; border-radius: 12px; padding: 24px 28px; margin-bottom: 16px; }
  .lpcontent .faq-item p { font-size: 16px; line-height: 1.75; color: #374151; }

  .lpcontent .team-grid { display: grid; gap: 32px; margin-bottom: 48px; }
  @media (min-width: 768px) { .lpcontent .team-grid { grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1024px) { .lpcontent .team-grid { grid-template-columns: repeat(4, 1fr); } }
  .lpcontent .team-card { text-align: center; }
  .lpcontent .team-card img {
    width: 112px; height: 112px; margin: 0 auto 16px; border-radius: 50%;
    object-fit: cover; border: 4px solid #fff; box-shadow: 0 1px 3px rgba(0,0,0,.08); background: #e5e7eb; display: block;
  }
  .lpcontent .team-role { color: var(--teal-text); font-size: 14px; font-weight: 500; margin: 0 0 4px; }

  .lpcontent .stat-grid { display: grid; gap: 24px; max-width: 896px; margin: 0 auto 40px; }
  @media (min-width: 640px) { .lpcontent .stat-grid { grid-template-columns: repeat(3, 1fr); } }
  .lpcontent .stat { background: linear-gradient(135deg, rgba(54,139,169,.05), rgba(0,57,100,.05)); border-radius: 12px; padding: 24px; }
    .lpcontent .stat p.stat-num { font-size: 30px; font-weight: 700; color: var(--navy); margin: 0 0 8px; line-height: 1.15; }
  .lpcontent .stat p { font-size: 14px; color: #374151; margin: 0; }

  .lpcontent .rec-grid { display: grid; gap: 16px; max-width: 896px; margin: 0 auto; font-size: 14px; }
  @media (min-width: 640px) { .lpcontent .rec-grid { grid-template-columns: repeat(3, 1fr); } }
  .lpcontent .rec { background: #f9fafb; border-radius: 8px; padding: 16px; }

  .lpcontent .cols-2 { display: grid; gap: 24px; }
  @media (min-width: 768px) { .lpcontent .cols-2 { grid-template-columns: repeat(2, 1fr); } }
  .lpcontent .cols-3 { display: grid; gap: 32px; }
  @media (min-width: 1024px) { .lpcontent .cols-3 { grid-template-columns: repeat(3, 1fr); } }

  .lpcontent .social-row { display: flex; gap: 12px; }
  .lpcontent .social-row a {
    width: 36px; height: 36px; background: #f3f4f6; border-radius: 50%;
    display: flex; align-items: center; justify-content: center; color: #374151; transition: background .2s, color .2s;
  }
  .lpcontent .social-row a:hover { background: var(--navy); color: #fff; }
  .lpcontent .social-row svg { width: 16px; height: 16px; }

  .lpcontent .resource-list a { display: block; margin-bottom: 8px; font-size: 14px; text-decoration: underline; }
  .lpcontent .resource-list a:hover { text-decoration: underline; }

  .lpcontent .cta { padding: 64px 0; background: var(--navy); text-align: center; }
  .lpcontent .cta h2 { color: #fff; }
  .lpcontent .cta-btns { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }
  .lpcontent .btn-white {
    display: inline-flex; align-items: center; gap: 8px; background: #fff; color: var(--navy);
    padding: 16px 32px; border-radius: 8px; font-weight: 600; text-decoration: none;
  }
  .lpcontent .btn-outline {
    display: inline-flex; align-items: center; gap: 8px; border: 2px solid #fff; color: #fff;
    padding: 16px 32px; border-radius: 8px; font-weight: 600; text-decoration: none;
  }

  .lpcontent .sec { padding: 64px 0; }
  .lpcontent .sec-tight { padding: 48px 0; }
  .lpcontent .sec-gray { background: #f9fafb; }
  .lpcontent .sec-white { background: #fff; }
  .lpcontent .center { text-align: center; }

  .lpcontent #stickyphonebar { display: none; }
  @media (max-width: 767px) {
    .lpcontent #stickyphonebar {
      display: block; position: fixed; bottom: 0; left: 0; right: 0; z-index: 50;
      background: var(--navy);
    }
        .lpcontent #stickyphonebar a {
      display: flex; align-items: center; justify-content: center; gap: 8px;
      color: #fff; font-weight: 600; font-size: 16px; text-decoration: none;
      padding: 14px 16px; min-height: 48px;
    }
    .lpcontent { padding-bottom: 68px; }
  }

  @media print {
    .lpcontent #stickyphonebar, .lpcontent .formcard, .lpcontent .cta, .lpcontent .social-row { display: none; }
    .lpcontent .sec, .lpcontent .hero { padding: 12px 0; }
    .lpcontent a::after { content: " (" attr(href) ")"; font-size: 11px; word-break: break-all; }
    .lpcontent a[href^="#"]::after, .lpcontent a[href^="tel"]::after { content: ""; }
  }

  @media (prefers-reduced-motion: reduce) {
    .lpcontent *, .lpcontent *::before, .lpcontent *::after {
      animation-duration: 0.01ms !important;
      transition-duration: 0.01ms !important;
    }
  }
