/*
Theme Name: Wings
Theme URI:
Author: Wings Care
Description: NDIS disability support services theme
Version: 1.0.0
*/

/* ══════════════════════════════════════════
   CSS CUSTOM PROPERTIES (overridden by Customizer via inline style)
══════════════════════════════════════════ */

:root {
  --primary-color:      #2D6A2D;
  --secondary-color:    #409A4D;
  --accent-color:       #C9A227;
  --accent-deep:        #4B3A00;
  --accent-light:       #F0C84A;
  --text-color:         #555555;
  --bg-color:           #ffffff;
  --heading-color:      #1A3A1A;
  --border-color:       #E8E8E8;
  --header-bg-color:    #ffffff;
  --header-text-color:  #1A3A1A;
  --footer-bg-color:    #E6F4E6;
  --footer-text-color:  #555555;
  --body-font:          'Poppins', Arial, Helvetica, sans-serif;
  --heading-font:       'Poppins', Arial, Helvetica, sans-serif;
  --base-font-size:     16px;
  --base-line-height:   1.6;
}

/* ══════════════════════════════════════════
   GLOBAL STYLES (extracted from HTML <style> tags)
══════════════════════════════════════════ */

* { font-family: var(--body-font); }

/* ── Typography scale — !important to override Tailwind preflight ── */
h1 {
  font-size: 72px !important;
  line-height: 72px !important;
  font-weight: 600 !important;
  color: #1A3A1A !important;
  font-family: var(--heading-font) !important;
}
h2 {
  font-size: 40px !important;
  line-height: 48px !important;
  font-weight: 600 !important;
  color: #1A3A1A !important;
  font-family: var(--heading-font) !important;
}
h3 {
  font-size: 24px !important;
  line-height: 32px !important;
  font-weight: 600 !important;
  color: #1A3A1A !important;
  font-family: var(--heading-font) !important;
}
h4 {
  font-size: 20px !important;
  line-height: 28px !important;
  font-weight: 600 !important;
  color: #1A3A1A !important;
  font-family: var(--heading-font) !important;
}
/* Body text — main content paragraphs */
main p { font-size: 18px !important; line-height: 34px !important; font-weight: 400 !important; }

/* Tablet (max 1024px) */
@media (max-width: 1024px) {
  h1 { font-size: 52px !important; line-height: 58px !important; }
  h2 { font-size: 32px !important; line-height: 40px !important; }
  h3 { font-size: 22px !important; line-height: 30px !important; }
  main p { font-size: 17px !important; line-height: 30px !important; }
}
/* Mobile (max 768px) */
@media (max-width: 768px) {
  h1 { font-size: 38px !important; line-height: 44px !important; }
  h2 { font-size: 26px !important; line-height: 34px !important; }
  h3 { font-size: 20px !important; line-height: 28px !important; }
  h4 { font-size: 18px !important; line-height: 26px !important; }
  main p { font-size: 16px !important; line-height: 28px !important; }
}
/* Small mobile (max 480px) */
@media (max-width: 480px) {
  h1 { font-size: 32px !important; line-height: 38px !important; }
  h2 { font-size: 24px !important; line-height: 32px !important; }
}

