:root {
    --gb-primary: #0c809d;
    --gb-secondary: #01b0a9;
    --gb-dark: #063847;
    --gb-deep: #031923;
    --gb-text: #52636c;
    --gb-soft: #f3fbfd;
    --gb-border: rgba(12, 128, 157, .16);
    --gb-shadow: 0 22px 55px rgba(6, 56, 71, .12);
}

.gb-primary-link,
.gb-secondary-link {
    min-height: 48px;
    padding: 12px 22px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    font-weight: 900;
    border: 0;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, color .2s ease, background .2s ease;
}

.gb-primary-link {
    color: #fff;
    background: linear-gradient(135deg, var(--gb-secondary), var(--gb-primary));
    box-shadow: 0 14px 30px rgba(12, 128, 157, .22);
}

.gb-secondary-link {
    color: var(--gb-primary);
    background: #fff;
    border: 1px solid rgba(12, 128, 157, .24);
}

.gb-primary-link:hover,
.gb-secondary-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 38px rgba(6, 56, 71, .17);
}

.gb-primary-link:hover { color: #fff; }
.gb-secondary-link:hover { color: var(--gb-dark); }

.gb-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.gb-simple-hero,
.gb-service-detail-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(74px, 8vw, 125px) 0;
    color: #fff;
    background:
        radial-gradient(circle at 10% 10%, rgba(3, 181, 229, .32), transparent 31%),
        radial-gradient(circle at 90% 90%, rgba(1, 176, 169, .25), transparent 34%),
        linear-gradient(135deg, #031923 0%, #063847 52%, #0c809d 100%);
}

.gb-simple-hero::after,
.gb-service-detail-hero::after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    inset-inline-end: -170px;
    bottom: -220px;
    background: rgba(255, 255, 255, .06);
}

.gb-simple-hero-grid,
.gb-service-detail-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
    align-items: center;
    gap: clamp(34px, 6vw, 80px);
}

.gb-simple-hero h1,
.gb-service-detail-copy h1 {
    margin: 14px 0 18px;
    color: #fff;
    font-size: clamp(36px, 5vw, 66px);
    line-height: 1.22;
    font-weight: 900;
}

.gb-simple-hero p,
.gb-service-detail-copy > p {
    margin: 0;
    max-width: 760px;
    color: rgba(255, 255, 255, .82);
    font-size: clamp(16px, 1.45vw, 20px);
    line-height: 1.95;
}

.gb-simple-hero .gb-kicker,
.gb-service-detail-hero .gb-kicker,
.gb-process-strip .gb-kicker {
    color: #fff;
    border-color: rgba(255,255,255,.22);
    background: rgba(255,255,255,.10);
}

