     * {
         margin: 0;
         padding: 0;
         box-sizing: border-box;
         font-family: "Source Sans Pro", sans-serif;
         ;
     }

     body {
         background: #f8f8f8;
         font-family: "Source Sans Pro", sans-serif;
         ;
         overflow-x: hidden;
     }

     /* HEADER */

     .header {
         background: #fff;
         box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
         position: sticky;
         top: 0;
         z-index: 100;
     }

     .navbar {
         max-width: 1200px;
         margin: auto;
         height: 60px;
         display: flex;
         align-items: center;
         justify-content: space-between;
         padding: 0 32px 0 42px;
     }

     .logo {
         font-size: 14px;
         color: #f36c21;
         font-weight: bold;
     }

     .logo-img {
         display: block;
         width: 110px;
         height: auto;
         margin-left: 0;
     }

     .nav-links {
         display: flex;
         gap: 40px;
         margin-right: 150px;
     }


     .nav-links a {
         text-decoration: none;
         color: #555d69;
         font-size: 14px;
         font-weight: 400;
     }

     .nav-links a.active {
         color: #f36c21;
         font-weight: 600;
     }

     .menu-btn {
         display: none;
         align-items: center;
         justify-content: center;
         background: none;
         border: none;
         cursor: pointer;
         padding: 2px;
         width: 22px;
         height: 22px;
         flex-shrink: 0;
     }

     .menu-icon {
         width: 18px;
         height: 18px;
         display: block;
         object-fit: contain;
     }

     .navbar-left {
         display: flex;
         align-items: center;
         gap: 12px;
     }

     /*footer */
     footer {
         background: #f5f5f5;
     }

     .footer {
         max-width: 1300px;
         margin: auto;
         min-height: 120px;
         display: flex;
         align-items: center;
         padding: 0 132px 0 18px;
     }

     .footer-logo {
         font-size: 14px;
         color: #f36c21;
         font-weight: bold;
     }

     .footer-logo-img {
         display: block;
         width: 110px;
         height: auto;
         margin-left: 0px;
     }

     .footer-links {
         margin-left: auto;
         margin-right: auto;
         display: flex;
         gap: 40px;
     }

     .footer-links a {
         text-decoration: none;
         color: #555d69;
         font-size: 16px;
         font-weight: 400;
         white-space: nowrap;
     }

     .footer-links a.active {
         color: #f36c21;
         font-weight: 600;
     }

     .menu-btn {
         display: none;
         align-items: center;
         justify-content: center;
         background: none;
         border: none;
         cursor: pointer;
         padding: 2px;
         width: 22px;
         height: 22px;
         flex-shrink: 0;
     }

     .menu-icon {
         width: 18px;
         height: 18px;
         display: block;
         object-fit: contain;
     }

     .footer-left {
         display: flex;
         align-items: center;
         gap: 12px;
     }

     .social-icons {
         display: flex;
         align-items: center;
         gap: 10px;
         margin-left: -10px;
         margin-right: -100px;
     }

     .social-icons a {
         display: flex;
         align-items: center;
         justify-content: center;
         width: 28px;
         height: 28px;
         border-radius: 50%;
         overflow: hidden;
         flex-shrink: 0;
         transition: transform 0.2s ease;
     }

     .social-icons a:hover {
         transform: scale(1.1);
     }

     .social-icons img {
         width: 28px;
         height: 28px;
         object-fit: contain;
         display: block;
     }

     /* FOOTER BOTTOM */
     .footer-bottom {
         border-top: 1px solid #e5e5e5;
         padding: 10px 50px 8px;
         display: flex;
         align-items: center;
         justify-content: space-between;
         gap: 16px;
     }

     .footer-copyright {
         color: #888;
         font-size: 12px;
         font-weight: 400;
         white-space: nowrap;
     }

     .footer-rights {
         display: inline;
     }

     .footer-certifications {
         display: flex;
         align-items: center;
         gap: 14px;
         flex-wrap: wrap;
         justify-content: flex-end;
     }

     .footer-certifications img {
         height: 20px;
         width: auto;
         max-width: 100%;
         display: inline-block;
         vertical-align: middle;
         transition: opacity 0.2s ease;
     }

     .footer-certifications img:hover {
         opacity: 0.8;
     }

     /* SUPPORT SECTION */
     .support-section {
         position: relative;
         padding: 50px 20px 60px;
         background:
             repeating-linear-gradient(to right,
                 rgba(0, 0, 0, .04) 0,
                 rgba(0, 0, 0, .04) 1px,
                 transparent 1px,
                 transparent 42px);
     }

     .container {
         width: min(100%, 1000px);
         margin: auto;
         padding-inline: 20px;
     }

     .support-title {
         text-align: center;
     }

     .support-title h1 {
         font-size: 54px;
         margin-bottom: 12px;
     }

     .support-title span {
         color: #f36c21;
     }

     .support-title p {
         color: #555;
         font-size: 15px;
         max-width: none;
         margin: auto;
         line-height: 1.6;
         white-space: nowrap;
     }

     .support-card-link {
         display: block;
         text-decoration: none !important;
         color: inherit;
         flex: 1;
     }

     /* CARDS */
     .support-cards {
         margin-top: 40px;
         display: flex;
         justify-content: center;
         gap: 20px;
         max-width: 870px;
         margin-inline: auto;
     }

     .support-card {
         width: 100%;
         max-width: 420px;
         background: #fff;
         border: 1px solid #f6d3c1;
         border-radius: 25px;
         padding: 35px;
         text-align: center;
         box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
     }

     .icon-circle {
         width: 84px;
         height: 84px;
         border-radius: 50%;
         background: #f36c21;
         margin: auto;
         margin-bottom: 15px;
         display: flex;
         align-items: center;
         justify-content: center;
         overflow: hidden;
         flex-shrink: 0;
     }

     .icon-circle img {
         width: 30px;
         height: 30px;
         object-fit: contain;
         display: block;
     }

     .support-card h3 {
         margin-bottom: 12px;
         color: #222;
         font-size: 24px;
     }

     .support-card p {
         color: #555;
         line-height: 1.6;
         font-size: 18px;
     }

     /* CONTACT CARD */
     .contact-card {
         margin: 30px auto 0;
         background: #fff;
         border: 1px solid #f6d3c1;
         border-radius: 25px;
         padding: 28px;
         max-width: 870px;
     }

     .contact-card h2 {
         font-size: 24px;
         margin-bottom: 12px;
     }

     .contact-card>p {
         color: #666;
         font-size: 18px;
         margin-bottom: 20px;
     }

     .contact-row {
         display: flex;
         justify-content: space-between;
     }

     .contact-item {
         flex: 1;
     }

     .contact-item:nth-child(2) {
         border-left: 1px solid #eee;
         border-right: 1px solid #eee;
         padding: 0 20px;
     }

     .contact-item:first-child {
         padding-right: 20px;
     }

     .contact-item:last-child {
         padding-left: 14px;
     }

     .contact-item h4 {
         color: #f36c21;
         font-size: 18px;
         margin-bottom: 8px;
     }

     .contact-item h4[data-copy] {
         cursor: pointer;
         position: relative;
         display: inline-block;
     }

     .copied-tip {
         position: absolute;
         bottom: 100%;
         left: 50%;
         transform: translateX(-50%)translateY(10%);
         background: #f5f5f5;
         /* color:#fff; */
         font-size: 8px;
         font-weight: 600;
         padding: 4px 4px;
         border-radius: 6px;
         white-space: nowrap;
         pointer-events: none;
         opacity: 1;
         transition: opacity 0.3s ease;
         z-index: 10;
     }

     .copied-tip.fade {
         opacity: 0;
     }

     .contact-item span {
         color: #666;
         font-size: 16px;
         white-space: nowrap;
     }

     /* CORPORATE OFFICE SECTION */
     .office-section {
         padding: 60px 20px 50px;
         background: #fff;
         text-align: center;
     }

     .office-section h2 {
         font-size: 40px;
         font-weight: 700;
         color: #111;
         margin-bottom: 10px;
     }

     .office-section h2 .accent {
         color: #f36c21;
     }

     .office-subtitle {
         color: #222;
         font-size: 18px;
         margin-bottom: 32px;
     }

     .map-wrapper {
         position: relative;
         border-radius: 20px;
         overflow: hidden;
         width: 100%;
         max-width: 1320px;
         margin: 0 auto;
         height: 439px;
         background: #e8e8e8;
     }

     .map-wrapper iframe {
         width: 100%;
         height: 100%;
         border: 0;
         display: block;
     }

     .head-office-badge {
         background: #222;
         color: #fff;
         font-size: 11px;
         font-weight: 700;
         padding: 4px 12px;
         border-radius: 20px;
         white-space: nowrap;
     }

     .map-card-address {
         display: flex;
         gap: 10px;
         align-items: flex-start;
     }

     .map-pin-placeholder {
         width: 20px;
         height: 20px;
         min-width: 20px;
         border-radius: 50%;
         background: #f36c21;
         margin-top: 2px;
     }

     .map-card-address p {
         color: #555;
         font-size: 13px;
         line-height: 1.6;
         margin: 0;
     }

     /* FAQ SECTION */
     .faq-section {
         padding: 30px 20px 60px;
         background: #fff;
     }

     .faq-card {
         max-width: 1320px;
         margin: 0 auto;
         background: linear-gradient(to bottom,
                 rgba(255, 255, 255, 0.92) 0%,
                 rgba(255, 245, 239, 0.75) 35%,
                 #fff5ef 100%);
         border-radius: 20px;
         padding: 36px 44px;
         display: flex;
         align-items: center;
         justify-content: space-between;
         gap: 24px;
         border: 1px solid #f6d3c1;
         position: relative;
     }

     .faq-card-left h2 {
         font-size: 28px;
         font-weight: 700;
         color: #111;
         margin-bottom: 12px;
         line-height: 1.3;
     }

     .faq-card-left h2 span {
         color: #f36c21;
     }

     .faq-card-left p {
         color: #666;
         font-size: 14px;
         line-height: 1.6;
         max-width: 370px;
         margin: 0;
     }

     .faq-card-right {
         display: flex;
         align-items: center;
         gap: 28px;
         flex-shrink: 0;
     }

     .view-faqs-btn {
         display: inline-block;
         background: #f36c21;
         color: #fff;
         border: none;
         border-radius: 10px;
         padding: 14px 28px;
         cursor: pointer;
         font-size: 14px;
         font-weight: 700;
         white-space: nowrap;
         text-decoration: none;
     }

     .view-faqs-btn:hover {
         background: #e05a16;
     }

     /* TABLET  (769 – 1080 px) */

     @media (min-width:769px) and (max-width:1080px) {
         .nav-links {
             margin-right: 0;
             gap: 24px;
         }

         .container {
             padding-inline: 0;
         }

         .support-title p {
             white-space: normal;
         }

         .contact-item span {
             white-space: normal;
         }

         .footer {
             flex-wrap: wrap;
             justify-content: center;
             padding: 20px 24px;
             gap: 16px;
         }

         .footer-links {
             gap: 16px 28px;
             flex-wrap: wrap;
             justify-content: center;
             width: 100%;
         }

         .footer-bottom {
             padding: 10px 24px 8px;
         }

         .footer-copyright {
             white-space: normal;
         }
     }

     /* MOBILE */
     @media(max-width:768px) {

         /* --- NAVBAR --- */
         .navbar {
             padding: 0 16px;
             height: 56px;
         }

         .logo-img {
             margin-left: 0;
         }

         .nav-links {
             display: none;
             position: fixed;
             top: 56px;
             left: 0;
             right: 0;
             background: #fff;
             flex-direction: column;
             gap: 0;
             padding: 8px 0 16px;
             box-shadow: 0 6px 20px rgba(0, 0, 0, 0.10);
             z-index: 99;
             border-top: 1px solid #f0f0f0;
         }

         .nav-links.open {
             display: flex;
         }

         .nav-links a {
             padding: 13px 24px;
             font-size: 14px;
             border-bottom: 1px solid #f5f5f5;
         }

         .nav-links a:last-child {
             border-bottom: none;
         }

         .menu-btn {
             display: flex;
             width: 32px;
             height: 32px;
         }

         /* --- SUPPORT SECTION --- */
         .support-section {
             padding: 36px 16px 44px;
         }

         .support-title h1 {
             font-size: 28px;
         }

         .support-title p {
             white-space: normal;
             font-size: 16px;
             max-width: 100%;
         }

         .support-cards {
             flex-direction: column;
             align-items: center;
             gap: 16px;
             margin-top: 28px;
         }

         .support-card {
             width: 320px;
             height: 198px;
             padding: 28px 24px;
         }

         .icon-circle {
             width: 56px;
             height: 56px;
         }

         .support-card h3 {
             font-size: 20px;
         }

         .support-card p {
             font-size: 14px;
         }

         /* --- CONTACT CARD --- */
         .contact-card {
             width: 320px;
             height: 376px;
             padding: 22px 18px;
             margin-top: 20px;
             height: auto;
         }

         .contact-card h2 {
             font-size: 20px;
         }

         .contact-card>p {
             font-size: 14px;
         }

         .contact-item h4[data-copy] {
             font-size: 16px;
         }

         .contact-item span {
             font-size: 14px;
             display: block;
         }

         .contact-row {
             flex-direction: column;
             gap: 20px;
         }

         .contact-item {
             position: relative;
             border: none !important;
             padding: 2px !important;
         }

         .contact-item:not(:last-child)::after {
             content: "";
             display: block;
             width: 100px;
             height: 1px;
             background: #e6e6e6;
             margin-top: 18px;
         }

         .contact-item span {
             white-space: normal;
         }

         /* --- CORPORATE OFFICE --- */
         .office-section {
             padding: 44px 16px 36px;
             margin-top: 20px;
             border-top: 1px solid #f0e6de;
         }

         .office-section h2 {
             font-size: 28px;
         }

         .office-subtitle {
             font-size: 15px;
             line-height: 1.6;
         }

         .map-wrapper {
             width: 320px;
             height: 288px;
             border-radius: 14px;
         }

         .map-card {
             top: auto;
             left: 50%;
             bottom: 14px;
             transform: translateX(-50%);
             min-width: calc(100% - 28px);
             max-width: calc(100% - 28px);
             padding: 14px 16px;
         }

         .map-card-header h3 {
             font-size: 16px;
         }

         /* --- FAQ SECTION --- */
         .faq-section {
             padding: 0 16px 48px;
         }

         .faq-card {
             width: 320px;
             height: 257px;
             flex-direction: column;
             align-items: flex-start;
             padding: 24px 20px;
             gap: 20px;
             text-align: left;
         }

         .faq-card-left h2 {
             font-size: 22px;
         }

         .faq-card-left p {
             max-width: none;
         }

         .faq-card-right {
             flex-direction: row;
             gap: 16px;
             width: 100%;
         }

         .view-faqs-btn {
             padding: 12px 20px;
             font-size: 13px;
             border-radius: 8px;
         }

         .social-icons {
             gap: 15px;
             margin-top: 0;
             margin-left: 0;
             margin-right: 0;
         }

         .social-icons a {
             width: 24px;
             height: 24px;
         }

         .social-icons img {
             width: 24px;
             height: 24px;
         }

         /* --- FOOTER --- */
         .footer {
             flex-direction: column;
             align-items: center;
             padding: 20px 16px;
             gap: 16px;
             min-height: unset;
             text-align: center;

         }

         .footer-logo-img {
             margin-left: 0;
             width: 90px;
         }

         .footer-links {
             flex-wrap: wrap;
             justify-content: center;
             gap: 12px 20px;
             margin-left: 0;
             margin-right: 0;
             display: grid;
             grid-template-columns: repeat(2, minmax(max-content, 1fr));
         }

         .footer-links a {
             white-space: nowrap;
         }

         /* --- FOOTER BOTTOM --- */
         .footer-bottom {
             flex-direction: column;
             align-items: center;
             padding: 14px 16px;
             gap: 12px;
             text-align: center;
         }

         .footer-copyright {
             white-space: normal;
             text-align: center;
             order: 2;
         }

         .footer-rights {
             display: block;
         }

         .footer-certifications {
             justify-content: center;
             gap: 10px;
             order: 1;
         }

         .footer-certifications img {
             height: 28px;
             width: auto;
             max-width: 100%;
             display: inline-block;
         }
     }