/* ── Wide container strategy ── */
body { overflow-x: hidden; }
.site-container {
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  width: 100%;
}
.footer-logo-img {
  display: block;
  width: auto;
  height: var(--footer-logo-height, 48px);
  object-fit: contain;
}
.footer-additional-logo-wrap {
  margin-top: 18px;
}
.footer-additional-logo-img {
  display: block;
  width: auto;
  height: var(--footer-additional-logo-height, 60px);
  object-fit: contain;
}
[data-component="footer"] p,
[data-component="footer"] a,
[data-component="footer"] span,
[data-component="footer"] li {
  font-size: 16px !important;
}
.footer-bottom-links {
  flex-wrap: wrap;
  justify-content: center;
}
.footer-bottom-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  color: var(--primary-color);
  background: color-mix(in srgb, var(--primary-color) 10%, transparent);
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}
.footer-bottom-social:hover {
  color: var(--accent-deep, #4B3A00);
  background: var(--accent-color);
  transform: translateY(-1px);
}
.header-logo-link {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.header-logo-img {
  display: block;
  width: auto;
  height: var(--header-logo-height-mobile, 44px);
  max-width: min(220px, 58vw);
  object-fit: contain;
}
@media (min-width: 1024px) {
  .header-logo-img {
    height: var(--header-logo-height-desktop, 52px);
    max-width: 260px;
  }
}
@media (min-width: 481px) {
  .site-container { padding-left: 24px; padding-right: 24px; }
}
@media (min-width: 769px) {
  .site-container { padding-left: 40px; padding-right: 40px; }
}
@media (min-width: 1025px) {
  .site-container { padding-left: 60px; padding-right: 60px; }
}
@media (min-width: 1400px) {
  .site-container { padding-left: 80px; padding-right: 80px; }
}
@media (max-width: 480px) {
  .site-container { padding-left: 16px; padding-right: 16px; }
}

/* ── Navbar ── */
#navbar { border-bottom: 1.5px solid #E8E8E8; }
.services-dropdown {
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  z-index: 60;
  width: 320px;
  max-height: 70vh;
  overflow-y: auto;
  transform: translateX(-50%);
  border: 1px solid color-mix(in srgb, var(--primary-color) 14%, white);
  border-radius: 18px;
  background: #fff;
  padding: 12px;
  box-shadow: 0 18px 44px rgba(0,0,0,0.10);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}
.services-dropdown::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
  height: 18px;
}
.services-dropdown__link {
  display: block;
  border-radius: 12px;
  padding: 12px 14px;
  color: var(--text-color);
  font-size: 14px;
  line-height: 1.35;
  transition: background .2s ease, color .2s ease;
}
.services-dropdown__link:hover,
.services-dropdown__link:focus {
  background: color-mix(in srgb, var(--primary-color) 9%, white);
  color: var(--primary-color);
}

/* ── Report Forms ── */
.report-form-card {
  max-width: 1120px;
  margin: 0 auto;
  border: 1px solid color-mix(in srgb, var(--primary-color) 14%, white);
  border-radius: 26px;
  background: #fff;
  padding: clamp(20px, 3vw, 40px);
  box-shadow: 0 18px 48px rgba(0,0,0,0.07);
}
.report-form-card .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.report-form-card p {
  margin: 0;
}
.report-form-card br {
  display: none;
}
.report-form-grid > p,
.report-form-section > p {
  display: contents;
}
.report-form-section {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.report-form-section__title {
  margin: 0;
  border-bottom: 1px solid #E9E9E2;
  padding-bottom: 10px;
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 700;
}
.report-form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (min-width: 768px) {
  .report-form-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .report-form-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.report-form-full {
  grid-column: 1 / -1;
}
.report-form-card label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: var(--heading-color);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .03em;
}
.report-form-card input[type="text"],
.report-form-card input[type="email"],
.report-form-card input[type="tel"],
.report-form-card input[type="date"],
.report-form-card input[type="number"],
.report-form-card select,
.report-form-card textarea {
  width: 100%;
  border: 1px solid color-mix(in srgb, var(--primary-color) 24%, #D8D8D0);
  border-radius: 12px;
  background: #FAFAF8;
  padding: 10px 12px;
  color: var(--text-color);
  font-size: 15px;
  font-weight: 500;
  outline: none;
  transition: border-color .2s ease, background .2s ease;
}
.report-form-card textarea {
  min-height: 96px;
  max-height: 200px;
  resize: vertical;
}
.report-form-card input:focus,
.report-form-card select:focus,
.report-form-card textarea:focus {
  border-color: var(--primary-color);
  background: #fff;
}
.report-form-card .wpcf7-checkbox,
.report-form-card .wpcf7-radio {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px 18px;
}
.report-form-card .wpcf7-list-item {
  margin: 0;
}
.report-form-card .wpcf7-list-item label {
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
}
.report-form-card .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(260px, 100%);
  border: 0;
  border-radius: 999px;
  background: var(--primary-color);
  padding: 15px 28px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}

/* ── Home Appointment CF7 ── */
#appointment .wpcf7 {
  max-width: 520px;
}
#appointment .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
#appointment .wpcf7-form p {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0;
}
#appointment .wpcf7-form br {
  display: none;
}
#appointment .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
#appointment input[type="text"],
#appointment input[type="email"],
#appointment input[type="tel"],
#appointment select,
#appointment textarea {
  width: 100%;
  border: 1px solid color-mix(in srgb, var(--primary-color) 18%, #E4E1D8);
  border-radius: 14px;
  background: #fff;
  padding: 14px 16px;
  color: var(--heading-color);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  outline: none;
  box-shadow: 0 8px 24px rgba(0,0,0,0.035);
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
#appointment textarea {
  min-height: 150px;
  max-height: 220px;
  resize: vertical;
}
#appointment input:focus,
#appointment select:focus,
#appointment textarea:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-color) 13%, transparent);
}
#appointment .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 190px;
  border: 0;
  border-radius: 999px;
  background: var(--primary-color);
  color: #fff;
  padding: 14px 28px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: none;
}
#appointment .wpcf7-submit:hover,
#appointment .wpcf7-submit:focus {
  background: color-mix(in srgb, var(--primary-color) 82%, #000);
}
#appointment .wpcf7-spinner {
  margin: 0 0 0 10px;
}
#appointment .wpcf7-response-output {
  margin: 0;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 14px;
}

