h2 {
      font-size: 2.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
  color: var(--font-color);
}

h3 {
    color: var(--primary-color);
}

sup {
    font-size: 0.4em;
    vertical-align: super;
    
}

p {
    font-size: larger;
}

ul li {
    font-size: larger;
}

a i {
    margin-right: 12px;
}

img {
    border-radius: 12px;
}

.show-mobile {
    display: none;
}


/* Hero Section */
#hero {
    background: #fff;
    text-align: center;
    padding: 0 0 40px 0;
}

.hero-collage {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  margin-bottom: 2rem;
}

.collage-img {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease;
  z-index: 1;
}

.collage-img.active {
  opacity: 1;
  z-index: 2;
}

#hero h1 {
    font-size: 4em;
    margin-bottom: 20px;
}

.subheadline {
    font-size: 1.2em;
    margin-bottom: 20px;
}

.hero-image {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
}

.incentive {
    font-size: 1.1em;
    color: #28a745;
}

/* CTA Button */
.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--ocean-blue, #1b6ca8);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 0.75rem 1.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s;
    cursor: pointer;
}

.cta-button:hover {
    background: var(--pacific-teal, #009ca6);
}

/* problem solution */

#problem {
    background: var(--white-color);
    
}

#problem .problem {
    margin: 40px 0;
    display: flex;
}

#problem img {
    width: 320px;
    height: 320px;
    margin-right: 20px;
    border-radius: 12px;
}

#problem .problem-text {
    flex: 1;
}

#problem h3 {
    text-align: start;
    margin-bottom: 40px;
}

#problem ul li {
    text-align: start;
    margin-bottom: 20px;
}

.cta-container {
    display: flex;
    align-items: center;
    justify-content: center;
}


/* What is Beacon Section */
#what-is-beacon {
    background: #f8f8f8;
    padding: 60px 20px;
}

#what-is-beacon h2 {
    text-align: center;
    margin-bottom: 40px;
}

.beacon-sub-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px auto;
}

#what-is-beacon .cta-container {
    align-items: center;
    justify-content: center;
}

#what-is-beacon .cta-button {
    /* padding: 24px 20px; */
    margin: 40px 0 60px 0;
    align-items: center;
    justify-content: center;
}

#what-is-beacon img {
    max-width: 100%;
    height: auto;
}

#what-is-beacon p {
    margin-bottom: 20px;
    font-size: larger;
}

#what-is-beacon i {
    font-size: 2em;
    /* color: var(--pacific-teal); */
    margin-right: 12px;
}

#what-is-beacon h3 {
    font-size: 2.5em;
    margin: 20px 0;
}

/* Flex Container */
.flex-container {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}

.card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: box-shadow 0.2s, transform 0.2s;
}

.card:hover {
    box-shadow: 0 6px 24px rgba(27,108,168,0.12);
    transform: translateY(-4px) scale(1.02);
}

.card img {
    width: 100%;
    max-width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
    margin-bottom: 1rem;
}


/* Pricing Section */
#pricing {
    padding: 60px 20px;
}

#pricing h2 {
    text-align: center;
    margin-bottom: 40px;
}

.pricing-card {
    text-align: center;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: box-shadow 0.2s, transform 0.2s;
}

.pricing-card:hover {
    box-shadow: 0 6px 24px rgba(27,108,168,0.12);
    transform: translateY(-4px) scale(1.02);
}

.pricing-card h3 {
    font-size: 2.2em;
    margin: 12px 0 24px 0;
    color: var(--primary-color);
}

.pricing-card p {
    margin-bottom: 10px;
    text-align: start;
}

.pricing-card .details {
    font-weight: 800;
    /* color: var(--pacific-teal); */
    font-size: x-large;
    margin: 24px 0 20px 0;
}

.pricing-card ul {
    margin: 20px 0;
}

.pricing-card ul li {
    text-align: start;
    margin-bottom: 16px;
}

.pricing-card ul li .benefit-container {
    display: flex;
    align-items: center;
}

