body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #f6f6f2;
    color: #1d2b22;
}
.left_col, #mobile-cont, .bouton-visite {
  display:none;
}
.gs-hero {
    min-height: 560px;
    display: flex;
    align-items: center;
    padding: 70px 24px;
    background:
        linear-gradient(90deg, rgba(246,246,242,.96), rgba(246,246,242,.78), rgba(246,246,242,.35)),
        url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1600&q=80') center/cover;
}
.gs-hero-inner {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
}
.gs-hero h1 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(2.6rem, 6vw, 5.6rem);
    line-height: 1.02;
    letter-spacing: -0.06em;
}
.gs-hero h1 span {
    color: #42a96b;
}
.gs-hero-subtitle {
    max-width: 640px;
    margin: 24px 0 34px;
    font-size: 1.25rem;
    line-height: 1.55;
}
.gs-hero-bottom {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
}
.gs-rating {
    background: white;
    padding: 14px 18px;
    border-radius: 16px;
    box-shadow: 0 16px 40px rgba(0,0,0,.10);
}
.gs-rating-top {
    display: flex;
    align-items: center;
    gap: 10px;
}
.gs-rating-top img {
    max-height: 26px;
    width: auto;
}
.gs-rating-score {
    margin-top: 8px;
    font-size: .95rem;
}
.gs-button {
    display: inline-block;
    padding: 15px 30px;
    background: #3ca76a;
    color: white;
    text-decoration: none;
    border-radius: 40px;
    font-weight: bold;
}
.gs-button:hover {
    background: #328d59;
}
.gs-benefits{
    padding:60px 20px;
    background:#f5faf8;
}
.gs-benefits-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:20px;
    max-width:1200px;
    margin:auto;
}
.gs-benefit{
    text-align:center;
    padding:20px;
}
.gs-benefit img{
    width:80px;
    height:80px;
    object-fit:cover;
    border-radius:50%;
}
.gs-benefit h3{
    margin:15px 0 10px;
}
.gs-benefit p{
    margin:0;
    color:#666;
}
.gs-benefits-cta{
    text-align:center;
    margin-top:30px;
}
@media (max-width: 700px) {
    .gs-hero {
        min-height: auto;
        padding: 54px 20px;
        background:
            linear-gradient(180deg, rgba(246,246,242,.98), rgba(246,246,242,.86)),
            url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1200&q=80') center/cover;
    }
    .gs-hero h1 {
        font-size: 2.7rem;
    }
    .gs-hero-subtitle {
        font-size: 1.08rem;
    }
    .gs-hero-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
    .gs-rating-top {
        flex-wrap: wrap;
    }
}
.gs-steps {
    padding: 70px 20px;
    background: #f4faf6;
}
.gs-steps-title {
    max-width: 900px;
    margin: 0 auto 42px;
    text-align: center;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.1;
}
.gs-steps-grid {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}
.gs-step {
    background: white;
    border-radius: 16px;
    padding: 26px 20px;
    box-shadow: 0 12px 30px rgba(0,0,0,.08);
}
.gs-step-icon img {
    width: 58px;
    height: 58px;
    object-fit: cover;
    border-radius: 12px;
}
.gs-step-number {
    margin-top: 18px;
    font-size: 3rem;
    line-height: 1;
    font-weight: 800;
    color: #1f7f52;
}
.gs-step-text {
    margin: 14px 0 0;
    font-size: 1.05rem;
    line-height: 1.35;
    font-weight: 700;
}
.gs-steps-cta {
    margin-top: 38px;
    text-align: center;
}
@media (max-width: 1000px) {
    .gs-steps-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 620px) {
    .gs-steps {
        padding: 48px 16px;
    }
    .gs-steps-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .gs-step {
        display: grid;
        grid-template-columns: 60px 70px 1fr;
        align-items: center;
        gap: 14px;
        padding: 18px 16px;
    }
    .gs-step-icon img {
        width: 52px;
        height: 52px;
    }
    .gs-step-number {
        margin: 0;
        font-size: 2.5rem;
    }
    .gs-step-text {
        margin: 0;
        font-size: 1rem;
    }
}
.gs-media-text {
    padding: 80px 20px;
    background: #ffffff;
}
.gs-media-text-inner {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 48px;
    align-items: center;
}
.gs-media-text-content h2 {
    margin: 0 0 24px;
    font-size: clamp(2rem, 4vw, 3.6rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
}
.gs-media-text-content h2 span {
    color: #3ca76a;
}
.gs-media-text-copy {
    max-width: 560px;
    margin-bottom: 30px;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #435047;
}
.gs-media-text-copy p {
    margin: 0 0 16px;
}
.gs-media-text-media {
    overflow: hidden;
    border-radius: 26px;
    box-shadow: 0 20px 55px rgba(0,0,0,.12);
    aspect-ratio: 16 / 10;
    background: #e8eee9;
}
.gs-media-text-media img,
.gs-media-text-media iframe {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border: 0;
}
@media (max-width: 820px) {
    .gs-media-text {
        padding: 56px 18px;
    }
    .gs-media-text-inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .gs-media-text-media {
        order: -1;
        border-radius: 20px;
    }
}
.gs-video-testimonials {
    padding: 70px 20px;
    background: #fbfbfb;
}
.gs-video-testimonials-head {
    max-width: 760px;
    margin: 0 auto 48px;
    text-align: center;
}
.gs-section-label {
    margin: 0 0 12px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #41b883;
}
.gs-video-testimonials-head h2 {
    margin: 0 0 14px;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.15;
    letter-spacing: -0.03em;
}
.gs-section-subtitle {
    max-width: 580px;
    margin: 0 auto;
    font-size: 1.05rem;
    line-height: 1.6;
    color: #555;
}
.gs-video-testimonials-track {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 34px;
    flex-wrap: wrap;
}
.gs-video-testimonial-card {
    width: 270px;
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0,0,0,.09);
}
.gs-video-testimonial-video {
    width: 270px;
    height: 480px;
    background: #111;
}
.gs-video-testimonial-video iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}
.gs-video-testimonial-info {
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.gs-video-testimonial-name {
    margin: 0;
    font-size: 13px;
    font-weight: 800;
}
.gs-video-testimonial-model {
    margin: 3px 0 0;
    font-size: 11px;
    color: #888;
}
.gs-video-testimonial-stars {
    color: #f3b51b;
    font-size: 14px;
    letter-spacing: 1px;
    white-space: nowrap;
}
.gs-video-testimonials-dots {
    display: none;
    justify-content: center;
    gap: 6px;
    margin-top: 14px;
}
.gs-video-dot {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #ccc;
    transition: all .25s ease;
}
.gs-video-dot.active {
    width: 18px;
    background: #41b883;
}
.gs-video-testimonials-cta {
    margin-top: 34px;
    text-align: center;
}
@media (max-width: 767px) {
    .gs-video-testimonials {
        padding: 54px 0;
    }
    .gs-video-testimonials-head {
        padding: 0 20px;
        margin-bottom: 34px;
    }
    .gs-video-testimonials-track {
        max-width: none;
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding: 0 20px 16px;
        gap: 20px;
    }
    .gs-video-testimonials-track::-webkit-scrollbar {
        display: none;
    }
    .gs-video-testimonial-card {
        flex: 0 0 270px;
        scroll-snap-align: center;
    }
    .gs-video-testimonials-dots {
        display: flex;
    }
}
.gs-reviews-slider {
    padding: 80px 20px;
    background: #f7f8f5;
    overflow: hidden;
}
.gs-reviews-slider-head {
    max-width: 1180px;
    margin: 0 auto 42px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
}
.gs-reviews-label {
    margin: 0 0 10px;
    color: #41b883;
    font-size: 0.95rem;
    font-weight: 800;
}
.gs-reviews-slider-head h2 {
    max-width: 720px;
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
}
.gs-reviews-rating {
    background: white;
    border-radius: 18px;
    padding: 16px 20px;
    box-shadow: 0 14px 35px rgba(0,0,0,.08);
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 180px;
}
.gs-reviews-rating img {
    max-width: 120px;
    height: auto;
}
.gs-reviews-slider-window {
    max-width: 1180px;
    margin: 0 auto;
    overflow: hidden;
}
.gs-reviews-slider-track {
    display: flex;
    gap: 18px;
    transition: transform .45s ease;
    will-change: transform;
}
.gs-review-card {
    flex: 0 0 calc((100% - 54px) / 4);
    min-height: 360px;
    background: white;
    border-radius: 20px;
    padding: 26px;
    box-sizing: border-box;
    box-shadow: 0 14px 38px rgba(0,0,0,.08);
    display: flex;
    flex-direction: column;
}
.gs-review-stars {
    color: #f3b51b;
    letter-spacing: 1px;
    margin-bottom: 22px;
}
.gs-review-card h3 {
    margin: 0 0 16px;
    font-size: 1.2rem;
    line-height: 1.25;
}
.gs-review-text {
    font-size: .98rem;
    line-height: 1.6;
    color: #4f5b53;
    flex: 1;
}
.gs-review-text p {
    margin: 0 0 12px;
}
.gs-review-footer {
    margin-top: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.gs-review-author {
    display: flex;
    align-items: center;
    gap: 10px;
}
.gs-review-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #41b883;
    color: white;
    display: grid;
    place-items: center;
    font-size: .8rem;
    font-weight: 800;
}
.gs-review-footer img {
    max-width: 78px;
    height: auto;
}
.gs-review-card-image {
    padding: 0;
    overflow: hidden;
}
.gs-review-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gs-reviews-dots {
    margin-top: 28px;
    display: flex;
    justify-content: center;
    gap: 8px;
}
.gs-reviews-dot {
    width: 9px;
    height: 9px;
    border: 0;
    border-radius: 999px;
    background: #c9c9c9;
    cursor: pointer;
    padding: 0;
    transition: all .25s ease;
}
.gs-reviews-dot.active {
    width: 24px;
    background: #41b883;
}
.gs-reviews-cta {
    margin-top: 34px;
    text-align: center;
}
@media (max-width: 1300px) {
    .gs-review-card {
        flex-basis: calc((100% - 36px) / 3);
    }
}
@media (max-width: 1000px) {
    .gs-review-card {
        flex-basis: calc((100% - 18px) / 2);
    }
}
@media (max-width: 700px) {
    .gs-reviews-slider {
        padding: 56px 18px;
    }
    .gs-reviews-slider-head {
        display: block;
        margin-bottom: 30px;
    }
    .gs-reviews-rating {
        margin-top: 22px;
        max-width: 220px;
    }
    .gs-review-card {
        flex-basis: 100%;
        min-height: auto;
    }
}
.gs-hotspot-features {
    padding: 80px 20px;
    background: #ffffff;
}
.gs-hotspot-head {
    max-width: 1180px;
    margin: 0 auto 50px;
}
.gs-hotspot-label {
    margin: 0 0 12px;
    color: #41b883;
    font-size: 0.95rem;
    font-weight: 800;
    text-transform: uppercase;
}
.gs-hotspot-head h2 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
}
.gs-hotspot-layout {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr minmax(280px, 420px) 1fr;
    gap: 34px;
    align-items: center;
}
.gs-hotspot-list {
    display: flex;
    flex-direction: column;
    gap: 26px;
}
.gs-hotspot-card {
    background: #f7f9f5;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 12px 32px rgba(0,0,0,.06);
}
.gs-hotspot-card h3 {
    margin: 0 0 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.25rem;
}
.gs-hotspot-card h3 span,
.gs-hotspot-point {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #41b883;
    color: white;
    display: inline-grid;
    place-items: center;
    font-weight: 800;
    flex: 0 0 34px;
}
.gs-hotspot-card p {
    margin: 0;
    color: #4f5b53;
    line-height: 1.6;
}
.gs-hotspot-image-wrap {
    position: relative;
    max-width: 420px;
    margin: 0 auto;
}
.gs-hotspot-image {
    width: 100%;
    display: block;
}
.gs-hotspot-point {
    position: absolute;
    border: 4px solid white;
    box-shadow: 0 8px 24px rgba(0,0,0,.22);
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.gs-hotspot-point:hover {
    transform: translate(-50%, -50%) scale(1.08);
}
@media (max-width: 900px) {
    .gs-hotspot-layout {
        grid-template-columns: 1fr;
    }
    .gs-hotspot-image-wrap {
        order: -1;
        max-width: 360px;
    }
    .gs-hotspot-list {
        gap: 16px;
    }
}
@media (max-width: 560px) {
    .gs-hotspot-features {
        padding: 56px 18px;
    }
    .gs-hotspot-card {
        padding: 20px;
    }
    .gs-hotspot-point {
        width: 30px;
        height: 30px;
        border-width: 3px;
        font-size: .9rem;
    }
}
.gs-cta-banner {
    padding: 78px 24px;
    background: linear-gradient(135deg, #41b883 0%, #35a775 100%);
    color: white;
    text-align: center;
}
.gs-cta-banner-inner {
    max-width: 980px;
    margin: 0 auto;
}
.gs-cta-rating {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 28px;
    padding: 10px 20px;
    border-radius: 999px;
    background: rgba(255,255,255,.16);
    font-size: .95rem;
    font-weight: 700;
}
.gs-cta-stars {
    color: #fbbf24;
    letter-spacing: 1px;
}
.gs-cta-banner h2 {
    margin: 0 0 18px;
    font-size: clamp(2rem, 5vw, 3.6rem);
    line-height: 1.12;
    letter-spacing: -0.04em;
    font-weight: 800;
}
.gs-cta-subtitle {
    max-width: 650px;
    margin: 0 auto 36px;
    color: rgba(255,255,255,.88);
    font-size: 1.15rem;
    line-height: 1.65;
}
.gs-cta-button-wrap {
    margin-bottom: 38px;
}
.gs-cta-button {
    display: inline-block;
    padding: 18px 42px;
    border-radius: 10px;
    background: white;
    color: #35a775;
    font-size: 1.05rem;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 12px 32px rgba(0,0,0,.22);
}
.gs-cta-button:hover {
    transform: translateY(-2px);
}
.gs-cta-reassurance {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 28px;
}
.gs-cta-reassurance-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,.88);
    font-size: .9rem;
}
.gs-cta-reassurance-item span {
    font-weight: 900;
}
@media (max-width: 620px) {
    .gs-cta-banner {
        padding: 58px 18px;
    }
    .gs-cta-rating {
        flex-direction: column;
        gap: 4px;
        border-radius: 18px;
    }
    .gs-cta-button {
        width: 100%;
        box-sizing: border-box;
        padding-left: 22px;
        padding-right: 22px;
    }
    .gs-cta-reassurance {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
}
.gs-image-gallery-grid {
    padding: 80px 20px;
    background: #ffffff;
}
.gs-image-gallery-head {
    max-width: 1180px;
    margin: 0 auto 42px;
}
.gs-image-gallery-label {
    margin: 0 0 10px;
    color: #41b883;
    font-size: .95rem;
    font-weight: 800;
    text-transform: uppercase;
}
.gs-image-gallery-head h2 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
}
.gs-image-gallery-layout {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.gs-image-gallery-item {
    margin: 0;
    min-height: 340px;
    border-radius: 24px;
    overflow: hidden;
    background: #e8eee9;
    box-shadow: 0 14px 34px rgba(0,0,0,.08);
}
.gs-image-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .45s ease;
}
.gs-image-gallery-item:hover img {
    transform: scale(1.04);
}
.gs-image-gallery-cta {
    margin-top: 38px;
    text-align: center;
}
@media (max-width: 1000px) {
    .gs-image-gallery-layout {
        grid-template-columns: repeat(2, 1fr);
    }
    .gs-image-gallery-item {
        min-height: 300px;
    }
}
@media (max-width: 620px) {
    .gs-image-gallery-grid {
        padding: 56px 18px;
    }
    .gs-image-gallery-layout {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .gs-image-gallery-item {
        min-height: 260px;
        border-radius: 18px;
    }
}
.gs-use-cases-grid {
    padding: 80px 20px;
    background: #f7f8f5;
}
.gs-use-cases-head {
    max-width: 980px;
    margin: 0 auto 42px;
    text-align: center;
}
.gs-use-cases-label {
    margin: 0 0 10px;
    color: #41b883;
    font-size: .95rem;
    font-weight: 800;
    text-transform: uppercase;
}
.gs-use-cases-head h2 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
}
.gs-use-cases-head p {
    max-width: 620px;
    margin: 18px auto 0;
    color: #566057;
    font-size: 1.05rem;
    line-height: 1.6;
}
.gs-use-cases-layout {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.gs-use-case-card {
    position: relative;
    display: block;
    min-height: 300px;
    overflow: hidden;
    border-radius: 24px;
    background: #dfe7df;
    color: #1f2a23;
    text-decoration: none;
    box-shadow: 0 14px 34px rgba(0,0,0,.08);
}
.gs-use-case-card img {
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
    display: block;
    transition: transform .45s ease;
}
.gs-use-case-card:hover img {
    transform: scale(1.05);
}
.gs-use-case-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 45%, rgba(0,0,0,.32) 100%);
}
.gs-use-case-badge {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    max-width: calc(100% - 36px);
    padding: 11px 16px;
    border-radius: 999px;
    background: rgba(255,255,255,.92);
    box-shadow: 0 10px 28px rgba(0,0,0,.16);
}
.gs-use-case-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f3f5f1;
    display: grid;
    place-items: center;
    font-size: .9rem;
}
.gs-use-case-badge strong {
    font-size: .98rem;
    white-space: nowrap;
}
.gs-use-cases-cta {
    margin-top: 38px;
    text-align: center;
}
@media (max-width: 1000px) {
    .gs-use-cases-layout {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 620px) {
    .gs-use-cases-grid {
        padding: 56px 18px;
    }
    .gs-use-cases-layout {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .gs-use-case-card,
    .gs-use-case-card img {
        min-height: 260px;
    }
    .gs-use-case-badge {
        border-radius: 16px;
        align-items: flex-start;
    }
    .gs-use-case-badge strong {
        white-space: normal;
    }
}
.gs-logo-marquee {
    padding: 60px 20px;
    background: #ffffff;
    overflow: hidden;
}
.gs-logo-marquee h2 {
    margin: 0 0 34px;
    text-align: center;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    line-height: 1.15;
    letter-spacing: -0.03em;
}
.gs-logo-marquee-window {
    max-width: 1180px;
    margin: 0 auto;
    overflow: hidden;
    mask-image: linear-gradient(
        90deg,
        transparent,
        black 10%,
        black 90%,
        transparent
    );
    -webkit-mask-image: linear-gradient(
        90deg,
        transparent,
        black 10%,
        black 90%,
        transparent
    );
}
.gs-logo-marquee-track {
    display: flex;
    align-items: center;
    gap: 26px;
    width: max-content;
    animation: gsLogoMarquee 28s linear infinite;
}
.gs-logo-marquee:hover .gs-logo-marquee-track {
    animation-play-state: paused;
}
.gs-logo-marquee-item {
    margin: 0;
    width: 180px;
    height: 76px;
    flex: 0 0 180px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: #f7f8f5;
    box-shadow: 0 8px 22px rgba(0,0,0,.05);
}
.gs-logo-marquee-item img {
    max-width: 125px;
    max-height: 42px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: .78;
    transition: all .25s ease;
}
.gs-logo-marquee-item:hover img {
    filter: grayscale(0);
    opacity: 1;
}
@keyframes gsLogoMarquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
@media (max-width: 700px) {
    .gs-logo-marquee {
        padding: 46px 0;
    }
    .gs-logo-marquee h2 {
        padding: 0 18px;
    }
    .gs-logo-marquee-track {
        gap: 16px;
        animation-duration: 22s;
    }
    .gs-logo-marquee-item {
        width: 130px;
        height: 64px;
        flex-basis: 130px;
    }
    .gs-logo-marquee-item img {
        max-width: 95px;
        max-height: 36px;
    }
}
.gs-image-block {
    margin: 0;
    padding: 0;
}
.hero-image {
    display: block;
    width: 100%;
    height: 70vh;
    min-height: 420px;
    object-fit: cover;
}
@media (max-width: 768px) {
    .hero-image {
        height: 45vh;
        min-height: 280px;
    }
}
.gs-faq {
    padding: 80px 20px;
    background: #f7f8f5;
}
.gs-faq-head {
    max-width: 800px;
    margin: 0 auto 40px;
    text-align: center;
}
.gs-faq-head h2 {
    margin: 0 0 14px;
    font-size: clamp(2rem,4vw,3.4rem);
    line-height: 1.1;
}
.gs-faq-head p {
    margin: 0;
    color: #5d675f;
    font-size: 1.05rem;
    line-height: 1.6;
}
.gs-faq-list {
    max-width: 1000px;
    margin: auto;
}
.gs-faq-item {
    background: white;
    margin-bottom: 14px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(0,0,0,.05);
}
.gs-faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 24px 28px;
    font-size: 1.05rem;
    font-weight: 700;
    position: relative;
}
.gs-faq-item summary::-webkit-details-marker {
    display: none;
}
.gs-faq-item summary::after {
    content: "+";
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    color: #41b883;
}
.gs-faq-item[open] summary::after {
    content: "?";
}
.gs-faq-content {
    padding: 0 28px 24px;
    color: #546057;
    line-height: 1.7;
}
.gs-faq-content p:first-child {
    margin-top: 0;
}
.gs-faq-content p:last-child {
    margin-bottom: 0;
}
@media (max-width: 700px) {
    .gs-faq {
        padding: 56px 18px;
    }
    .gs-faq-item summary {
        padding: 18px 20px;
        padding-right: 50px;
        font-size: 1rem;
    }
    .gs-faq-content {
        padding: 0 20px 20px;
    }
}
.gs-cta-image-bg {
    min-height: 440px;
    background-size: cover;
    background-position: center;
    color: white;
}
.gs-cta-image-bg-overlay {
    min-height: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 70px 24px;
    background: linear-gradient(90deg, rgba(0,0,0,.58), rgba(0,0,0,.22));
}
.gs-cta-image-bg-inner {
    max-width: 1180px;
    width: 100%;
    text-align: left;
}
.gs-cta-image-bg h2 {
    max-width: 720px;
    margin: 0 0 30px;
    font-size: clamp(2.4rem, 5vw, 4.8rem);
    line-height: 1.05;
    letter-spacing: -0.05em;
    font-weight: 800;
}
.gs-cta-image-bg-button {
    display: inline-block;
    padding: 16px 34px;
    border-radius: 999px;
    background: #41b883;
    color: white;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 14px 35px rgba(0,0,0,.25);
}
.gs-cta-image-bg-button:hover {
    background: #35a775;
}
@media (max-width: 700px) {
    .gs-cta-image-bg,
    .gs-cta-image-bg-overlay {
        min-height: 360px;
    }
    .gs-cta-image-bg-overlay {
        padding: 54px 20px;
        background: linear-gradient(180deg, rgba(0,0,0,.62), rgba(0,0,0,.28));
    }
    .gs-cta-image-bg-inner {
        text-align: center;
    }
    .gs-cta-image-bg h2 {
        margin-left: auto;
        margin-right: auto;
    }
}
.gs-footer-mini {
    padding: 56px 24px 28px;
    background: #1f2a23;
    color: rgba(255,255,255,.82);
}
.gs-footer-mini-wrap {
    max-width: 1180px;
    margin: 0 auto;
}
.gs-footer-logo {
    display: inline-block;
    margin-bottom: 34px;
}
.gs-footer-logo img {
    max-width: 220px;
    height: auto;
    display: block;
}
.gs-footer-columns {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr;
    gap: 42px;
    margin-bottom: 42px;
}
.gs-footer-col p {
    margin: 0 0 14px;
    line-height: 1.65;
}
.gs-footer-col strong {
    color: white;
}
.gs-footer-title {
    display: block;
    margin-bottom: 14px;
    color: white;
    font-weight: 800;
    font-size: 1.05rem;
}
.gs-footer-phone {
    display: inline-block;
    margin-bottom: 10px;
    color: white;
    font-size: 1.35rem;
    font-weight: 800;
    text-decoration: none;
}
.gs-footer-small {
    font-size: .92rem;
    line-height: 1.55;
    color: rgba(255,255,255,.7);
}
.gs-footer-button {
    display: inline-block;
    margin-bottom: 14px;
    padding: 13px 22px;
    border-radius: 999px;
    background: #41b883;
    color: white;
    font-weight: 800;
    text-decoration: none;
}
.gs-footer-button:hover {
    background: #35a775;
}
.gs-footer-bottom {
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,.14);
    font-size: .9rem;
    color: rgba(255,255,255,.66);
}
.gs-footer-bottom a {
    color: rgba(255,255,255,.82);
    text-decoration: none;
}
.gs-footer-bottom a:hover {
    color: white;
}
@media (max-width: 850px) {
    .gs-footer-columns {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}
@media (max-width: 560px) {
    .gs-footer-mini {
        padding: 44px 18px 24px;
    }
    .gs-footer-logo img {
        max-width: 180px;
    }
    .gs-footer-phone {
        font-size: 1.2rem;
    }
    .gs-footer-bottom {
        line-height: 1.7;
    }
}
.gs-header-mini {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(0,0,0,.06);
}
.gs-header-mini-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 14px 20px;
}
.gs-header-mini-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.gs-header-mini-logo {
    color: #1f2a23;
    text-decoration: none;
    font-weight: 900;
    font-size: 1.35rem;
    letter-spacing: -0.04em;
}
.gs-header-mini-logo img {
    display: block;
    max-width: 180px;
    max-height: 42px;
}
.gs-header-mini-contact {
    display: flex;
    align-items: center;
    gap: 18px;
}
.gs-header-mini-call {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 3px;
}
.gs-header-mini-call a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #1f2a23;
    text-decoration: none;
    font-weight: 800;
    font-size: 1rem;
}
.gs-header-mini-phone-icon {
    color: #41b883;
}
.gs-header-mini-hours {
    font-size: .82rem;
    color: #68726b;
}
.gs-header-mini-phone-button {
    display: none;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #f1f8f4;
    color: #41b883;
    text-decoration: none;
    place-items: center;
    font-size: 1.2rem;
}
@media (max-width: 700px) {
    .gs-header-mini-container {
        padding: 12px 16px;
    }
    .gs-header-mini-logo img {
        max-width: 150px;
    }
    .gs-header-mini-call {
        display: none;
    }
    .gs-header-mini-phone-button {
        display: grid;
    }
}
.gs-hero-flexo {
    background:
        linear-gradient(
            90deg,
            rgba(255,255,255,.94) 0%,
            rgba(255,255,255,.88) 35%,
            rgba(255,255,255,.10) 100%
        ),
        url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1800&q=80");
    background-size: cover;
    background-position: center;
}
.gs-hero-flexo h1 {
    font-size: clamp(3rem,6vw,6rem);
    max-width: 850px;
    color: #202020;
}
.gs-hero-flexo span {
    color: #4cb08d;
}
.hero-image-flexo {
    width:100%;
    height:85vh;
    min-height:600px;
    object-fit:cover;
}
.gs-stats {
    padding: 80px 20px;
    background: #ffffff;
}
.gs-stats-head {
    max-width: 820px;
    margin: 0 auto 42px;
    text-align: center;
}
.gs-stats-label {
    margin: 0 0 10px;
    color: #41b883;
    font-size: .95rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.gs-stats-head h2 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
}
.gs-stats-subtitle {
    max-width: 620px;
    margin: 18px auto 0;
    color: #566057;
    font-size: 1.05rem;
    line-height: 1.6;
}
.gs-stats-grid {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}
.gs-stat-card {
    padding: 32px 24px;
    border-radius: 22px;
    background: #f7f8f5;
    text-align: center;
    box-shadow: 0 12px 32px rgba(0,0,0,.06);
}
.gs-stat-number {
    margin-bottom: 12px;
    color: #41b883;
    font-size: clamp(2.5rem, 5vw, 4.2rem);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.06em;
}
.gs-stat-card h3 {
    margin: 0 0 10px;
    font-size: 1.15rem;
    line-height: 1.25;
}
.gs-stat-card p {
    margin: 0;
    color: #5b665e;
    font-size: .95rem;
    line-height: 1.55;
}
@media (max-width: 1000px) {
    .gs-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 560px) {
    .gs-stats {
        padding: 56px 18px;
    }
    .gs-stats-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .gs-stat-card {
        padding: 26px 20px;
    }
}
.gs-pricing-cards {
    padding: 80px 20px;
    background: #f7f8f5;
}
.gs-pricing-cards-head {
    max-width: 820px;
    margin: 0 auto 44px;
    text-align: center;
}
.gs-pricing-cards-label {
    margin: 0 0 10px;
    color: #41b883;
    font-size: .95rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.gs-pricing-cards-head h2 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
}
.gs-pricing-cards-head p {
    max-width: 620px;
    margin: 18px auto 0;
    color: #566057;
    font-size: 1.05rem;
    line-height: 1.6;
}
.gs-pricing-cards-grid {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.gs-pricing-card {
    position: relative;
    padding: 34px 28px;
    border-radius: 24px;
    background: white;
    box-shadow: 0 14px 38px rgba(0,0,0,.07);
    display: flex;
    flex-direction: column;
}
.gs-pricing-card.is-highlight {
    transform: translateY(-12px);
    box-shadow: 0 24px 60px rgba(0,0,0,.14);
    border: 2px solid #41b883;
}
.gs-pricing-card-badge {
    width: fit-content;
    margin-bottom: 18px;
    padding: 7px 12px;
    border-radius: 999px;
    background: #e8f8ef;
    color: #2f8d5d;
    font-size: .78rem;
    font-weight: 800;
}
.gs-pricing-card h3 {
    margin: 0 0 18px;
    font-size: 1.45rem;
}
.gs-pricing-card-price {
    margin-bottom: 18px;
}
.gs-pricing-card-price strong {
    display: block;
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: -0.05em;
}
.gs-pricing-card-price span {
    display: block;
    margin-top: 6px;
    color: #66736a;
    font-size: .95rem;
}
.gs-pricing-card-text {
    margin: 0 0 22px;
    color: #566057;
    line-height: 1.6;
}
.gs-pricing-card-features {
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 11px;
}
.gs-pricing-card-features li {
    position: relative;
    padding-left: 25px;
    color: #354139;
    line-height: 1.45;
}
.gs-pricing-card-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #41b883;
    font-weight: 900;
}
.gs-pricing-card-button {
    margin-top: auto;
    display: inline-block;
    text-align: center;
    padding: 14px 22px;
    border-radius: 999px;
    background: #41b883;
    color: white;
    text-decoration: none;
    font-weight: 800;
}
.gs-pricing-card-button:hover {
    background: #35a775;
}
@media (max-width: 900px) {
    .gs-pricing-cards-grid {
        grid-template-columns: 1fr;
    }
    .gs-pricing-card.is-highlight {
        transform: none;
    }
}
.gs-contact-form {
    padding: 80px 20px;
    background: #ffffff;
}
.gs-contact-form-inner {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 46px;
    align-items: start;
}
.gs-contact-form-label {
    margin: 0 0 12px;
    color: #41b883;
    font-size: .95rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.gs-contact-form-content h2 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
}
.gs-contact-form-subtitle {
    margin: 22px 0 0;
    color: #566057;
    font-size: 1.08rem;
    line-height: 1.7;
}
.gs-contact-form-infos {
    margin-top: 34px;
    display: grid;
    gap: 18px;
}
.gs-contact-form-infos p {
    margin: 0;
    padding: 18px 20px;
    border-radius: 18px;
    background: #f7f8f5;
    color: #48534c;
    line-height: 1.55;
}
.gs-contact-form-infos strong {
    color: #1f2a23;
}
.gs-contact-form-infos a {
    color: #41b883;
    font-weight: 800;
    text-decoration: none;
}
.gs-contact-form-box {
    padding: 32px;
    border-radius: 26px;
    background: #f7f8f5;
    box-shadow: 0 18px 46px rgba(0,0,0,.08);
}
.gs-contact-form-box h3 {
    margin: 0 0 22px;
    font-size: 1.55rem;
}
.gs-contact-form-box label {
    display: block;
    margin-bottom: 16px;
}
.gs-contact-form-box label span {
    display: block;
    margin-bottom: 7px;
    font-size: .92rem;
    font-weight: 800;
    color: #253128;
}
.gs-contact-form-box input,
.gs-contact-form-box textarea,
.gs-contact-form-box select {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #dfe5dd;
    border-radius: 13px;
    padding: 14px 15px;
    background: white;
    color: #1f2a23;
    font: inherit;
}
.gs-contact-form-box textarea {
    min-height: 120px;
    resize: vertical;
}
.gs-contact-form-box button {
    width: 100%;
    border: 0;
    border-radius: 999px;
    padding: 15px 24px;
    background: #41b883;
    color: white;
    font-weight: 900;
    cursor: pointer;
    font-size: 1rem;
}
.gs-contact-form-box button:hover {
    background: #35a775;
}
.gs-contact-form-note {
    margin: 14px 0 0;
    color: #66736a;
    font-size: .88rem;
    line-height: 1.5;
    text-align: center;
}
@media (max-width: 850px) {
    .gs-contact-form-inner {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 560px) {
    .gs-contact-form {
        padding: 56px 18px;
    }
    .gs-contact-form-box {
        padding: 22px;
        border-radius: 20px;
    }
}
.gs-team {
    padding: 80px 20px;
    background: #ffffff;
}
.gs-team-head {
    max-width: 820px;
    margin: 0 auto 44px;
    text-align: center;
}
.gs-team-label {
    margin: 0 0 10px;
    color: #41b883;
    font-size: .95rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.gs-team-head h2 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
}
.gs-team-head p {
    max-width: 620px;
    margin: 18px auto 0;
    color: #566057;
    font-size: 1.05rem;
    line-height: 1.6;
}
.gs-team-grid {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.gs-team-card {
    overflow: hidden;
    border-radius: 24px;
    background: #f7f8f5;
    box-shadow: 0 14px 38px rgba(0,0,0,.07);
}
.gs-team-photo {
    margin: 0;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #e8eee9;
}
.gs-team-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.gs-team-content {
    padding: 26px;
}
.gs-team-content h3 {
    margin: 0 0 6px;
    font-size: 1.3rem;
}
.gs-team-role {
    margin: 0 0 14px;
    color: #41b883;
    font-weight: 800;
}
.gs-team-text {
    margin: 0;
    color: #566057;
    line-height: 1.6;
}
.gs-team-link {
    display: inline-block;
    margin-top: 18px;
    color: #41b883;
    font-weight: 800;
    text-decoration: none;
}
.gs-team-link:hover {
    text-decoration: underline;
}
@media (max-width: 900px) {
    .gs-team-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 560px) {
    .gs-team {
        padding: 56px 18px;
    }
    .gs-team-content {
        padding: 22px;
    }
}
.gs-timeline {
    padding: 80px 20px;
    background: #f7f8f5;
}
.gs-timeline-head {
    max-width: 820px;
    margin: 0 auto 50px;
    text-align: center;
}
.gs-timeline-label {
    margin: 0 0 10px;
    color: #41b883;
    font-size: .95rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.gs-timeline-head h2 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
}
.gs-timeline-head p {
    max-width: 620px;
    margin: 18px auto 0;
    color: #566057;
    font-size: 1.05rem;
    line-height: 1.6;
}
.gs-timeline-list {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    gap: 28px;
}
.gs-timeline-list::before {
    content: "";
    position: absolute;
    left: 31px;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: #dfe7df;
}
.gs-timeline-item {
    position: relative;
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 22px;
}
.gs-timeline-marker {
    position: relative;
    z-index: 2;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #41b883;
    color: white;
    display: grid;
    place-items: center;
    box-shadow: 0 10px 28px rgba(65,184,131,.28);
    font-weight: 900;
}
.gs-timeline-marker img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}
.gs-timeline-content {
    padding: 24px 26px;
    border-radius: 22px;
    background: white;
    box-shadow: 0 14px 38px rgba(0,0,0,.06);
}
.gs-timeline-date {
    margin: 0 0 8px;
    color: #41b883;
    font-weight: 900;
    font-size: .95rem;
}
.gs-timeline-content h3 {
    margin: 0 0 10px;
    font-size: 1.25rem;
}
.gs-timeline-text {
    margin: 0;
    color: #566057;
    line-height: 1.65;
}
@media (max-width: 620px) {
    .gs-timeline {
        padding: 56px 18px;
    }
    .gs-timeline-list::before {
        left: 24px;
    }
    .gs-timeline-item {
        grid-template-columns: 50px 1fr;
        gap: 16px;
    }
    .gs-timeline-marker {
        width: 50px;
        height: 50px;
    }
    .gs-timeline-marker img {
        width: 28px;
        height: 28px;
    }
    .gs-timeline-content {
        padding: 20px;
        border-radius: 18px;
    }
}
.gs-locations-grid {
    padding: 80px 20px;
    background: #f7f8f5;
}
.gs-locations-grid-head {
    max-width: 820px;
    margin: 0 auto 44px;
    text-align: center;
}
.gs-locations-grid-label {
    margin: 0 0 10px;
    color: #41b883;
    font-size: .95rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.gs-locations-grid-head h2 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
}
.gs-locations-grid-head p {
    max-width: 620px;
    margin: 18px auto 0;
    color: #566057;
    font-size: 1.05rem;
    line-height: 1.6;
}
.gs-locations-grid-list {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.gs-location-card {
    overflow: hidden;
    border-radius: 24px;
    background: white;
    box-shadow: 0 14px 38px rgba(0,0,0,.07);
}
.gs-location-card-image {
    margin: 0;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #e8eee9;
}
.gs-location-card-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.gs-location-card-content {
    padding: 26px;
}
.gs-location-card-city {
    margin: 0 0 8px;
    color: #41b883;
    font-weight: 900;
    text-transform: uppercase;
    font-size: .85rem;
    letter-spacing: .08em;
}
.gs-location-card-content h3 {
    margin: 0 0 12px;
    font-size: 1.25rem;
}
.gs-location-card-text {
    margin: 0;
    color: #566057;
    line-height: 1.6;
}
.gs-location-card-link {
    display: inline-block;
    margin-top: 18px;
    color: #41b883;
    font-weight: 800;
    text-decoration: none;
}
.gs-location-card-link:hover {
    text-decoration: underline;
}
@media (max-width: 900px) {
    .gs-locations-grid-list {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 560px) {
    .gs-locations-grid {
        padding: 56px 18px;
    }
    .gs-location-card-content {
        padding: 22px;
    }
}
.gs-locations {
    padding: 80px 20px;
    background: #ffffff;
}
.gs-locations-inner {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 46px;
    align-items: start;
}
.gs-locations-label {
    margin: 0 0 10px;
    color: #41b883;
    font-size: .95rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.gs-locations-content h2 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
}
.gs-locations-subtitle {
    margin: 22px 0 0;
    color: #566057;
    font-size: 1.08rem;
    line-height: 1.7;
}
.gs-locations-image {
    margin: 34px 0 0;
    overflow: hidden;
    border-radius: 24px;
    background: #e8eee9;
    box-shadow: 0 14px 38px rgba(0,0,0,.07);
}
.gs-locations-image img {
    width: 100%;
    display: block;
    object-fit: cover;
}
.gs-locations-list {
    display: grid;
    gap: 18px;
}
.gs-location-detail {
    padding: 26px;
    border-radius: 22px;
    background: #f7f8f5;
    box-shadow: 0 12px 34px rgba(0,0,0,.05);
}
.gs-location-detail h3 {
    margin: 0 0 10px;
    font-size: 1.3rem;
}
.gs-location-address {
    margin: 0 0 18px;
    color: #566057;
    line-height: 1.6;
}
.gs-location-meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.gs-location-meta p {
    margin: 0;
    padding: 14px 16px;
    border-radius: 16px;
    background: white;
    color: #566057;
    line-height: 1.55;
}
.gs-location-meta strong {
    color: #1f2a23;
}
.gs-location-meta a {
    color: #41b883;
    font-weight: 800;
    text-decoration: none;
}
.gs-location-detail-button {
    display: inline-block;
    margin-top: 20px;
    padding: 13px 22px;
    border-radius: 999px;
    background: #41b883;
    color: white;
    font-weight: 800;
    text-decoration: none;
}
.gs-location-detail-button:hover {
    background: #35a775;
}
@media (max-width: 900px) {
    .gs-locations-inner {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 560px) {
    .gs-locations {
        padding: 56px 18px;
    }
    .gs-location-meta {
        grid-template-columns: 1fr;
    }
    .gs-location-detail {
        padding: 22px;
    }
}
.gs-pricing {
    padding: 80px 20px;
    background: #f7f8f5;
}
.gs-pricing-inner {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 46px;
    align-items: center;
}
.gs-pricing-label {
    margin: 0 0 10px;
    color: #41b883;
    font-size: .95rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.gs-pricing-content h2 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.6rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
}
.gs-pricing-subtitle {
    margin: 22px 0 0;
    color: #566057;
    font-size: 1.1rem;
    line-height: 1.7;
}
.gs-pricing-box {
    padding: 34px 30px;
    border-radius: 26px;
    background: white;
    box-shadow: 0 18px 46px rgba(0,0,0,.08);
}
.gs-pricing-price {
    margin-bottom: 20px;
}
.gs-pricing-price strong {
    display: block;
    font-size: 3rem;
    line-height: 1;
    letter-spacing: -0.06em;
}
.gs-pricing-price span {
    display: block;
    margin-top: 8px;
    color: #66736a;
    font-weight: 700;
}
.gs-pricing-description {
    margin: 0 0 24px;
    color: #566057;
    line-height: 1.65;
}
.gs-pricing-features {
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}
.gs-pricing-features li {
    position: relative;
    padding-left: 26px;
    color: #354139;
    line-height: 1.45;
}
.gs-pricing-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #41b883;
    font-weight: 900;
}
.gs-pricing-button {
    display: block;
    text-align: center;
    padding: 15px 24px;
    border-radius: 999px;
    background: #41b883;
    color: white;
    font-weight: 900;
    text-decoration: none;
}
.gs-pricing-button:hover {
    background: #35a775;
}
.gs-pricing-note {
    margin: 14px 0 0;
    color: #66736a;
    font-size: .9rem;
    line-height: 1.5;
    text-align: center;
}
@media (max-width: 900px) {
    .gs-pricing-inner {
        grid-template-columns: 1fr;
    }
    .gs-pricing-box {
        max-width: 520px;
    }
}
@media (max-width: 560px) {
    .gs-pricing {
        padding: 56px 18px;
    }
    .gs-pricing-box {
        padding: 26px 22px;
        border-radius: 22px;
    }
    .gs-pricing-price strong {
        font-size: 2.5rem;
    }
}
.gs-globe-header {
background: rgba(255,255,255,.98);
}
.gs-globe-header .gs-header-mini-logo {
font-size: 1.55rem;
color: #1f4f7a;
}
.gs-globe-hero {
background:
linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.88) 42%, rgba(255,255,255,.35) 100%),
url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1800&q=80");
background-size: cover;
background-position: center;
}
.gs-globe-hero h1 {
max-width: 780px;
color: #102a43;
}
.gs-globe-hero .gs-hero-subtitle {
max-width: 700px;
color: #334e68;
font-size: 1.28rem;
}
.gs-globe-hero .gs-button,
.gs-globe-benefits .gs-button,
.gs-globe-media .gs-button,
.gs-globe-steps .gs-button,
.gs-globe-cta .gs-cta-button,
.gs-globe-footer .gs-footer-button {
background: #1f7acb;
}
.gs-globe-hero .gs-button:hover,
.gs-globe-benefits .gs-button:hover,
.gs-globe-media .gs-button:hover,
.gs-globe-steps .gs-button:hover,
.gs-globe-footer .gs-footer-button:hover {
background: #155f9e;
}
.gs-globe-benefits {
background: #f5f9ff;
}
.gs-globe-benefits .gs-benefit {
background: #ffffff;
border-radius: 22px;
box-shadow: 0 14px 34px rgba(31,122,203,.08);
}
.gs-globe-benefits .gs-benefit h3 {
color: #102a43;
}
.gs-globe-media {
background: #ffffff;
}
.gs-globe-media h2 {
color: #102a43;
}
.gs-globe-media .gs-media-text-media {
box-shadow: 0 24px 60px rgba(16,42,67,.14);
}
.gs-globe-steps {
background: #f5f9ff;
}
.gs-globe-steps .gs-step-number {
color: #1f7acb;
}
.gs-globe-gallery {
background: #ffffff;
}
.gs-globe-gallery .gs-image-gallery-label {
color: #1f7acb;
}
.gs-globe-gallery .gs-image-gallery-item {
box-shadow: 0 14px 34px rgba(31,122,203,.09);
}
.gs-globe-pricing {
background: #f5f9ff;
}
.gs-globe-pricing .gs-pricing-cards-label {
color: #1f7acb;
}
.gs-globe-pricing .gs-pricing-card.is-highlight {
border-color: #1f7acb;
}
.gs-globe-pricing .gs-pricing-card-badge {
background: #e9f5ff;
color: #1f7acb;
}
.gs-globe-pricing .gs-pricing-card-features li::before {
color: #1f7acb;
}
.gs-globe-pricing .gs-pricing-card-button {
background: #1f7acb;
}
.gs-globe-pricing .gs-pricing-card-button:hover {
background: #155f9e;
}
.gs-globe-reviews {
background: #ffffff;
}
.gs-globe-reviews .gs-reviews-label,
.gs-globe-reviews .gs-review-avatar {
background: #1f7acb;
color: #ffffff;
}
.gs-globe-reviews .gs-reviews-label {
background: transparent;
color: #1f7acb;
}
.gs-globe-faq {
background: #f5f9ff;
}
.gs-globe-faq .gs-faq-item summary::after {
color: #1f7acb;
}
.gs-globe-cta {
background: linear-gradient(135deg, #1f7acb 0%, #102a43 100%);
}
.gs-globe-cta .gs-cta-button {
background: #ffffff;
color: #1f7acb;
}
.gs-globe-footer {
background: #102a43;
}
@media (max-width: 700px) {
.gs-globe-hero {
background:
linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.90)),
url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1200&q=80");
background-size: cover;
background-position: center;
}
}
#site_nav {
  flex: 1;
}
#site_nav ul.menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#site_nav ul.menu > li {
  position: relative;
  margin: 0;
  padding: 0;
}
#site_nav ul.menu > li > a {
  display: block;
  padding: 12px 18px;
  border-radius: 999px;
  color: #14213d;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 650;
  transition: all .2s ease;
}
#site_nav ul.menu > li > a:hover,
#site_nav ul.menu > li:hover > a {
  background: #ffffff;
  color: #2f80ed;
}
#site_nav ul.menu > li.ooon > a,
#site_nav ul.menu > li > a.ooon {
  background: #edf7ff;
  color: #2f80ed;
}
#site_nav ul.menu > li {
  position: relative;
}
#site_nav ul.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 240px;
  margin: -2px 0 0;
  padding: 10px;
  list-style: none;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  box-shadow:
    0 18px 45px rgba(15,23,42,.14);
  z-index: 9999;
}
#site_nav ul.menu > li:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 18px;
}
#site_nav ul.menu > li:hover > ul.sub-menu {
  display: block;
}
#site_nav ul.sub-menu li {
  margin: 0;
  padding: 0;
}
#site_nav ul.sub-menu a {
  display: block;
  padding: 10px 12px;
  border-radius: 12px;
  color: #14213d;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}
#site_nav ul.sub-menu a:hover {
  background: #edf7ff;
  color: #2f80ed;
}
@media (max-width: 900px) {
  #site_nav ul.menu {
    justify-content: center;
  }
  #site_nav ul.menu > li > a {
    padding: 10px 14px;
    font-size: 14px;
  }
}
@media (max-width: 700px) {
  #site_nav ul.menu {
    flex-direction: column;
    gap: 6px;
  }
  #site_nav ul.menu > li {
    width: 100%;
  }
  #site_nav ul.menu > li > a {
    text-align: center;
  }
}