/* ── Service Single ── */
.service-why-card {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  background: color-mix(in srgb, var(--primary-color) 12%, white);
  padding: clamp(28px, 5vw, 72px);
}
.service-why-card::before {
  content: "";
  position: absolute;
  right: -90px;
  top: -90px;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: var(--primary-color);
  opacity: .12;
  pointer-events: none;
}
.service-why-card::after {
  content: "";
  position: absolute;
  right: 8%;
  bottom: -90px;
  width: 360px;
  height: 180px;
  border-radius: 999px;
  background: var(--accent-color);
  opacity: .16;
  pointer-events: none;
}
.service-why-content,
.service-why-image {
  position: relative;
  z-index: 1;
}
.service-why-content ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-why-content li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--text-color);
  font-size: 18px;
  line-height: 1.55;
}
.service-why-content li::before {
  content: "\f00c";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--primary-color) 12%, white);
  color: var(--primary-color);
  font-family: "Font Awesome 6 Free";
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  margin-top: 1px;
}
.service-ndis-card {
  border-radius: 28px;
  background: color-mix(in srgb, var(--accent-color) 18%, white);
  padding: clamp(26px, 4vw, 52px);
}
.service-ndis-card p {
  max-width: 900px;
  margin: 0;
  color: var(--text-color);
  font-size: 18px;
  line-height: 1.85;
}
.prose h2 + ul {
  margin-top: 16px;
}
.prose ul {
  margin-bottom: 28px;
}
.service-difference-icon-img {
  width: 68px;
  height: 68px;
  object-fit: contain;
}

/* ── Hero ── */
.hero-rect { border-radius: 20px; overflow: hidden; }
.hero-circle {
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #fff;
  position: absolute;
  bottom: -16px;
  left: -24px;
  z-index: 10;
}