.pricing-card ul li i {
    font-size: xx-large;
    margin-right: 20px;
    color: var(--primary-color);
}

.pricing-card .price-div {
    margin: 24px 0 40px 0;
}

.pricing-card .price-div p {
    justify-content: center;
    align-items: center;
    text-align: center;
}

.pricing-card .price-div .monthly-price-strike {
    font-size: 1.2em;
    color: #999;
    text-decoration: line-through;
}

.pricing-card .price-div .monthly-price {
    font-size: 2em;
    color: var(--primary-color);
    font-weight: bold;
 }

 .pricing-card a.disabled {
  pointer-events: none;
  cursor: default;
  background-color: var(--font-color);
}

.pricing-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.pricing-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  padding: 2rem 1.5rem;
  max-width: 340px;
  min-width: 260px;
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: box-shadow 0.2s, transform 0.2s;
}

.pricing-card:hover {
  box-shadow: 0 6px 24px rgba(27,108,168,0.12);
  transform: translateY(-4px) scale(1.02);
}

.pricing-features {
  list-style: none;
  padding: 0;
  margin: 1rem 0 1.5rem 0;
}

.pricing-features li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 12px;
  color: var(--slate-gray);
  margin-bottom: 0.75rem;
}

.pricing-features i {
  color: var(--ocean-blue);
  font-size: 1.2rem;
}

@media screen and (max-width: 900px) {
  .pricing-grid {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
  .pricing-card {
    width: 100%;
    max-width: 400px;
  }
}

/* san diego market */

#san-diego-market .big-number {
    font-size: 3em;
    color: var(--primary-color);
    font-weight: bold;
}

#san-diego-market .description {
    /* font-size: 1.2em; */
    font-weight: bold;
    margin: 12px 0;  
}

/* Responsive grid for San Diego Market section */
#san-diego-market .flex-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 100%;
  gap: 2rem;
  justify-items: center;
  align-items: stretch;
}

#san-diego-market .card {
  width: 100%;
  max-width: 320px;
  min-width: 0;
  margin-bottom: 0;
  align-items: flex-start;
}

@media (max-width: 1200px) {
  #san-diego-market .flex-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  #san-diego-market .flex-container {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

/* Benefits Section */
#benefits {
    background: var(--white-color);
    padding: 60px 20px;
}

#benefits ul {
    list-style: none;
    max-width: 600px;
    margin: 0 auto;
}

#benefits li {
    margin-bottom: 20px;
    font-size: 12px;
}

#benefits li strong {
    color: var(--primary-color);
}

/* How It Works Section */
#how-it-works {
    padding: 60px 20px;
}

#how-it-works ol {
    max-width: 600px;
    margin: 0 auto;
    list-style-position: inside;
}

#how-it-works li {
    margin-bottom: 20px;
    font-size: larger;
}

#how-it-works li strong {
    color: var(--primary-color);
}

.how-it-works-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  margin: 2.5rem 0 1.5rem 0;
}

.how-step {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  padding: 2rem 1.5rem;
  flex: 1 1 250px;
  min-width: 220px;
  max-width: 340px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: box-shadow 0.2s, transform 0.2s;
}

.how-step:hover {
  box-shadow: 0 6px 24px rgba(27,108,168,0.12);
  transform: translateY(-4px) scale(1.02);
}

.how-icon {
  font-size: 2.5rem;
  color: var(--ocean-blue);
  margin-bottom: 1rem;
}

.how-content h4 {
  font-family: var(--heading-font);
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
  color: var(--ocean-blue);
}

.how-content p {
  font-size: 1rem;
  color: var(--slate-gray);
}

.how-cta {
  text-align: center;
  margin-top: 2rem;
}

@media screen and (max-width: 900px) {
  .how-it-works-steps {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
  .how-step {
    width: 100%;
    max-width: 400px;
  }
}

/* Sign-Up Form Section */
#signup {
    background: #fff;
    padding: 60px 20px;
}

