:root {
        --ist-green: #0f3f34;
        --ist-green-dark: #0a2b25;
        --ist-orange: #f5a425;
        --ist-red: #a12c2f;
        --ist-soft: #f5f7f1;
        --ist-text: #1f272b;
      }

      .main-nav .logo {
        display: flex !important;
        align-items: center;
        letter-spacing: 0;
      }

      .main-nav .logo img {
        max-height: 74px;
        width: auto;
        vertical-align: middle;
      }

      .header-area .main-nav .nav li.desktop-call a {
        background: var(--ist-orange);
        color: #1f272b !important;
        border-radius: 22px;
        height: auto;
        line-height: 1.2;
        padding: 12px 18px !important;
        margin-top: 26px;
        font-weight: 800;
      }

      .header-area .main-nav .nav li.mobile-nav-cta {
        display: none;
      }

      .main-banner #bg-video {
        object-fit: cover;
        width: 100%;
        height: 100%;
        filter: saturate(0.92) contrast(1.05);
      }

      .main-banner .caption p {
        max-width: 820px;
        line-height: 1.9;
      }

      .hero-mini-list {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 24px;
      }

      .hero-mini-list span {
        display: inline-block;
        color: #ffffff;
        background: rgba(255,255,255,0.14);
        border: 1px solid rgba(255,255,255,0.24);
        border-radius: 40px;
        padding: 9px 16px;
        font-size: 13px;
        font-weight: 700;
      }

      body section.upcoming-meetings,
      body section.apply-now,
      body section.our-facts,
      body section.contact-us {
        background-image: none !important;
        background-repeat: no-repeat !important;
        background-attachment: scroll !important;
      }

      body section.upcoming-meetings {
        background-color: var(--ist-soft) !important;
        padding-top: 130px;
        padding-bottom: 110px;
      }

      body section.upcoming-meetings .section-heading h2 {
        color: var(--ist-text) !important;
      }

      body section.apply-now {
        background-color: var(--ist-green-dark) !important;
        padding-top: 120px;
        padding-bottom: 110px;
      }

      body section.our-courses {
        background-color: #ffffff !important;
        padding-top: 105px;
        padding-bottom: 110px;
      }

      body section.our-facts {
        background-color: #132923 !important;
        padding-top: 110px;
        padding-bottom: 110px;
      }

      body section.contact-us {
        background-color: #172027 !important;
        padding-top: 110px;
      }

      .meeting-item .thumb img,
      .owl-courses-item .item img,
      .video img,
      .footer-brand img {
        object-fit: cover;
      }

      .meeting-item .down-content p,
      .course-item p,
      .owl-courses-item .item .down-content p,
      .accordion-body .content p {
        color: #444444;
      }

      .meeting-item .down-content h4 {
        line-height: 1.35;
      }

      .main-button-red a,
      .main-button-yellow a {
        white-space: normal;
        text-align: center;
      }

      .content-lead {
        color: #ffffff;
        line-height: 1.9;
        margin-bottom: 24px;
      }

      .soft-panel {
        background: rgba(255,255,255,0.1);
        border: 1px solid rgba(255,255,255,0.14);
        border-radius: 20px;
        padding: 26px;
        margin-top: 22px;
      }

      .soft-panel h4 {
        color: #ffffff;
        font-size: 18px;
        font-weight: 800;
        margin-bottom: 10px;
      }

      .soft-panel p {
        color: rgba(255,255,255,0.86);
        line-height: 1.8;
        margin-bottom: 0;
      }

      .accordions {
        overflow: hidden;
        border-radius: 22px;
        background: #ffffff;
      }

      .accordions .accordion {
        margin: 0;
        border-bottom: 1px solid #e7e7e7;
      }

      .accordions .accordion.last-accordion {
        border-bottom: 0;
      }

      .accordions .accordion-head {
        min-height: 76px;
        padding: 22px 28px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
      }

      .accordions .accordion-head span:first-child {
        display: block;
        padding-right: 18px;
        font-size: 18px;
        line-height: 1.35;
        color: var(--ist-text);
        font-weight: 800;
      }

      .accordions .accordion-head .icon,
      .accordions .accordion-head .icon i {
        flex: 0 0 auto;
        color: var(--ist-text);
        transition: transform 0.25s ease, color 0.25s ease;
      }

      .accordions .accordion-body {
        display: none !important;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
        padding: 0 !important;
      }

      .accordions .accordion.open .accordion-body {
        display: block !important;
      }

      .accordions .accordion.open .accordion-head span:first-child,
      .accordions .accordion.open .accordion-head .icon,
      .accordions .accordion.open .accordion-head .icon i {
        color: var(--ist-orange) !important;
      }

      .accordions .accordion.open .accordion-head .icon i {
        transform: rotate(90deg);
      }

      .accordions .accordion-body .content {
        padding: 0 28px 28px 28px !important;
      }

      .accordions .accordion-body .content p {
        font-size: 15px;
        line-height: 1.85;
        margin: 0;
      }

      .pest-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 18px;
      }

      .pest-tags span {
        display: inline-block;
        border-radius: 999px;
        background: rgba(245,164,37,0.15);
        border: 1px solid rgba(245,164,37,0.35);
        color: #ffffff;
        padding: 9px 14px;
        font-size: 13px;
        font-weight: 700;
      }

      .district-columns {
        columns: 3;
        -webkit-columns: 3;
      }

      .district-columns li {
        break-inside: avoid;
        margin-bottom: 9px;
      }

      .legal-note {
        background: rgba(255,255,255,0.96);
        border-radius: 20px;
        padding: 26px;
        margin-bottom: 30px;
        min-height: 205px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
      }

      .legal-note h4 {
        color: var(--ist-text);
        font-size: 18px;
        font-weight: 800;
        margin-bottom: 10px;
      }

      .legal-note p {
        color: #4f4f4f;
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 0;
      }

      .contact-us .right-info ul li span a {
        color: #ffffff;
      }

      .footer-main {
        margin-top: 70px;
        padding: 48px 0 30px;
        border-top: 1px solid rgba(255,255,255,0.16);
      }

      .footer-grid {
        display: grid;
        grid-template-columns: 1.35fr 1fr 1fr 1fr;
        gap: 30px;
        align-items: start;
      }

      .footer-brand img {
        max-width: 190px;
        height: auto;
        margin-bottom: 18px;
      }

      .footer-main h4 {
        color: #ffffff;
        font-size: 17px;
        font-weight: 800;
        margin-bottom: 18px;
      }

      .footer-main p,
      .footer-main li,
      .footer-main a {
        color: rgba(255,255,255,0.78);
        font-size: 14px;
        line-height: 1.85;
      }

      .footer-main ul {
        margin: 0;
        padding: 0;
        list-style: none;
      }

      .footer-main li {
        margin-bottom: 8px;
      }

      .footer-main a:hover {
        color: var(--ist-orange);
      }

      .footer-cta {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 18px;
      }

      .footer-cta a {
        display: inline-block;
        border-radius: 26px;
        padding: 10px 14px;
        font-weight: 800;
        line-height: 1.2;
      }

      .footer-cta a:first-child {
        background: var(--ist-orange);
        color: var(--ist-text);
      }

      .footer-cta a:last-child {
        background: #198754;
        color: #ffffff;
      }

      .footer-bottom {
        margin-top: 30px;
        padding-top: 22px;
        border-top: 1px solid rgba(255,255,255,0.12);
        display: flex;
        justify-content: space-between;
        gap: 18px;
        flex-wrap: wrap;
      }

      .footer-bottom p {
        margin: 0;
        color: rgba(255,255,255,0.72);
        font-size: 13px;
      }

      .footer-bottom a {
        font-size: 13px;
      }

      .mobile-contact-bar {
        display: none;
      }

      @media (max-width: 991px) {
        .header-area .main-nav .nav li.desktop-call {
          display: none !important;
        }

        .header-area .main-nav .nav li.mobile-nav-cta {
          display: flex !important;
          gap: 10px;
          padding: 16px 20px 18px;
          height: auto !important;
          background: #ffffff;
        }

        .header-area .main-nav .nav li.mobile-nav-cta a {
          flex: 1;
          height: auto !important;
          line-height: 1.2 !important;
          padding: 13px 8px !important;
          margin: 0 !important;
          border-radius: 10px;
          color: #ffffff !important;
          text-align: center;
          font-weight: 800;
          letter-spacing: 0;
        }

        .header-area .main-nav .nav li.mobile-nav-cta a.call-mobile {
          background: var(--ist-red);
        }

        .header-area .main-nav .nav li.mobile-nav-cta a.wp-mobile {
          background: #198754;
        }

        .footer-grid {
          grid-template-columns: 1fr 1fr;
        }

        .district-columns {
          columns: 2;
          -webkit-columns: 2;
          column-gap: 26px;
        }
      }

      @media (max-width: 767px) {
        .main-nav .logo img {
          max-height: 54px;
        }

        .main-banner .caption h2 {
          font-size: 34px;
          line-height: 1.18;
        }

        .main-banner .caption p {
          font-size: 14px;
        }

        .hero-mini-list span {
          font-size: 12px;
          padding: 8px 12px;
        }

        body section.upcoming-meetings,
        body section.apply-now,
        body section.our-courses,
        body section.our-facts,
        body section.contact-us {
          padding-top: 80px;
          padding-bottom: 80px;
        }

        .accordions .accordion-head {
          min-height: 64px;
          padding: 18px 18px;
        }

        .accordions .accordion-head span:first-child {
          font-size: 16px;
          padding-right: 12px;
        }

        .accordions .accordion-body .content {
          padding: 0 18px 22px 18px !important;
        }

        .accordions .accordion-body .content p {
          font-size: 14px;
          line-height: 1.75;
        }

        .district-columns {
          columns: 1;
          -webkit-columns: 1;
        }

        .footer-grid {
          grid-template-columns: 1fr;
          gap: 24px;
        }

        .footer-bottom {
          display: block;
        }

        .footer-bottom p + p {
          margin-top: 10px;
        }

        .mobile-contact-bar {
          display: flex;
          position: fixed;
          left: 0;
          right: 0;
          bottom: 0;
          z-index: 9999;
          box-shadow: 0 -8px 22px rgba(0,0,0,0.22);
        }

        .mobile-contact-bar a {
          flex: 1;
          text-align: center;
          padding: 13px 8px;
          color: #ffffff;
          font-weight: 800;
        }

        .mobile-contact-bar a:first-child {
          background: var(--ist-red);
        }

        .mobile-contact-bar a:last-child {
          background: #198754;
        }

        body {
          padding-bottom: 54px;
        }
      }


      .services,
      .our-courses {
        background-image: none !important;
      }

      .our-facts .video,
      .our-facts .video * {
        background-image: none !important;
      }

      .our-facts .video {
        position: relative;
        overflow: hidden;
        border-radius: 20px;
        padding: 0 !important;
      }

      .our-facts .video:before,
      .our-facts .video:after,
      .our-facts .video a:before,
      .our-facts .video a:after {
        display: none !important;
        content: none !important;
      }

      .our-facts .video img {
        display: block;
        width: 100%;
        border-radius: 20px;
      }

      .district-columns {
        columns: 3;
        -webkit-columns: 3;
        column-gap: 40px;
      }

      .district-columns li a {
        display: inline-block;
        font-size: 16px;
        line-height: 1.55;
        padding-right: 8px;
      }

      body section.contact-us .right-info {
        margin-top: 0 !important;
        position: relative !important;
        top: auto !important;
      }

      body section.contact-us .right-info ul {
        min-height: 100%;
      }

      body section.contact-us #contact-form,
      body section.contact-us .legal-note {
        margin-bottom: 0;
      }


      .header-area .main-nav .nav li.has-sub ul.sub-menu {
        min-width: 260px;
      }

      .header-area .main-nav .nav li.has-sub ul.sub-menu li {
        height: auto;
      }

      .header-area .main-nav .nav li.has-sub ul.sub-menu li a {
        height: auto;
        line-height: 1.35;
        padding: 12px 18px;
        white-space: normal;
      }

      .fact-visual-card {
        background: rgba(255,255,255,0.1);
        border: 1px solid rgba(255,255,255,0.18);
        border-radius: 24px;
        padding: 34px;
        min-height: 320px;
        display: flex;
        flex-direction: column;
        justify-content: center;
      }

      .fact-visual-card h3 {
        color: #ffffff;
        font-size: 28px;
        font-weight: 800;
        line-height: 1.25;
        margin-bottom: 18px;
      }

      .fact-visual-card p {
        color: rgba(255,255,255,0.86);
        line-height: 1.85;
        margin-bottom: 20px;
      }

      .fact-visual-card ul {
        margin: 0 0 24px 0;
        padding: 0;
        list-style: none;
      }

      .fact-visual-card li {
        color: #ffffff;
        margin-bottom: 10px;
        font-weight: 700;
      }

      .fact-visual-card li:before {
        content: "✓";
        color: var(--ist-orange);
        margin-right: 10px;
        font-weight: 900;
      }

      .fact-visual-card a {
        display: inline-block;
        align-self: flex-start;
        background: var(--ist-orange);
        color: var(--ist-text);
        border-radius: 24px;
        padding: 12px 20px;
        font-weight: 800;
      }

      .contact-us form#contact-form {
        background: #ffffff;
        border-radius: 20px;
        padding: 40px;
        margin-bottom: 32px;
      }

      .contact-us form#contact-form h2 {
        color: var(--ist-text);
        font-size: 28px;
        font-weight: 800;
        margin-bottom: 26px;
        text-transform: none;
      }

      .contact-us form#contact-form input,
      .contact-us form#contact-form textarea {
        width: 100%;
        border: none;
        outline: none;
        background: #f7f7f7;
        border-radius: 20px;
        color: #1f272b;
        font-size: 13px;
        font-weight: 500;
        padding: 0 18px;
        margin-bottom: 20px;
      }

      .contact-us form#contact-form input {
        height: 44px;
      }

      .contact-us form#contact-form textarea {
        min-height: 140px;
        padding-top: 16px;
        resize: vertical;
      }

      .contact-us form#contact-form button.button {
        border: none;
        background: var(--ist-red);
        color: #ffffff;
        font-size: 13px;
        font-weight: 800;
        text-transform: uppercase;
        border-radius: 22px;
        padding: 12px 30px;
        transition: all 0.25s ease;
      }

      .contact-us form#contact-form button.button:hover {
        background: var(--ist-orange);
        color: var(--ist-text);
      }

      .contact-us .right-info {
        overflow-wrap: anywhere;
      }

      @media (max-width: 991px) {
        .header-area .main-nav .nav li.has-sub ul.sub-menu {
          max-height: 380px;
          overflow-y: auto;
        }

        .fact-visual-card {
          margin-top: 28px;
          min-height: auto;
        }
      }

      @media (max-width: 767px) {
        .contact-us form#contact-form {
          padding: 28px 22px;
        }

        .contact-us form#contact-form h2 {
          font-size: 23px;
        }

        .fact-visual-card h3 {
          font-size: 22px;
        }
      }


      .legal-note .legal-more {
        display: inline-block;
        margin-top: 14px;
        color: var(--ist-red);
        font-weight: 800;
        font-size: 13px;
      }

      .legal-note .legal-more:hover {
        color: var(--ist-orange);
      }


      .upcoming-meetings .meeting-item {
        height: calc(100% - 30px);
      }

      .upcoming-meetings .meeting-item .thumb {
        height: 245px;
        overflow: hidden;
        border-radius: 20px 20px 0 0;
      }

      .upcoming-meetings .meeting-item .thumb a,
      .upcoming-meetings .meeting-item .thumb img {
        display: block;
        width: 100%;
        height: 100%;
      }

      .upcoming-meetings .meeting-item .thumb img {
        object-fit: cover;
      }

      .upcoming-meetings .meeting-item .down-content {
        min-height: 156px;
      }

      .upcoming-meetings .meeting-item .down-content p {
        line-height: 1.7;
      }

      @media (max-width: 767px) {
        .upcoming-meetings .meeting-item .thumb {
          height: 220px;
        }

        .upcoming-meetings .meeting-item .down-content {
          min-height: auto;
        }
      }


      .header-area .main-nav .nav li.mobile-service-info {
        display: none;
      }

      @media (max-width: 991px) {
        .header-area .main-nav .logo img,
        .main-nav .logo img {
          max-height: 82px !important;
          width: auto !important;
        }

        .header-area .main-nav {
          min-height: 104px;
        }

        .header-area .main-nav .logo {
          min-height: 104px;
          display: flex !important;
          align-items: center;
        }

        .header-area .main-nav .menu-trigger {
          top: 35px;
        }

        .header-area .main-nav .nav li.mobile-service-info {
          display: block !important;
          height: auto !important;
          padding: 18px 22px 16px !important;
          background: #0f3f34 !important;
          border-top: 1px solid rgba(255,255,255,0.12);
          border-bottom: 1px solid rgba(255,255,255,0.12);
          text-align: center;
        }

        .header-area .main-nav .nav li.mobile-service-info strong {
          display: block;
          color: #ffffff;
          font-size: 16px;
          font-weight: 900;
          line-height: 1.35;
          margin-bottom: 8px;
        }

        .header-area .main-nav .nav li.mobile-service-info span {
          display: block;
          color: #f5a425;
          font-size: 13px;
          font-weight: 800;
          line-height: 1.45;
          margin-top: 4px;
        }

        .header-area .main-nav .nav li.mobile-nav-cta {
          display: flex !important;
          gap: 12px;
          padding: 16px 18px 20px !important;
          height: auto !important;
          background: #ffffff !important;
          border-bottom: 1px solid #eeeeee;
        }

        .header-area .main-nav .nav li.mobile-nav-cta a {
          display: flex !important;
          align-items: center;
          justify-content: center;
          flex: 1;
          height: auto !important;
          min-height: 48px !important;
          line-height: 1.2 !important;
          padding: 14px 10px !important;
          margin: 0 !important;
          border-radius: 14px !important;
          color: #ffffff !important;
          text-align: center;
          font-size: 13px !important;
          font-weight: 900 !important;
          letter-spacing: 0.4px;
          opacity: 1 !important;
          text-transform: uppercase;
          box-shadow: 0 8px 18px rgba(0,0,0,0.12);
        }

        .header-area .main-nav .nav li.mobile-nav-cta a.call-mobile {
          background: #a12c2f !important;
        }

        .header-area .main-nav .nav li.mobile-nav-cta a.wp-mobile {
          background: #198754 !important;
        }
      }

      @media (max-width: 767px) {
        .header-area .main-nav .logo img,
        .main-nav .logo img {
          max-height: 76px !important;
        }

        .header-area .main-nav {
          min-height: 98px;
        }

        .header-area .main-nav .logo {
          min-height: 98px;
        }

        .header-area .main-nav .menu-trigger {
          top: 32px;
        }
      }

      @media (max-width: 420px) {
        .header-area .main-nav .logo img,
        .main-nav .logo img {
          max-height: 72px !important;
          max-width: 245px !important;
        }

        .header-area .main-nav .nav li.mobile-service-info {
          padding-left: 15px !important;
          padding-right: 15px !important;
        }

        .header-area .main-nav .nav li.mobile-nav-cta {
          padding-left: 14px !important;
          padding-right: 14px !important;
        }
      }


      .header-area .main-nav .nav li.mobile-cta-texts {
        display: none;
      }

      @media (max-width: 991px) {
        .header-area .main-nav .nav li.mobile-cta-texts {
          display: grid !important;
          grid-template-columns: 1fr 1fr;
          gap: 10px;
          height: auto !important;
          padding: 14px 18px 4px !important;
          background: #ffffff !important;
          border-bottom: 0;
        }

        .header-area .main-nav .nav li.mobile-cta-texts div {
          background: #f5f7f1;
          border: 1px solid #ececec;
          border-radius: 14px;
          padding: 12px 10px;
          text-align: center;
        }

        .header-area .main-nav .nav li.mobile-cta-texts strong {
          display: block;
          color: #1f272b;
          font-size: 12px;
          font-weight: 900;
          line-height: 1.35;
          margin-bottom: 5px;
        }

        .header-area .main-nav .nav li.mobile-cta-texts span {
          display: block;
          color: #555555;
          font-size: 11px;
          font-weight: 600;
          line-height: 1.45;
        }

        .header-area .main-nav .nav li.mobile-nav-cta a {
          flex-direction: column;
          gap: 3px;
        }

        .header-area .main-nav .nav li.mobile-nav-cta a strong {
          display: block;
          color: #ffffff;
          font-size: 13px;
          font-weight: 900;
          line-height: 1.2;
        }

        .header-area .main-nav .nav li.mobile-nav-cta a span {
          display: block;
          color: rgba(255,255,255,0.92);
          font-size: 11px;
          font-weight: 800;
          line-height: 1.2;
          text-transform: none;
          letter-spacing: 0;
        }
      }

      @media (max-width: 420px) {
        .header-area .main-nav .nav li.mobile-cta-texts {
          grid-template-columns: 1fr;
          padding-left: 14px !important;
          padding-right: 14px !important;
        }
      }


      .feature-icon-section {
        background: #f5f7f1;
        padding: 80px 0 55px;
      }

      .feature-icon-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
      }

      .feature-icon-card {
        background: #ffffff;
        border-radius: 22px;
        padding: 28px 24px;
        box-shadow: 0 12px 30px rgba(0,0,0,0.06);
        height: 100%;
      }

      .feature-icon-card .icon {
        width: 64px;
        height: 64px;
        border-radius: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(245,164,37,0.16);
        color: var(--ist-red);
        font-size: 28px;
        margin-bottom: 18px;
      }

      .feature-icon-card h4 {
        font-size: 22px;
        font-weight: 800;
        color: var(--ist-text);
        margin-bottom: 12px;
      }

      .feature-icon-card p {
        color: #555555;
        line-height: 1.85;
        margin-bottom: 0;
      }

      .feature-photo-section {
        background: #0d3028;
        padding: 80px 0;
      }

      .feature-photo-section .section-heading h2 {
        color: #ffffff;
      }

      .feature-photo-card {
        background: rgba(255,255,255,0.06);
        border-radius: 22px;
        overflow: hidden;
        border: 1px solid rgba(255,255,255,0.10);
        margin-bottom: 30px;
        height: calc(100% - 30px);
      }

      .feature-photo-card img {
        width: 100%;
        height: 240px;
        object-fit: cover;
        display: block;
      }

      .feature-photo-card .content {
        padding: 22px 22px 24px;
      }

      .feature-photo-card h4 {
        color: #ffffff;
        font-size: 22px;
        font-weight: 800;
        margin-bottom: 10px;
      }

      .feature-photo-card p {
        color: rgba(255,255,255,0.82);
        line-height: 1.8;
        margin-bottom: 0;
      }

      .mini-note-box {
        background: #ffffff;
        border-radius: 20px;
        padding: 24px;
        margin-top: 20px;
        box-shadow: 0 10px 26px rgba(0,0,0,0.05);
      }

      .mini-note-box h4 {
        color: var(--ist-text);
        font-size: 20px;
        font-weight: 800;
        margin-bottom: 10px;
      }

      .mini-note-box p {
        color: #555555;
        line-height: 1.8;
        margin-bottom: 0;
      }

      @media (max-width: 991px) {
        .feature-icon-grid {
          grid-template-columns: repeat(2, 1fr);
        }
      }

      @media (max-width: 767px) {
        .feature-icon-section,
        .feature-photo-section {
          padding: 60px 0 40px;
        }

        .feature-icon-grid {
          grid-template-columns: 1fr;
          gap: 18px;
        }

        .feature-photo-card img {
          height: 210px;
        }
      }