/* ── Buttons ── */
.btn-primary {
  background: #C9A227;
  color: #4B3A00;
  border-radius: 50px;
  padding: 14px 30px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .6px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background .2s, transform .2s;
  white-space: nowrap;
}
.btn-primary:hover { background: #F0C84A; transform: translateY(-1px); }

.btn-outline {
  background: transparent;
  color: #2D6A2D;
  border: 2px solid #2D6A2D;
  border-radius: 50px;
  padding: 12px 28px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .6px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all .2s;
  white-space: nowrap;
}
.btn-outline:hover { background: #2D6A2D; color: #fff; }

/* ── Section label ── */
.section-label {
  color: #C9A227;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 12px;
}

/* ── Service card (Swiper) ── */
.service-card {
  background: #E6F4E6;
  border-radius: 20px;
  overflow: hidden;
}
.service-card__img-wrap {
  border-radius: 20px;
  overflow: hidden;
  margin: 0;
}
.service-card__img { width: 100%; height: 340px; object-fit: cover; display: block; border-radius: 20px; }
.service-card__body {
  background: #E6F4E6;
  padding: 26px 20px 32px;
  text-align: center;
}
.service-card__title {
  color: #2D6A2D;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 12px;
}
.service-card__desc {
  color: #555555;
  font-size: 14px;
  line-height: 1.75;
}

/* ── Swiper overrides ── */
.swiper-button-next,
.swiper-button-prev {
  color: #2D6A2D !important;
  background: #fff;
  width: 44px !important;
  height: 44px !important;
  border-radius: 50%;
  box-shadow: 0 2px 12px rgba(0,0,0,0.14);
}
.swiper-button-next::after,
.swiper-button-prev::after { font-size: 13px !important; font-weight: 800; }
.swiper-pagination-bullet-active { background: #C9A227 !important; }

/* ── FAQ ── */
.faq-item {
  background: #E6F4E6;
  border-radius: 50px;
  overflow: hidden;
  transition: border-radius .3s;
}
.faq-item.is-open { border-radius: 24px; }
.faq-question {
  font-size: 18px !important;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
}
.faq-plus-icon {
  font-size: 22px;
  color: #000;
  flex-shrink: 0;
}
.faq-body { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-body.open { max-height: 400px; }
.faq-icon { transition: transform .3s; }
.faq-icon.open { transform: rotate(45deg); }

/* ── Scroll top ── */
#scroll-top {
  position: fixed; bottom: 24px; right: 24px;
  width: 44px; height: 44px; background: #2D6A2D; color: #fff;
  border-radius: 50%; border: none; cursor: pointer; z-index: 999;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none;
  transition: opacity .3s, transform .2s;
  box-shadow: 0 4px 14px rgba(42,87,38,.4);
}
#scroll-top.show { opacity: 1; pointer-events: auto; }
#scroll-top:hover { transform: translateY(-3px); }

/* ── Why / Commitment section ── */
.commitment-desc {
  max-width: 900px;
  margin: 0 auto;
  color: #555555;
  font-size: 18px;
  line-height: 34px;
}
.commitment-title {
  color: #2D6A2D !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 28px !important;
  margin-bottom: 12px;
}
.commitment-text {
  color: #555555;
  font-size: 18px;
  line-height: 34px;
  text-align: center;
}

/* ── Nav link ── */
.nav-link { position: relative; transition: color .2s; }
.nav-link::after { content:''; position:absolute; bottom:-3px; left:0; width:0; height:2px; background:#2D6A2D; transition:width .3s; }
.nav-link:hover { color: #2D6A2D; }
.nav-link:hover::after { width: 100%; }

/* ── Value card ── */
.value-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.value-icon-wrap {
  width: 60px;
  height: 60px;
  background: #E6F4E6;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  flex-shrink: 0;
}

/* ── Team card ── */
.team-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07);
  transition: transform .3s, box-shadow .3s;
}
.team-card:hover { transform: translateY(-4px); box-shadow: 0 8px 30px rgba(0,0,0,0.12); }

/* ── Contact info card ── */
.info-card { background: #E6F4E6; border-radius: 20px; padding: 32px 28px; display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.info-icon { width: 52px; height: 52px; background: #2D6A2D; border-radius: 14px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 20px; flex-shrink: 0; }
input, textarea, select { font-family: var(--body-font) !important; }

/* ── Contact page CF7 ── */
.contact-page-section .cf7-wrapper {
  max-width: 680px;
  margin: 0 auto;
}
.contact-page-section .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.contact-page-section .wpcf7-form p {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0;
}
.contact-page-section .wpcf7-form br {
  display: none;
}
.contact-page-section .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.contact-page-section input[type="text"],
.contact-page-section input[type="email"],
.contact-page-section input[type="tel"],
.contact-page-section select,
.contact-page-section textarea {
  display: block;
  width: 100%;
  min-height: 52px;
  border: 1px solid color-mix(in srgb, var(--primary-color) 18%, #E4E1D8);
  border-radius: 14px;
  background: #fff;
  padding: 13px 16px;
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  outline: none;
  box-shadow: 0 8px 24px rgba(0,0,0,0.035);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.contact-page-section textarea {
  min-height: 160px;
  max-height: 200px;
  resize: vertical;
}
.contact-page-section input:focus,
.contact-page-section select:focus,
.contact-page-section textarea:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-color) 13%, transparent);
}
.contact-page-section .wpcf7-submit {
  width: fit-content;
  min-width: 190px;
  border: 0;
  border-radius: 999px;
  background: var(--primary-color);
  padding: 15px 28px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color .2s ease, transform .2s ease;
}
.contact-page-section .wpcf7-submit:hover,
.contact-page-section .wpcf7-submit:focus {
  background: color-mix(in srgb, var(--primary-color) 82%, #000);
  transform: translateY(-1px);
}
.contact-page-section .wpcf7-spinner {
  margin: 0 0 0 10px;
}
.contact-page-section .wpcf7-response-output {
  margin: 0;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 14px;
}

/* ── Star Rating (feedback) ── */
.star-group { display: flex; gap: 8px; flex-direction: row-reverse; justify-content: flex-end; }
.star-group input[type="radio"] { display: none; }
.star-group label {
  font-size: 36px;
  color: #D1D5DB;
  cursor: pointer;
  transition: color .15s, transform .15s;
  line-height: 1;
}
.star-group label:hover,
.star-group label:hover ~ label,
.star-group input[type="radio"]:checked ~ label {
  color: #C9A227;
}
.star-group label:hover { transform: scale(1.15); }

/* ── Chip group (feedback) ── */
.chip-group { display: flex; flex-wrap: wrap; gap: 10px; }
.chip-label { cursor: pointer; }
.chip-label input[type="checkbox"] { display: none; }
.chip-label span {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  border: 2px solid #E0EEE0;
  font-size: 13px;
  font-weight: 600;
  color: #555555;
  background: #fff;
  transition: all .2s;
}
.chip-label input[type="checkbox"]:checked + span {
  background: #2D6A2D;
  border-color: #2D6A2D;
  color: #fff;
}
.chip-label:hover span { border-color: #2D6A2D; color: #2D6A2D; }

/* ── Success state ── */
#success-msg { display: none; }
#success-msg.show { display: flex; }

/* ── Terms-specific ── */
.terms-section { border-top: 1.5px solid #E8EEE8; padding-top: 40px; margin-top: 40px; }
.terms-section:first-of-type { border-top: none; padding-top: 0; margin-top: 0; }
.terms-body h3 { margin-bottom: 16px; }
.terms-body p { margin-bottom: 16px; }
.terms-body ul { list-style: disc; padding-left: 24px; margin-bottom: 16px; }
.terms-body ul li { font-size: 16px; line-height: 28px; color: #555555; margin-bottom: 6px; }
.tab-btn { padding: 12px 28px; border-radius: 50px; font-size: 14px; font-weight: 600; cursor: pointer; border: 2px solid transparent; transition: all .2s; }
.tab-btn.active { background: #2D6A2D; color: #fff; }
.tab-btn:not(.active) { background: #E6F4E6; color: #2D6A2D; }
.tab-btn:not(.active):hover { background: #d0e8d0; }
.tab-panel { display: none; }
.tab-panel.active { display: block; }

/* ── Travel & Transport ── */
.hero-img-wrap {
  border-radius: 24px;
  overflow: hidden;
}
.example-card {
  background: #F4F9F4;
  border: 1.5px solid #E0EEE0;
  border-radius: 16px;
  padding: 24px 28px;
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}
.diff-icon {
  width: 60px;
  height: 60px;
  background: #E6F4E6;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.diff-icon--plain {
  width: auto;
  height: auto;
  background: transparent;
  border-radius: 0;
}

/* ── Get Started / Join Team responsive ── */
@media (max-width: 1024px) {
  #get-started .relative.bg-\[\#E6F4E6\],
  #join-team .relative.bg-\[\#E6F4E6\] {
    padding: 40px 32px !important;
  }
}
@media (max-width: 768px) {
  #get-started .relative.bg-\[\#E6F4E6\],
  #join-team .relative.bg-\[\#E6F4E6\] {
    padding: 32px 20px !important;
  }
}