#signup p {
 
    margin-bottom: 20px;
}

form {
    max-width: 600px;
    margin: 0 auto;
}

form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

form label span {
    color: #dc3545;
}

form input,
form select,
form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

form textarea {
    height: 100px;
}

form button {
    background: #28a745;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

form button:hover {
    background: #218838;
}

/* Marketing Comparison Section - Addition to existing beacon.css */

/* Marketing Comparison Section */
#marketing-comparison {
  background: var(--white-color);
  padding: 60px 20px;
}

.section-intro {
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: center;
  margin: 0 auto 3rem;
  color: var(--font-color);
}

/* Tab Navigation */
.comparison-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
  padding: 0 1rem;
}

.tab-button {
  background: white;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  padding: 0.75rem 1.5rem;
  border-radius: 25px;
  font-family: var(--heading-font);
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.tab-button:hover {
  background: var(--pacific-teal);
  border: 2px solid var(--white-color);
  color: white;
  transform: translateY(-2px);
}

.tab-button.active {
  background: var(--pacific-teal);
  color: white;
  border: 2px solid var(--white-color);
  box-shadow: 0 4px 12px rgba(27, 108, 168, 0.3);
}

/* Comparison Content */
.comparison-content {
  display: none;
  background: white;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
  border: 1px solid var(--pacific-teal);
}

.comparison-content.active {
  display: block;
  animation: fadeInUp 0.5s ease;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.comparison-header {
  text-align: center;
  margin-bottom: 2rem;
}

.comparison-header h3 {
  font-size: 1.8rem;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.vs-text {
  color: var(--accent-color);
}

.comparison-subtitle {
  color: var(--font-color);
  font-style: italic;
  font-size: 1.1rem;
}

/* Comparison Grid */
.comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

.advantage-column,
.traditional-column {
  padding: 1.5rem;
  border-radius: 12px;
}

.advantage-column {
  background: linear-gradient(135deg, #EFF8FF 0%, #F0F7FF 100%);
  border: 2px solid var(--pacific-teal);
}

.traditional-column {
  background: linear-gradient(135deg, #FEF2F2 0%, #FEF7F7 100%);
  border: 2px solid #F87171;
}

.advantage-column h4,
.traditional-column h4 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: var(--primary-color);
}

.traditional-column h4 {
  color: #DC2626;
}

.advantage-column h4 i {
  color: var(--pacific-teal);
  font-size: 1.4rem;
}

.traditional-column h4 i {
  color: #F87171;
  font-size: 1.4rem;
}

/* Lists */
.advantage-list,
.disadvantage-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.advantage-list li,
.disadvantage-list li {
  position: relative;
  padding: 0.75rem 0 0.75rem 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 1.5;
}

.advantage-list li:last-child,
.disadvantage-list li:last-child {
  border-bottom: none;
}

.advantage-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.75rem;
  color: var(--pacific-teal);
  font-weight: bold;
  font-size: 1.1rem;
}

.disadvantage-list li::before {
  content: "✗";
  position: absolute;
  left: 0;
  top: 0.75rem;
  color: #F87171;
  font-weight: bold;
  font-size: 1.1rem;
}

.advantage-list li strong {
  color: var(--primary-color);
  font-weight: 600;
}

/* Industry Example */
.industry-example {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: linear-gradient(135deg, #FFF8F5 0%, #FEFCFB 100%);
  border: 2px solid var(--accent-color);
  border-radius: 12px;
  padding: 1.5rem;
  margin-top: 1.5rem;
}

.example-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: var(--accent-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
}

.example-content h5 {
  color: var(--accent-color);
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  font-family: var(--heading-font);
}

.example-content p {
  color: var(--font-color);
  line-height: 1.6;
  margin: 0;
}

/* Strategic Advantages */
.strategic-advantages {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  margin: 3rem 0;
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--pacific-teal); */
}

.strategic-advantages h3 {
  text-align: center;
  /* color: var(--primary-color); */
  font-size: 2rem;
  margin-bottom: 2rem;
}

.advantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.advantage-card {
  background: linear-gradient(135deg, #F0F7FF 0%, #EFF8FF 100%);
  border: 2px solid var(--pacific-teal);
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.advantage-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,169,165,0.2);
}

.advantage-card i {
  font-size: 2.5rem;
  color: var(--pacific-teal);
  margin-bottom: 1rem;
}

.advantage-card h4 {
  color: var(--primary-color);
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

.advantage-card ul {
  list-style: none;
  padding: 0;
  text-align: left;
}

.advantage-card li {
  padding: 0.5rem 0;
  /* border-bottom: 1px solid rgba(27, 108, 168, 0.1); */
  color: var(--font-color);
}

.advantage-card li:last-child {
  border-bottom: none;
}

/* CTA Section */
.cta-section {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--pacific-teal) 100%);
  color: white;
  text-align: center;
  padding: 3rem 2rem;
  /* border-radius: 16px; */
  margin-top: 3rem;
}

.cta-section h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: white;
}

.cta-section p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.cta-section a {
    color: var(--pacific-teal);
    background-color: var(--white-color);
    border-color: var(--pacific-teal);
    box-shadow: 0 8px 25px rgba(0, 169, 165, 0.2);
}

/* Mobile Responsive */
@media (max-width: 1200px) {
  .comparison-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  #marketing-comparison {
    padding: 40px 20px;
  }
  
  
  .section-intro {
    font-size: 1.1rem;
    padding: 0 1rem;
  }
  
  .comparison-tabs {
    flex-direction: column;
    align-items: center;
  }
  
  .tab-button {
    width: 100%;
    max-width: 280px;
    margin-bottom: 0.5rem;
  }
  
  .comparison-content {
    padding: 1.5rem;
  }
  
  .comparison-header h3 {
    font-size: 1.5rem;
  }
  
  .industry-example {
    flex-direction: column;
    text-align: center;
  }
  
  .example-icon {
    align-self: center;
  }
  
  .advantages-grid {
    grid-template-columns: 1fr;
  }
  
  .cta-section {
    padding: 2rem 1rem;
  }
  
  .cta-section h3 {
    font-size: 1.5rem;
  }
}