/* Inner page system: custom readable CSS, separated from HTML. */
.inner-page {
  background: #f5f7f1;
}

.inner-hero {
  padding: 180px 0 80px;
  background: linear-gradient(135deg, #0a2b25 0%, #0f3f34 58%, #1f272b 100%);
  color: #ffffff;
}

.inner-kicker {
  display: inline-block;
  margin-bottom: 16px;
  color: #f5a425;
  font-weight: 900;
  letter-spacing: .4px;
  text-transform: uppercase;
}

.inner-hero h1 {
  color: #ffffff;
  font-size: 46px;
  line-height: 1.16;
  font-weight: 900;
  margin-bottom: 20px;
}

.inner-hero p {
  color: rgba(255,255,255,.86);
  line-height: 1.9;
  font-size: 16px;
  margin-bottom: 0;
}

.inner-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.primary-cta,
.secondary-cta {
  display: inline-block;
  border-radius: 28px;
  padding: 13px 22px;
  font-weight: 900;
}

.primary-cta {
  background: #a12c2f;
  color: #ffffff;
}

.secondary-cta {
  background: #f5a425;
  color: #1f272b;
}

.primary-cta:hover,
.secondary-cta:hover {
  color: #ffffff;
  transform: translateY(-1px);
}

.hero-info-card {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 26px;
  padding: 32px;
  box-shadow: 0 18px 40px rgba(0,0,0,.16);
}

.hero-info-card strong,
.hero-info-card span {
  display: block;
}

.hero-info-card strong {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 18px;
}

.hero-info-card span {
  color: rgba(255,255,255,.84);
  line-height: 1.75;
  margin-top: 12px;
}

.inner-photo-strip {
  padding: 70px 0 40px;
  background: #ffffff;
}

.inner-photo-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  height: 275px;
  margin-bottom: 30px;
  box-shadow: 0 16px 34px rgba(0,0,0,.09);
}