.gb-simple-hero-art {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gb-simple-hero-art img {
    width: min(100%, 620px);
    max-height: 460px;
    object-fit: contain;
    border-radius: 30px;
    filter: drop-shadow(0 30px 50px rgba(0,0,0,.23));
}

.gb-section-heading {
    max-width: 820px;
    margin: 0 auto clamp(34px, 5vw, 58px);
    text-align: center;
}

.gb-section-heading-inline { text-align: start; margin-inline: 0; }

.gb-section-heading h2 {
    color: var(--gb-dark);
    margin: 10px 0 14px;
    font-size: clamp(29px, 4vw, 48px);
    line-height: 1.3;
    font-weight: 900;
}

.gb-section-heading p {
    color: var(--gb-text);
    font-size: 17px;
    line-height: 1.9;
    margin: 0;
}

.gb-service-list-section,
.gb-service-features-section,
.gb-related-services,
.gb-contact-form-section {
    padding: clamp(65px, 8vw, 110px) 0;
    background: #fff;
}

.gb-service-directory-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.gb-directory-card {
    min-height: 315px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--gb-border);
    border-radius: 28px;
    text-decoration: none;
    background:
        radial-gradient(circle at top right, rgba(3, 181, 229, .10), transparent 34%),
        linear-gradient(180deg, #fff 0%, #f6fcfd 100%);
    box-shadow: var(--gb-shadow);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.gb-directory-card:hover {
    transform: translateY(-8px);
    border-color: rgba(1, 176, 169, .5);
    box-shadow: 0 28px 68px rgba(6, 56, 71, .17);
}

.gb-directory-icon,
.gb-feature-card > span,
.gb-service-detail-icon {
    width: 68px;
    height: 68px;
    border-radius: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    background: linear-gradient(135deg, var(--gb-secondary), var(--gb-primary));
    box-shadow: 0 14px 30px rgba(12, 128, 157, .22);
}

.gb-directory-card h2 {
    color: var(--gb-dark);
    font-size: 21px;
    line-height: 1.5;
    font-weight: 900;
    margin: 22px 0 12px;
}

.gb-directory-card p {
    color: var(--gb-text);
    line-height: 1.85;
    margin: 0 0 20px;
}

.gb-directory-more {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--gb-primary);
    font-weight: 900;
}

.gb-process-strip {
    padding: clamp(65px, 8vw, 110px) 0;
    background:
        radial-gradient(circle at 10% 20%, rgba(3, 181, 229, .22), transparent 30%),
        linear-gradient(135deg, #031923, #063847 58%, #0c809d);
}

.gb-section-heading-light h2 { color: #fff; }

.gb-process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.gb-process-grid > div {
    padding: 25px;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(7px);
}

.gb-process-grid span {
    color: #6ee7e0;
    font-size: 29px;
    font-weight: 900;
}

.gb-process-grid h3 { color: #fff; margin: 12px 0 8px; font-weight: 900; }
.gb-process-grid p { color: rgba(255,255,255,.75); line-height: 1.75; margin: 0; }

.gb-breadcrumb {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 38px;
    color: rgba(255,255,255,.68);
}

.gb-breadcrumb a { color: rgba(255,255,255,.82); text-decoration: none; }
.gb-breadcrumb strong { color: #fff; }

.gb-service-detail-image {
    position: relative;
    border-radius: 34px;
    padding: 18px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.16);
    box-shadow: 0 35px 75px rgba(0,0,0,.23);
}

.gb-service-detail-image img {
    display: block;
    width: 100%;
    height: 410px;
    object-fit: cover;
    border-radius: 24px;
}

.gb-service-detail-icon {
    position: absolute;
    z-index: 2;
    inset-inline-start: -22px;
    top: -22px;
}

.gb-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.gb-feature-card {
    padding: 27px 24px;
    border-radius: 26px;
    border: 1px solid var(--gb-border);
    background: linear-gradient(180deg, #fff, #f7fcfd);
    box-shadow: 0 16px 38px rgba(6,56,71,.09);
}

.gb-feature-card > span { width: 58px; height: 58px; border-radius: 18px; font-size: 25px; }
.gb-feature-card h3 { color: var(--gb-dark); font-size: 19px; font-weight: 900; margin: 18px 0 10px; }
.gb-feature-card p { color: var(--gb-text); line-height: 1.8; margin: 0; }

.gb-service-workflow-section {
    padding: clamp(65px, 8vw, 110px) 0;
    background: linear-gradient(180deg, #f1fafc 0%, #fff 100%);
}

.gb-two-column-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .82fr);
    gap: clamp(35px, 6vw, 80px);
    align-items: start;
}

.gb-workflow-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 15px; }
.gb-workflow-list li { display: flex; align-items: center; gap: 17px; padding: 18px 20px; border: 1px solid var(--gb-border); border-radius: 20px; background: #fff; }
.gb-workflow-list li > span { width: 52px; height: 52px; flex: 0 0 52px; border-radius: 17px; display: inline-flex; align-items: center; justify-content: center; color: #fff; background: linear-gradient(135deg,var(--gb-secondary),var(--gb-primary)); font-weight: 900; }
.gb-workflow-list p { margin: 0; color: var(--gb-dark); line-height: 1.7; font-weight: 800; }

.gb-benefits-panel {
    padding: clamp(27px, 4vw, 42px);
    border-radius: 32px;
    color: #fff;
    background: radial-gradient(circle at top right, rgba(3,181,229,.35), transparent 34%), linear-gradient(135deg,#031923,#063847 54%,#0c809d);
    box-shadow: 0 28px 65px rgba(6,56,71,.22);
}

.gb-benefits-panel h2 { color: #fff; font-size: clamp(28px, 3.4vw, 42px); font-weight: 900; margin: 13px 0 24px; }
.gb-benefits-panel ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 15px; }
.gb-benefits-panel li { display: flex; gap: 12px; color: rgba(255,255,255,.85); line-height: 1.75; }
.gb-benefits-panel li i { color: #6ee7e0; margin-top: 5px; }

.gb-faq-section { padding: clamp(65px, 8vw, 105px) 0; background: #fff; }
.gb-faq-list { max-width: 920px; margin: 0 auto; display: grid; gap: 14px; }
.gb-faq-list details { border: 1px solid var(--gb-border); border-radius: 20px; padding: 0 22px; background: #f9fdfe; }
.gb-faq-list summary { cursor: pointer; padding: 21px 0; color: var(--gb-dark); font-weight: 900; font-size: 17px; }
.gb-faq-list p { color: var(--gb-text); line-height: 1.9; margin: 0; padding: 0 0 22px; }

.gb-related-services { background: linear-gradient(180deg,#f3fbfd,#fff); }
.gb-related-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 17px; }
.gb-related-grid a { padding: 20px; min-height: 120px; border-radius: 22px; display: flex; align-items: center; gap: 14px; color: var(--gb-dark); text-decoration: none; font-weight: 900; border: 1px solid var(--gb-border); background:#fff; box-shadow:0 12px 30px rgba(6,56,71,.08); }
.gb-related-grid i { font-size: 27px; color: var(--gb-primary); }
.gb-related-grid a:hover { color: var(--gb-secondary); transform: translateY(-3px); }

.gb-contact-cards { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; }
.gb-contact-cards > a,
.gb-contact-cards > div { padding:22px; border-radius:22px; color:#fff; text-decoration:none; background:rgba(255,255,255,.10); border:1px solid rgba(255,255,255,.16); display:grid; gap:5px; }
.gb-contact-cards i { font-size:28px; color:#6ee7e0; }
.gb-contact-cards strong { font-weight:900; }
.gb-contact-cards span { color:rgba(255,255,255,.76); overflow-wrap:anywhere; }
.gb-form-sent-panel,.gb-empty-state { text-align:center; max-width:720px; margin:0 auto; padding:60px 24px; }
.gb-form-sent-panel i { font-size:60px;color:var(--gb-secondary); }
.gb-form-sent-panel h2,.gb-empty-state h1 { color:var(--gb-dark); font-weight:900; margin:16px 0; }
.gb-empty-state p { color:var(--gb-text); margin-bottom:24px; }
.gb-simple-hero .gb-empty-state h1 { color:#fff; }
.gb-simple-hero .gb-empty-state p { color:rgba(255,255,255,.8); margin-inline:auto; }


@media (max-width: 1199.98px) {
    .gb-service-directory-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .gb-feature-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .gb-related-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 991.98px) {
    .gb-simple-hero-grid,.gb-service-detail-grid,.gb-two-column-section { grid-template-columns:1fr; }
    .gb-simple-hero-art { order:-1; }
    .gb-simple-hero-art img { max-height:340px; }
    .gb-process-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .gb-service-detail-image img { height:340px; }
}

@media (max-width: 575.98px) {
    .gb-simple-hero,.gb-service-detail-hero { padding:62px 0; }
    .gb-service-directory-grid,.gb-feature-grid,.gb-process-grid,.gb-related-grid,.gb-contact-cards { grid-template-columns:1fr; }
    .gb-directory-card { min-height:auto; padding:24px; }
    .gb-service-detail-image img { height:260px; }
    .gb-hero-actions { flex-direction:column; }
    .gb-primary-link,.gb-secondary-link { width:100%; }
    .gb-workflow-list li { align-items:flex-start; }
}

/* Packages directory */
.gb-package-directory-section {
    padding: 86px 0 100px;
    background: linear-gradient(180deg, #f5fbfd 0%, #ffffff 100%);
}

.gb-package-directory-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.gb-package-directory-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(190px, 42%) 1fr;
    min-height: 310px;
    overflow: hidden;
    border: 1px solid rgba(12, 128, 157, .14);
    border-radius: 26px;
    background: #fff;
    color: #163542;
    box-shadow: 0 22px 55px rgba(12, 74, 96, .10);
    transition: transform .25s ease, box-shadow .25s ease;
}

.gb-package-directory-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 30px 70px rgba(12, 74, 96, .16);
    color: #163542;
}

.gb-package-directory-card > img {
    width: 100%;
    height: 100%;
    min-height: 310px;
    object-fit: cover;
}

.gb-package-directory-card > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
}

.gb-package-directory-card > div > span {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    margin-bottom: 17px;
    border-radius: 15px;
    background: linear-gradient(135deg, #03b5e5, #0c809d);
    color: #fff;
    font-size: 22px;
}

.gb-package-directory-card h2 {
    margin: 0 0 12px;
    color: #0b6f8a;
    font-size: clamp(24px, 2.2vw, 34px);
    font-weight: 900;
}

.gb-package-directory-card p {
    margin: 0 0 18px;
    color: #657680;
    line-height: 1.85;
}

.gb-package-directory-card strong {
    color: #0c809d;
    font-weight: 900;
}

@media (max-width: 991.98px) {
    .gb-package-directory-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .gb-package-directory-section {
        padding: 58px 0 72px;
    }

    .gb-package-directory-card {
        grid-template-columns: 1fr;
    }

    .gb-package-directory-card > img {
        height: 220px;
        min-height: 220px;
    }

    .gb-package-directory-card > div {
        padding: 24px;
    }
}