/* FAQ Section */
#faq {
    margin: 60px auto 40px auto;
    padding: 0 1rem;
}
#faq h2 {
  text-align: center;
  margin-bottom: 2rem;
  color: var(--primary-color, #1b6ca8);
}

.faq-list {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.faq-item {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
  transition: none;
}

.faq-question {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 20px auto;
  text-align: left;
  background: none;
  border: none;
  outline: none;
  font-size: 1.13rem;
  font-weight: 600;
  color: var(--font-color, #333);
  padding: 1.2rem 0;
  cursor: pointer;
  transition: background 0.2s;
  display: block;
}

.faq-question[aria-expanded="true"] {
  background: none;
}

.faq-answer {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 0 1.2rem 0;
  color: var(--font-color);
  font-size: 1rem;
  line-height: 1.6;
  animation: fadeInFaq 0.3s;
}

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

@media (max-width: 700px) {
  .faq-list, .faq-item, .faq-question, .faq-answer {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .faq-question {
    font-size: 1rem;
    padding: 1rem 0;
  }
  .faq-answer {
    padding: 0 0 1rem 0;
  }
}

.faq-answer:focus, .faq-answer:active {
  outline: none;
  background: none;
  box-shadow: none;
}


/* Footer */

footer a:hover {
    text-decoration: underline;
}



/* Responsive Design */

@media (max-width: 1200px) {
    .hide-mobile {
        display: none;
    }

    .show-mobile {
        display: block;
    }

    #problem .problem {
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    }

    #problem img {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    #hero h1 {
        font-size: 2em;
    }

    .subheadline {
        font-size: 1em;
    }

    .flex-container {
        flex-direction: column;
        align-items: center;
        flex-grow: .5;
    }

    .card {
        max-width: 100%;
    } 
}

/* Section padding */
section {
  padding: 4rem 0;
}

/* Section titles */
.section-title, section > h2 {
  font-family: var(--heading-font, 'Source Serif Pro', serif);
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}

/* Card styles */
.card, .pricing-card, .advantage-card, .faq-item {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  padding: 2rem 1.5rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: box-shadow 0.2s, transform 0.2s;
}

.card:hover, .pricing-card:hover, .advantage-card:hover {
  box-shadow: 0 6px 24px rgba(27,108,168,0.12);
  transform: translateY(-4px) scale(1.02);
}

/* Card images */
.card img, .pricing-card img, .advantage-card img {
  width: 100%;
  max-width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
  margin-bottom: 1rem;
}

/* Collage images */
.hero-collage {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  margin-bottom: 2rem;
}
.collage-img {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease;
  z-index: 1;
  border-radius: 16px;
}
.collage-img.active {
  opacity: 1;
  z-index: 2;
}

/* Flex/grid containers */
.flex-container, .advantages-grid, .how-it-works-steps, .pricing-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

/* Responsive cards */
@media (max-width: 900px) {
  .flex-container, .advantages-grid, .how-it-works-steps, .pricing-grid {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
  .card, .pricing-card, .advantage-card {
    width: 100%;
    max-width: 400px;
  }
}

/* FAQ and CTA section alignment */
.faq-item, .cta-section .container-sm {
  margin: 0 auto 2rem auto;
  max-width: 600px;
}

/* Icon alignment in lists */
ul li i {
  margin-right: 0.5rem;
  color: var(--ocean-blue, #1b6ca8);
}

/* Accessibility: Skip to content link */
.skip-to-content {
  position: absolute;
  left: -999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: 1000;
  background: #fff;
  color: #005fa3;
  padding: 0.75em 1.5em;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  font-weight: bold;
  transition: left 0.2s;
}
.skip-to-content:focus {
  left: 16px;
  top: 16px;
  width: auto;
  height: auto;
  outline: 2px solid #005fa3;
  outline-offset: 2px;
}

/* Accessibility: Focus states for buttons and links */
button:focus, .cta-button:focus, a:focus {
  outline: 2px solid #005fa3;
  outline-offset: 2px;
  box-shadow: 0 0 0 2px #b3e0ff;
}

/* Ensure tab buttons have visible focus */
.tab-button:focus {
  outline: 2px solid #005fa3;
  outline-offset: 2px;
  background: #e6f4ff;
}

/* Testimonials Section */
#testimonials {
  margin: 60px auto 40px auto;
  padding: 0 1rem;
  text-align: center;
}

.testimonial-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5rem;
  justify-items: center;
  align-items: stretch;
}
.testimonial {
  background: #fff;
  border-left: 5px solid var(--pacific-teal, #1b6ca8);
  box-shadow: 0 2px 8px rgba(27,108,168,0.08);
  border-radius: 12px;
  padding: 2.2rem 1.7rem 1.7rem 1.7rem;
  margin: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 220px;
  max-width: 420px;
  width: 100%;
}
.testimonial-quote {
  font-size: 1.13rem;
  font-style: italic;
  color: var(--font-color, #222);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.testimonial footer {
  font-size: 1rem;
  color: #555;
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1em;
  align-items: center;
}
.testimonial-author {
  font-weight: bold;
  color: var(--primary-color, #1b6ca8);
}
.testimonial-area {
  color: var(--pacific-teal, #009ca6);
}
.testimonial-type {
  color: #888;
  font-style: italic;
}
@media (max-width: 900px) {
  .testimonial-list {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
}
@media (max-width: 600px) {
  .testimonial-list {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
  .testimonial {
    max-width: 100%;
    padding: 1.3rem 1rem 1rem 1rem;
  }
}

.faq-question:focus {
  outline: none;
  background: none;
  text-decoration: underline;
  
}