.inner-photo-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner-photo-card figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  background: rgba(15,63,52,.9);
  color: #ffffff;
  border-radius: 16px;
  padding: 11px 14px;
  font-weight: 900;
}

.inner-content-section {
  padding: 70px 0 90px;
}

.rich-content-card,
.inner-sidebar,
.faq-item,
.service-list-card,
.district-card {
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 12px 34px rgba(0,0,0,.06);
}

.rich-content-card {
  padding: 42px;
}

.rich-content-card h2,
.rich-content-card h3 {
  color: #1f272b;
  font-weight: 900;
  line-height: 1.28;
}

.rich-content-card h2 {
  font-size: 32px;
  margin-bottom: 22px;
}

.rich-content-card h3 {
  font-size: 24px;
  margin: 34px 0 16px;
}

.rich-content-card p {
  color: #4f4f4f;
  line-height: 1.9;
  margin-bottom: 18px;
}

.inner-sidebar {
  padding: 28px;
  position: sticky;
  top: 115px;
}

.inner-sidebar h3 {
  color: #1f272b;
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 18px;
}

.service-pill-grid {
  display: grid;
  gap: 10px;
}

.service-pill {
  display: block;
  color: #1f272b;
  background: #f5f7f1;
  border-radius: 14px;
  padding: 12px 14px;
  font-weight: 800;
  line-height: 1.35;
}

