@charset "UTF-8";
/* Hide off-canvas menu */
#off-canvas-menu {
  display: none !important;
}

.mobile-ggsa-page {
    background: #F4F4F4;
    min-height: 100vh;
}

/* Hero Section */
.mobile-ggsa-hero {
    padding: 32px 16px 40px 16px;
    background: #F4F5F6; /* Fallback visually close to screenshot */
}

.mobile-ggsa-hero-title {
    color: #000;
    text-align: left;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 16px;
    margin-top: 0px;
}

.mobile-ggsa-hero-text {
    margin-bottom: 24px;
    color: #323232;
    text-align: left;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.mobile-ggsa-hero-text p {
    margin-bottom: 16px;
}

.mobile-ggsa-hero-text p:last-child {
    margin-bottom: 0;
}

.mobile-ggsa-hero-btn {
    border-radius: 8px;
    background: #FF6000;
    height: 56px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.mobile-ggsa-hero-btn:hover, 
.mobile-ggsa-hero-btn:focus {
    color: #FFF;
    text-decoration: none;
    background: #e55600;
}

/* Video Section */
.mobile-ggsa-video-section {
    padding: 0 16px 40px 16px;
    background: #F4F5F6;
}

.mobile-ggsa-video-card {
    border-radius: 24px;
    background: #011F37;
    padding: 24px 20px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
}

.mobile-ggsa-video-thumb {
    position: relative;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 24px;
    cursor: pointer;
    aspect-ratio: 16/9;
}

.mobile-ggsa-video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mobile-ggsa-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    transition: transform 0.2s ease;
}

.mobile-ggsa-video-thumb:hover .mobile-ggsa-play-btn {
    transform: translate(-50%, -50%) scale(1.1);
}

.mobile-ggsa-video-title {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 8px;
    margin-top: 0;
}

.mobile-ggsa-video-text {
    color: #E3E3E3;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 32px;
}

.mobile-ggsa-video-text p {
    margin: 0;
}

.mobile-ggsa-video-btn {
    border-radius: 8px;
    background: #FF6000;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.3s ease;
    gap: 8px;
}

.mobile-ggsa-video-btn:hover {
    background: #e55600;
    color: #FFF;
    text-decoration: none;
}

/* Benefits Section */
.mobile-ggsa-benefits-section {
    padding: 0 16px 40px 16px;
    background: transparent;
}

.mobile-ggsa-benefits-main-title {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 24px;
}

.mobile-ggsa-benefits-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mobile-ggsa-benefit-card {
    border-radius: 24px;
    background: #FFF;
    padding: 24px 20px;
}

.mobile-ggsa-benefit-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.mobile-ggsa-benefit-title {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin: 0;
    flex: 1;
}

.mobile-ggsa-benefit-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #FFF0E5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.mobile-ggsa-benefit-icon img,
.mobile-ggsa-benefit-icon svg {
    display: block;
    width: 24px;
    height: 24px;
}

.mobile-ggsa-benefit-points {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mobile-ggsa-benefit-points li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.mobile-ggsa-point-check {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.mobile-ggsa-point-text {
    color: #353535;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

/* Assist Section */
.mobile-ggsa-assist-section {
    padding: 0 16px 40px 16px;
    background: transparent;
}

.mobile-ggsa-assist-title {
    padding-top: 0px;
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 24px;
}

.mobile-ggsa-assist-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mobile-ggsa-assist-card {
    border-radius: 16px;
    border-left: 4px solid #FF6000;
    background: #FFF;
    padding: 16px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.05);
}

.mobile-ggsa-assist-text {
    color: #353535;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

/* Steps Section */
.mobile-ggsa-steps-section {
    padding: 0 16px 40px 16px;
    background: transparent;
}

.mobile-ggsa-steps-main-title {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 24px;
}

.mobile-ggsa-steps-accordion {
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.mobile-ggsa-step-item {
    background: #011F37; /* Default */
    transition: background 0.3s ease;
}

.mobile-ggsa-step-item:nth-child(1) { background: #011F37; }
.mobile-ggsa-step-item:nth-child(2) { background: #04375C; }
.mobile-ggsa-step-item:nth-child(3) { background: #085185; }
.mobile-ggsa-step-item:nth-child(4) { background: #0D69AA; }
.mobile-ggsa-step-item:nth-child(5) { background: #1380CE; }
.mobile-ggsa-step-item:nth-child(6) { background: #1898F4; }

.mobile-ggsa-step-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 20px;
    cursor: pointer;
}

.mobile-ggsa-step-title {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin: 0;
}

.mobile-ggsa-step-icon svg {
    display: block;
    transition: transform 0.3s ease;
    transform: rotate(0deg);
}

.mobile-ggsa-step-item.active .mobile-ggsa-step-icon svg {
    transform: rotate(180deg);
}

.mobile-ggsa-step-content {
    padding: 0 20px 24px 20px;
}

.mobile-ggsa-step-img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 16px;
    display: block;
}

.mobile-ggsa-step-desc {
    color: #FFF;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 16px;
}

.mobile-ggsa-step-btn {
    border-radius: 8px;
    background: #FF6000;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.3s ease;
}

.mobile-ggsa-step-btn:hover {
    background: #e55600;
    color: #FFF;
    text-decoration: none;
}

/* Stats Section */
.mobile-ggsa-stats-section {
    padding: 0 16px 40px 16px;
    background: transparent;
}

.mobile-ggsa-stats-main-title {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 24px;
}

.mobile-ggsa-stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.mobile-ggsa-stat-card {
    border-radius: 24px;
    background: #FFF;
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
}

.mobile-ggsa-stat-number {
    color: #FF6000;
    font-size: 32px;
    font-weight: 700;
    line-height: 150%;
    display: flex;
    align-items: center;
    gap: 4px;
}

.mobile-ggsa-stat-star {
    flex-shrink: 0;
    margin-top: 4px;
}

.mobile-ggsa-stat-label {
    color: #323232;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    margin-top: 8px;
}

/* Contact Block */
.mobile-ggsa-contact-section {
    padding: 0px 16px 40px 16px;
    background: transparent;
}

.mobile-ggsa-contact-card {
    padding: 40px 20px;
    text-align: center;
    border-radius: 24px;
    background: #011F37;
}

.mobile-ggsa-contact-title {
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin: 0 0 16px 0;
}

.mobile-ggsa-contact-desc {
    color: rgba(255, 255, 255, 0.80);
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 24px;
}

.mobile-ggsa-contact-desc a {
    color: #FFF;
    font-weight: 700;
    text-decoration: none;
}

.mobile-ggsa-contact-desc strong {
    color: #FFF;
    font-weight: 700;
}

/* Form Styles */
.mobile-ggsa-contact-form-wrapper {
    text-align: left;
}

.mobile-ggsa-contact-form-wrapper label {
    color: #FFF;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
}

.mobile-ggsa-contact-form-wrapper input[type="text"],
.mobile-ggsa-contact-form-wrapper input[type="email"],
.mobile-ggsa-contact-form-wrapper textarea {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.04);
    padding: 16px 12px;
    color: rgba(255, 255, 255, 0.48);
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 24px;
    margin-top: 8px;
    outline: none;
}

.mobile-ggsa-contact-form-wrapper form p {
    margin: 0;
}

.mobile-ggsa-contact-form-wrapper input::placeholder,
.mobile-ggsa-contact-form-wrapper textarea::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.mobile-ggsa-contact-form-wrapper textarea {
    height: 120px;
    resize: none;
}

.mobile-ggsa-contact-form-wrapper input[type="submit"] {
    border-radius: 8px;
    background: #FF6000;
    margin-top: 0px;
    margin-bottom: 0px;
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: center;
    height: 48px;
    color: #FFF;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    width: 100%;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}

.mobile-ggsa-contact-form-wrapper input[type="submit"]:hover {
    background: #e55600;
}

.mobile-ggsa-contact-form-wrapper .wpcf7-not-valid-tip {
    color: #FF4D4D;
    font-size: 14px;
    margin-top: -16px;
    margin-bottom: 16px;
    display: block;
}

.mobile-ggsa-contact-form-wrapper .wpcf7-response-output {
    margin: 20px 0 0 0;
    padding: 12px;
    border-radius: 8px;
    color: #FFF;
    font-family: Roboto, sans-serif;
    font-size: 14px;
}

.mobile-ggsa-contact-form-wrapper .wpcf7-spinner {
    display: none;
}

/* FAQ Block */
.mobile-ggsa-faq-section {
    padding: 0px 16px 48px 16px;
    background: transparent;
}

.mobile-ggsa-faq-main-title {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 24px;
    margin-top: 0;
}

.mobile-ggsa-faq-list {
    display: flex;
    flex-direction: column;
}

.mobile-ggsa-faq-item {
    border-top: 1px solid #E8E8E8;
    padding: 24px 0;
}
.mobile-ggsa-faq-item.is-hidden {
    border: none;
    padding: 0;
    margin: 0;
}

.mobile-ggsa-faq-item:last-child {
    border-bottom: 1px solid #E3E3E3;
    margin-bottom: 24px;
}

.mobile-ggsa-faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    gap: 16px;
}

.mobile-ggsa-faq-question {
    color: #323232;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin: 0;
}

.mobile-ggsa-faq-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.mobile-ggsa-faq-item.open .icon-plus {
    display: none;
}

.mobile-ggsa-faq-item.open .icon-minus {
    display: block !important;
}

.mobile-ggsa-faq-content {
    margin-top: 16px;
}

.mobile-ggsa-faq-answer {
    color: #323232;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.mobile-ggsa-faq-answer p {
    margin-bottom: 12px;
}

.mobile-ggsa-faq-answer p:last-child {
    margin-bottom: 0;
}

.mobile-ggsa-faq-all-btn {
    border-radius: 8px;
    background: #FF6000;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    text-decoration: none;
    width: 100%;
    color: #FFF;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    transition: background 0.3s;
}

.mobile-ggsa-faq-all-btn:hover,
.mobile-ggsa-faq-all-btn:focus {
    background: #e55600;
    color: #FFF;
    text-decoration: none;
}

/* Testimonials Block */
.mobile-ggsa-testimonials {
    padding: 0 0 40px 0;
    background: transparent;
    overflow: hidden;
}

.mobile-ggsa-testimonials-main-title {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-top: 0px;
    margin-bottom: 16px;
    padding: 0 16px;
}

.mobile-ggsa-testimonials-scroll {
    display: flex;
    overflow-x: auto;
    gap: 24px;
    padding: 0 16px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
}

.mobile-ggsa-testimonials-scroll::-webkit-scrollbar {
    display: none;
}

.mobile-ggsa-testimonial-card {
    flex: 0 0 313px;
    border-radius: 24px;
    background: #FFF;
    padding: 32px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.mobile-ggsa-testimonial-logo {
    height: 26px;
    margin-bottom: 24px;
}

.mobile-ggsa-testimonial-logo img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

.mobile-ggsa-testimonial-text {
    color: #323232;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 24px;
    flex-grow: 1;
}

.mobile-ggsa-testimonial-author {
    border-left: 3px solid #FF6000;
    padding-left: 16px;
}

.mobile-ggsa-testimonial-name {
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 2px;
}

.mobile-ggsa-testimonial-position {
    color: #323232;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

/* Partners Block */
.mobile-ggsa-partners {
    padding: 0 0 40px 0;
    background: transparent;
    overflow: hidden;
}

.mobile-ggsa-partners-main-title {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 24px;
    text-align: left;
    padding: 0 16px;
}

.mobile-ggsa-partners-scroll {
    display: flex;
    overflow-x: auto;
    gap: 32px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    align-items: center;
    padding: 0 16px;
}

.mobile-ggsa-partners-scroll::-webkit-scrollbar {
    display: none;
}

.mobile-ggsa-partner-item {
    flex: 0 0 auto; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-ggsa-partner-item img {
    height: 50px;
    width: auto;
    object-fit: contain;
}

/* Expandable Blocks */
.mobile-ggsa-expandable-section {
    padding: 0 16px 40px 16px;
    background: transparent;
}

.mobile-ggsa-expandable-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.mobile-ggsa-expandable-item {
    border-bottom: 1px solid #DDD;
    padding-bottom: 24px;
}

.mobile-ggsa-expandable-title {
    color: #323232;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin: 0 0 16px 0;
}

.mobile-ggsa-expandable-content-wrapper {
    position: relative;
}

.mobile-ggsa-expandable-content {
    color: #323232;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    overflow: hidden;
    max-height: 72px;
    transition: max-height 0.5s ease;
    margin-bottom: 16px;
    position: relative;
}
.mobile-ggsa-expandable-content > *:first-child {
    margin-top: 0;
}
.mobile-ggsa-expandable-content > *:last-child {
    margin-bottom: 0;
}
.mobile-ggsa-expandable-item:not(.expanded) .mobile-ggsa-expandable-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 32px;
    background: linear-gradient(180deg, rgba(244, 244, 244, 0) 0%, #F4F4F4 100%);
    pointer-events: none;
}
.mobile-ggsa-expandable-item.expanded .mobile-ggsa-expandable-content {
    max-height: 2000px;
}

.mobile-ggsa-expand-toggle {
    border-radius: 8px;
    background: #DFDFDF;
    padding: 8px 12px;
    gap: 4px;
    color: #323232;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    transition: background 0.3s;
}

.mobile-ggsa-expand-toggle svg {
    transition: transform 0.3s ease;
}

.mobile-ggsa-expandable-item.expanded .mobile-ggsa-expand-toggle svg {
    transform: rotate(180deg);
}