.service-pill:hover,
.service-pill.active-card {
  background: #0f3f34;
  color: #ffffff;
}

.side-call-box {
  margin-top: 24px;
  background: #0f3f34;
  color: #ffffff;
  border-radius: 20px;
  padding: 22px;
}

.side-call-box strong,
.side-call-box a {
  display: block;
  color: #ffffff;
  font-weight: 900;
}

.side-call-box p {
  color: rgba(255,255,255,.82);
  line-height: 1.7;
  margin: 10px 0 14px;
}

.side-call-box a {
  color: #f5a425;
  font-size: 19px;
}

.inner-service-list,
.district-list-section,
.faq-section {
  padding: 0 0 90px;
  background: #f5f7f1;
}

.service-list-card,
.district-card {
  display: block;
  min-height: 118px;
  margin-bottom: 24px;
  padding: 25px;
  border: 1px solid #eeeeee;
}

.service-list-card strong,
.service-list-card span,
.district-card strong,
.district-card span {
  display: block;
}

.service-list-card strong,
.district-card strong {
  color: #1f272b;
  font-size: 21px;
  font-weight: 900;
  margin-bottom: 10px;
}

.service-list-card span,
.district-card span {
  color: #666666;
  line-height: 1.6;
}

.service-list-card:hover,
.district-card:hover {
  border-color: #f5a425;
  transform: translateY(-2px);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.faq-item {
  padding: 28px;
}

.faq-item h3 {
  color: #1f272b;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 12px;
}

.faq-item p {
  color: #555555;
  line-height: 1.8;
  margin: 0;
}

.layout-split .inner-photo-strip {
  background: #0d3028;
}

.layout-split .inner-photo-card {
  border-radius: 12px 36px 12px 36px;
}

.layout-band .inner-hero {
  background: linear-gradient(145deg, #1f272b 0%, #0f3f34 45%, #a12c2f 100%);
}

.layout-band .inner-photo-card {
  height: 310px;
}

.layout-panel .inner-hero {
  background: #132923;
}

.layout-panel .rich-content-card {
  border-top: 6px solid #f5a425;
}

@media (max-width: 991px) {
  .inner-hero {
    padding-top: 150px;
  }

  .inner-hero h1 {
    font-size: 36px;
  }

  .hero-info-card {
    margin-top: 28px;
  }

  .inner-sidebar {
    position: static;
    margin-top: 28px;
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .inner-hero {
    padding: 135px 0 58px;
  }

  .inner-hero h1 {
    font-size: 30px;
  }

  .inner-cta-row a {
    width: 100%;
    text-align: center;
  }

  .inner-photo-strip,
  .inner-content-section {
    padding-top: 48px;
  }

  .inner-photo-card {
    height: 220px;
  }

  .rich-content-card,
  .inner-sidebar {
    padding: 26px 22px;
  }

  .rich-content-card h2 {
    font-size: 25px;
  }

  .rich-content-card h3 {
    font-size: 21px;
  }
}
