:root {
    --sg-green: #078a50;
    --sg-green-dark: #07553f;
    --sg-green-deep: #083e34;
    --sg-green-soft: #eaf6ef;
    --sg-yellow: #f4d95d;
    --sg-ink: #102a26;
    --sg-text: #52625f;
    --sg-line: #dce8e2;
    --sg-bg: #f5f8f6;
    --sg-white: #fff;
}

html { scroll-behavior: smooth; }
body.sg-page { color: var(--sg-text); background: var(--sg-bg); overflow-x: hidden; }
.sg-page h1, .sg-page h2, .sg-page h3, .sg-page h4 { color: var(--sg-ink); letter-spacing: -.035em; }
.sg-page p { color: var(--sg-text); }
.sg-anchor { position: absolute; top: -100px; }

.sg-header { position: relative; z-index: 999; min-height: 86px; }
.sg-header .rs-header-area { background: #fff; box-shadow: 0 7px 30px rgba(14, 58, 45, .06); }
.sg-header .rs-sticky-header { position: relative !important; top: auto; opacity: 1; visibility: visible; transform: none; }
.sg-header .rs-sticky-header.active { position: fixed !important; top: 0; opacity: 1; visibility: visible; transform: translateY(0); }
.sg-header .header-wrapper { min-height: 86px; padding: 0 42px; background: rgba(255,255,255,.97); }
.sg-header .header-logo img { width: 210px; height: auto; }
.sg-header .header-menu, .sg-header .main-menu { height: 86px; }
.sg-header .main-menu > ul { display: flex; align-items: stretch; gap: 0 12px; height: 100%; }
.sg-header .main-menu > ul > li { display: flex; align-items: center; height: 100%; }
.sg-header .main-menu > ul > li > a { display: inline-flex; align-items: center; gap: 5px; height: 100%; color: var(--sg-ink); font-size: 14px; font-weight: 700; line-height: 1.2; padding: 0 12px; }
.sg-header .main-menu > ul > li.menu-item-has-children > a::after { position: relative; top: 0; margin-left: 0; font-size: 18px; line-height: 1; }
.sg-header .main-menu > ul > li:hover > a { color: var(--sg-green); }
.sg-header .main-menu .submenu { border-top-color: var(--sg-green); }
.sg-header .main-menu .submenu li a { font-size: 14px; }
.sg-header .header-right { gap: 20px; }
.sg-header .header-btn { display: block; }
.sg-login { color: var(--sg-ink); font-size: 14px; font-weight: 700; white-space: nowrap; }
.sg-login i { color: var(--sg-green); margin-right: 4px; }
.sg-header .header-hamburger { display: none; }
.sg-page .rs-btn { border-radius: 50px; min-height: 50px; padding: 0 8px 0 24px; background: var(--sg-green); }
.sg-page .rs-btn .icon-box { border-radius: 50%; display: grid; place-items: center; }
.sg-page .rs-btn.has-theme-yellow { background: var(--sg-yellow); color: var(--sg-ink); }

#pre-load .loader-icon img { width: 125px; height: auto; object-fit: contain; }
.offcanvas-logo img { width: 210px; height: auto; }
.offcanvas-contact ul { display: grid; gap: 14px; }
.offcanvas-contact li { display: flex; gap: 10px; align-items: flex-start; }
.offcanvas-contact li i { color: var(--sg-green); font-size: 20px; }
.offcanvas-area .mobile-menu { width: 100%; }
.offcanvas-area .mean-container .mean-nav > ul { display: block !important; }
.offcanvas-area .mean-container .mean-nav ul li > a { min-height: 44px; display: flex; align-items: center; box-sizing: border-box; }
.offcanvas-area .mean-container .mean-nav ul li.menu-item-has-children > a:first-child { padding-inline-end: 52px; }
.offcanvas-area .mean-container .mean-nav ul li a.mean-expand { width: 44px; height: 44px; min-height: 44px; margin-top: 0; padding: 0 !important; justify-content: center; line-height: 44px; }
.offcanvas-area .mean-container .mean-nav .submenu { padding-inline-start: 18px; }
.sg-header a:focus-visible, .offcanvas-area a:focus-visible, .offcanvas-area button:focus-visible { outline: 3px solid var(--sg-yellow); outline-offset: 3px; }

.sg-hero { position: relative; min-height: 700px; display: flex; align-items: center; padding: 85px 0 145px; background: #eaf3ed url("../../webvieja/images/staff.jpg") center/cover no-repeat; overflow: hidden; }
.sg-hero::before, .sg-hero::after { display: none; }
.sg-hero-video { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.sg-hero-overlay { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(244,250,247,.99) 0%, rgba(244,250,247,.94) 42%, rgba(225,242,233,.56) 72%, rgba(11,101,72,.2) 100%), rgba(7,138,80,.08); }
.sg-hero .container { position: relative; z-index: 2; }
.sg-eyebrow, .sg-kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--sg-green); font-size: 12px; line-height: 1; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.sg-eyebrow { background: rgba(255,255,255,.84); border: 1px solid #d9ebe1; padding: 10px 14px; border-radius: 40px; }
.sg-hero-content { max-width: 660px; }
.sg-hero h1 { max-width: 660px; font-size: clamp(48px, 5vw, 72px); line-height: 1; margin: 25px 0 25px; }
.sg-hero h1 span { color: var(--sg-green); }
.sg-hero-content > p { max-width: 610px; font-size: 18px; line-height: 1.65; }
.sg-actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; flex-wrap: wrap; }
.sg-link-btn { display: inline-flex; align-items: center; gap: 9px; color: var(--sg-green-dark); font-weight: 800; }
.sg-link-btn:hover { color: var(--sg-green); }
.sg-indicators { position: relative; z-index: 4; margin-top: -66px; }
.sg-indicator-panel { background: #fff; border-radius: 18px; min-height: 132px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; box-shadow: 0 22px 55px rgba(12,62,48,.12); }
.sg-indicator { display: flex; align-items: center; gap: 16px; padding: 20px 30px; border-right: 1px solid var(--sg-line); }
.sg-indicator:last-child { border-right: 0; }
.sg-indicator > i { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 12px; background: var(--sg-green-soft); color: var(--sg-green); font-size: 23px; }
.sg-indicator span { color: var(--sg-text); line-height: 1.25; }
.sg-indicator strong { display: block; color: var(--sg-green); font-size: 17px; }

.sg-section { position: relative; padding: 115px 0; }
.sg-section-heading { max-width: 760px; margin-bottom: 42px; }
.sg-section-heading h2 { font-size: clamp(36px, 4vw, 54px); line-height: 1.05; margin: 14px 0 18px; }
.sg-section-heading > p { font-size: 17px; }
.sg-heading-row { max-width: none; display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.sg-heading-row > div { max-width: 680px; }
.sg-heading-row > p { max-width: 430px; }

.sg-about { background: #fff; }
.sg-about-visual { position: relative; min-height: 470px; border-radius: 26px; overflow: hidden; background: linear-gradient(145deg, var(--sg-green-deep), var(--sg-green)); }
.sg-about-visual::before { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(3,50,36,.9), transparent 65%); z-index: 1; }
.sg-about-visual > img { width: 100%; height: 100%; min-height: 470px; object-fit: cover; object-position: center; filter: saturate(.75); transform: scale(1.04); }
.sg-about-badge { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 28px; color: #fff; display: flex; gap: 15px; align-items: center; font-size: 18px; font-weight: 700; }
.sg-about-badge i { width: 52px; height: 52px; display: grid; place-items: center; flex: 0 0 52px; background: var(--sg-yellow); color: var(--sg-ink); border-radius: 50%; }
.sg-about .sg-section-heading { margin-bottom: 24px; }
.sg-about p { font-size: 16px; line-height: 1.75; }
.sg-check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; margin: 28px 0 32px; color: var(--sg-ink); font-weight: 700; }
.sg-check-grid i { color: var(--sg-green); margin-right: 7px; }

.sg-services { position: relative; overflow: hidden; isolation: isolate; background: var(--sg-bg); }
.sg-services-particles { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; opacity: 1; visibility: visible; }
.sg-services-particles canvas { position: absolute; inset: 0; display: block; width: 100% !important; height: 100% !important; opacity: 1; visibility: visible; }
.sg-services-content { position: relative; z-index: 1; }
.sg-service-card { height: 100%; min-height: 330px; padding: 32px 28px; border: 1px solid var(--sg-line); border-radius: 18px; background: #fff; display: flex; flex-direction: column; transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.sg-service-card:hover { transform: translateY(-8px); border-color: transparent; box-shadow: 0 25px 50px rgba(15,67,52,.11); }
.sg-service-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 14px; background: var(--sg-green-soft); color: var(--sg-green); font-size: 28px; margin-bottom: 30px; }
.sg-service-card h3 { font-size: 23px; margin-bottom: 14px; }
.sg-service-card p { font-size: 14px; line-height: 1.65; margin-bottom: 22px; }
.sg-service-card a { margin-top: auto; color: var(--sg-green); font-size: 14px; font-weight: 800; }

.sg-courses { padding: 115px 0; background: var(--sg-green-deep); overflow: hidden; }
.sg-courses-header { margin-bottom: 44px; }
.sg-courses .sg-kicker { color: var(--sg-yellow); }
.sg-courses .sg-section-heading h2 { max-width: 790px; margin-bottom: 0; color: #fff; }
.sg-courses .sg-section-heading h2 span { color: var(--sg-yellow); }
.sg-courses-slider { overflow: hidden; }
.sg-courses-slider .swiper { overflow: visible; }
.sg-courses-slider .swiper-wrapper { align-items: stretch; }
.sg-courses-slider .swiper-slide { height: auto; }
.sg-course-card { display: flex; flex-direction: column; height: 100%; min-height: 360px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: #fff; box-shadow: 0 18px 42px rgba(0,0,0,.18); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.sg-course-card:hover { transform: translateY(-7px); border-color: rgba(244,217,93,.65); box-shadow: 0 26px 55px rgba(0,0,0,.26); }
.sg-courses .sg-course-card__image { aspect-ratio: 8 / 5; overflow: hidden; border: 0; border-radius: 0; background: #dce8e2; }
.sg-courses .sg-course-card__image::before, .sg-courses .sg-course-card__image::after { display: none; }
.sg-courses .sg-course-card__image img { width: 100%; height: 100%; border-radius: 0; object-fit: cover; transition: transform .45s ease; }
.sg-course-card:hover .sg-course-card__image img { transform: scale(1.045); }
.sg-courses .sg-course-card__content { position: static; display: flex; flex: 1; align-items: center; width: 100%; min-height: 112px; padding: 25px 24px; background: #fff; transform: none; }
.sg-courses .sg-course-card__title { display: -webkit-box; margin: 0; overflow: hidden; color: var(--sg-ink); font-size: 20px; line-height: 1.3; font-weight: 800; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.sg-courses .sg-course-card:hover .sg-course-card__title { margin-bottom: 0; }
.sg-course-card:focus-visible { outline: 3px solid var(--sg-yellow); outline-offset: 4px; }
.sg-courses-pagination { margin-top: 32px; }
.sg-courses-pagination .swiper-pagination { position: static; width: 100%; transform: none; }
.sg-courses-pagination .swiper-pagination-bullet { background: rgba(255,255,255,.45); opacity: 1; }
.sg-courses-pagination .swiper-pagination-bullet-active { width: 28px; border-radius: 8px; background: var(--sg-yellow); }

.sg-training { background: #edf8f2; }
.sg-training .sg-section-heading { margin-bottom: 24px; }
.sg-mode-card { height: 100%; min-height: 330px; padding: 34px; border-radius: 20px; background: #fff; box-shadow: 0 20px 45px rgba(13,71,53,.08); position: relative; overflow: hidden; }
.sg-mode-card > span { position: absolute; top: 22px; right: 25px; color: rgba(7,138,80,.12); font-size: 56px; font-weight: 900; }
.sg-mode-card > i { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 15px; background: var(--sg-yellow); color: var(--sg-ink); font-size: 29px; margin-bottom: 50px; }
.sg-mode-card h3 { font-size: 26px; }
.sg-mode-card-dark { background: var(--sg-green-deep); }
.sg-mode-card-dark h3, .sg-mode-card-dark p { color: #fff; }
.sg-mode-card-dark > span { color: rgba(255,255,255,.08); }
.sg-method-grid { margin-top: 54px; display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid #cee5d8; border-radius: 16px; background: rgba(255,255,255,.65); }
.sg-method-grid > div { padding: 25px; display: flex; align-items: center; gap: 12px; border-right: 1px solid #cee5d8; color: var(--sg-ink); font-weight: 700; }
.sg-method-grid > div:last-child { border: 0; }
.sg-method-grid i { color: var(--sg-green); font-size: 24px; }

.sg-digital { background: #fff; }
.sg-digital .sg-section-heading { max-width: 760px; }
.sg-digital-card { height: 100%; padding: 38px 34px; background: #f7faf8; border: 1px solid var(--sg-line); border-radius: 22px; }
.sg-digital-card h3 { font-size: 28px; margin: 30px 0 18px; }
.sg-digital-card ul { display: grid; gap: 12px; margin-top: 25px; }
.sg-digital-card li { color: var(--sg-ink); font-weight: 700; font-size: 14px; }
.sg-digital-card li::before { content: "\eb7b"; font-family: remixicon; color: var(--sg-green); margin-right: 8px; }
.sg-digital-top { display: flex; align-items: center; gap: 12px; color: var(--sg-green); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; font-size: 12px; }
.sg-digital-top i { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 12px; color: var(--sg-green); background: var(--sg-green-soft); font-size: 22px; }
.sg-digital-featured { background: var(--sg-green-dark); transform: translateY(-14px); box-shadow: 0 25px 55px rgba(4,79,52,.18); }
.sg-digital-featured h3, .sg-digital-featured p, .sg-digital-featured li { color: #fff; }
.sg-digital-featured .sg-digital-top { color: var(--sg-yellow); }
.sg-digital-featured .sg-digital-top i { background: rgba(255,255,255,.1); color: var(--sg-yellow); }
.sg-digital-featured li::before { color: var(--sg-yellow); }

.sg-philosophy { color: #fff; background: linear-gradient(120deg, var(--sg-green-deep), #0a654a); }
.sg-philosophy .sg-kicker { color: var(--sg-yellow); }
.sg-philosophy h2, .sg-philosophy p { color: #fff; }
.sg-accordion .accordion-item { background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.18); border-radius: 0; }
.sg-accordion .accordion-button { padding: 22px 0; background: transparent; color: #fff; font-size: 22px; font-weight: 800; box-shadow: none; }
.sg-accordion .accordion-button::after { filter: brightness(0) invert(1); }
.sg-accordion .accordion-body { padding: 0 0 24px; color: rgba(255,255,255,.78); line-height: 1.7; }

.sg-clients { background: var(--sg-bg); }
.sg-clients .sg-section-heading { max-width: 780px; }
.sg-client-carousel { max-width: 1100px; margin: 0 auto; padding: 35px; border-radius: 22px; background: #fff; box-shadow: 0 20px 50px rgba(18,67,53,.08); overflow: hidden; }
.sg-client-carousel .swiper { overflow: hidden; }
.sg-client-carousel .swiper-slide { height: auto; }
.sg-client-logo { display: flex; align-items: center; justify-content: center; height: 130px; padding: 20px; }
.sg-client-logo img { width: 100%; height: 100%; max-width: 170px; object-fit: contain; mix-blend-mode: multiply; }
.sg-client-controls { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 20px; }
.sg-client-controls .rs-swiper-btn { flex: 0 0 40px; border: 0; background: var(--sg-green); color: #fff; }
.sg-client-controls .rs-swiper-btn:hover { background: var(--sg-yellow); color: var(--sg-green-dark); }
.sg-client-controls .swiper-pagination { position: static; width: auto; min-width: 96px; transform: none; }
.sg-client-controls .swiper-pagination-bullet-active { background: var(--sg-green); }

/* Internal pages: template breadcrumb, sidebar and content system */
.sg-inner-breadcrumb { min-height: 390px; padding: 105px 0 80px; background: var(--sg-green-deep); overflow: hidden; }
.sg-inner-breadcrumb .rs-breadcrumb-bg-thumb { opacity: .2; filter: saturate(.45); }
.sg-inner-breadcrumb::after { position: absolute; content: ""; inset: 0; background: linear-gradient(90deg, rgba(6,47,40,.98) 0%, rgba(6,47,40,.9) 48%, rgba(6,47,40,.48) 100%); }
.sg-inner-breadcrumb .container { position: relative; z-index: 2; }
.sg-inner-breadcrumb .rs-breadcrumb-wrapper { padding: 0; }
.sg-inner-breadcrumb .rs-breadcrumb-menu ul { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.sg-inner-breadcrumb .rs-breadcumb-item, .sg-inner-breadcrumb .rs-breadcumb-item a { color: rgba(255,255,255,.78); }
.sg-inner-breadcrumb .rs-breadcumb-item[aria-current="page"], .sg-inner-breadcrumb .rs-breadcumb-item a:hover { color: var(--sg-yellow); }
.sg-inner-breadcrumb .rs-breadcrumb-icon { display: inline-flex; margin-left: 8px; color: rgba(255,255,255,.55); }
.sg-inner-breadcrumb .rs-breadcrumb-title { color: #fff; font-size: clamp(42px, 5vw, 68px); }
.sg-inner-breadcrumb .rs-breadcrumb-line { background: var(--sg-yellow); }
.sg-inner-breadcrumb .rs-breadcrumb-desc { max-width: 720px; color: rgba(255,255,255,.8); font-size: 18px; }
.sg-inner-main { padding: 105px 0; background: #fff; }
.sg-inner-sidebar { position: sticky; top: 120px; padding: 28px; border: 1px solid var(--sg-line); border-radius: 18px; background: var(--sg-bg); }
.sg-inner-sidebar h2 { margin-bottom: 18px; font-size: 21px; }
.sg-sidebar-nav { display: grid; gap: 8px; }
.sg-sidebar-nav a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 15px; border-radius: 9px; background: #fff; color: var(--sg-ink); font-weight: 700; }
.sg-sidebar-nav a::after { content: "\ea6e"; color: var(--sg-green); font-family: var(--rs-ff-remixicon); font-weight: 400; }
.sg-sidebar-nav a:hover, .sg-sidebar-nav a.active, .sg-sidebar-nav a[aria-current="page"] { background: var(--sg-green); color: #fff; }
.sg-sidebar-nav a:hover::after, .sg-sidebar-nav a.active::after, .sg-sidebar-nav a[aria-current="page"]::after { color: var(--sg-yellow); }
.sg-sidebar-cta { margin-top: 22px; padding: 25px; border-radius: 16px; background: var(--sg-green-deep); }
.sg-sidebar-cta h3, .sg-sidebar-cta p { color: #fff; }
.sg-sidebar-cta h3 { margin-bottom: 10px; font-size: 21px; }
.sg-sidebar-cta p { margin-bottom: 18px; color: rgba(255,255,255,.76); }
.sg-sidebar-cta .rs-btn { width: 100%; justify-content: space-between; }
.sg-inner-article { max-width: 850px; }
.sg-inner-article .sg-kicker { margin-bottom: 14px; }
.sg-inner-article h2 { margin-bottom: 22px; font-size: clamp(32px, 4vw, 48px); }
.sg-inner-article h3 { margin-top: 34px; margin-bottom: 15px; font-size: 25px; }
.sg-inner-article p { margin-bottom: 18px; font-size: 17px; line-height: 1.8; }
.sg-inner-image { margin-bottom: 38px; border-radius: 22px; overflow: hidden; background: var(--sg-bg); }
.sg-inner-image img { width: 100%; max-height: 430px; object-fit: cover; }
.sg-detail-list { display: grid; gap: 12px; margin: 20px 0 30px; }
.sg-detail-list li { position: relative; padding-left: 28px; color: var(--sg-text); line-height: 1.65; }
.sg-detail-list li::before { position: absolute; left: 0; top: .15em; content: "\eb7b"; color: var(--sg-green); font-family: var(--rs-ff-remixicon); font-size: 18px; }
.sg-inner-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin: 28px 0; }
.sg-inner-card { height: 100%; padding: 27px; border: 1px solid var(--sg-line); border-radius: 16px; background: var(--sg-bg); }
.sg-inner-card i { display: inline-flex; margin-bottom: 18px; color: var(--sg-green); font-size: 31px; }
.sg-inner-card h3 { margin: 0 0 12px; font-size: 22px; }
.sg-inner-card p:last-child { margin-bottom: 0; }
.sg-policy-quote { margin: 30px 0; padding: 28px 30px; border-left: 5px solid var(--sg-yellow); border-radius: 0 14px 14px 0; background: var(--sg-green-soft); }
.sg-policy-quote p { margin: 0; color: var(--sg-ink); font-weight: 700; }
.sg-inner-action { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 38px; padding-top: 30px; border-top: 1px solid var(--sg-line); }
.sg-inner-action p { flex: 1 1 320px; margin: 0; }
.sg-inner-full .sg-inner-article { max-width: none; }
.sg-inner-full .sg-section-heading { max-width: 780px; }
.sg-inner-clients { padding-top: 70px; }
.sg-inner-contact { padding: 100px 0; }

.sg-contact { padding: 110px 0; background: var(--sg-green-soft); }
.sg-contact.rs-contact-one.has-theme-green { padding-bottom: 110px; }
.sg-contact .rs-contact-wrapper { margin: 0; }
.sg-contact .sg-section-heading { max-width: 760px; margin-bottom: 50px; }
.sg-contact-layout { align-items: stretch; }
.sg-contact-layout > div { display: flex; }
.sg-contact-map { position: relative; width: 100%; min-height: 620px; border-radius: 24px; overflow: hidden; background: #dbe9e1; box-shadow: 0 22px 55px rgba(12,62,48,.1); }
#standard-group-map, #standard-group-map iframe { width: 100%; height: 100%; min-height: 620px; border: 0; }
.sg-contact-info-card { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 24px; max-width: 410px; padding: 25px 26px; border-radius: 17px; background: rgba(255,255,255,.96); box-shadow: 0 18px 40px rgba(10,54,42,.17); backdrop-filter: blur(8px); }
.sg-contact-info-card h3 { font-size: 23px; margin-bottom: 16px; }
.sg-contact-info-card address, .sg-contact-info-card > a { display: flex; align-items: flex-start; gap: 10px; margin: 0 0 10px; color: var(--sg-text); font-style: normal; font-size: 14px; }
.sg-contact-info-card i { color: var(--sg-green); font-size: 18px; }
.sg-contact-info-card .sg-map-link { display: inline-flex; width: auto; margin: 10px 0 0; color: var(--sg-green); font-weight: 800; }
.sg-contact .rs-contact-form.sg-contact-form { width: 100%; margin: 0; padding: 38px; border: 1px solid var(--sg-line); border-radius: 24px; background: #fff; box-shadow: 0 22px 55px rgba(12,62,48,.1); }
.sg-contact .form-title { color: var(--sg-ink); font-size: 28px; }
.sg-contact-form .section-title-wrapper p { margin: 0; font-size: 14px; }
.sg-contact .rs-contact-input-box { margin-bottom: 20px; }
.sg-contact .rs-contact-input-box label { display: block; margin-bottom: 8px; color: var(--sg-ink); font-size: 14px; font-weight: 700; }
.sg-contact.rs-contact-one.has-theme-green .rs-contact-input input,
.sg-contact.rs-contact-one.has-theme-green .rs-contact-input textarea,
.sg-contact .rs-contact-input .nice-select { width: 100%; border: 1px solid var(--sg-line); border-radius: 10px; background: #f8faf9; color: var(--sg-ink); }
.sg-contact.rs-contact-one.has-theme-green .rs-contact-input input { height: 54px; }
.sg-contact.rs-contact-one.has-theme-green .rs-contact-input textarea { height: 135px; resize: vertical; }
.sg-contact .rs-contact-input .nice-select { height: 54px; line-height: 52px; padding-left: 20px; float: none; }
.sg-contact .rs-contact-input .nice-select .list { width: 100%; max-height: 260px; overflow-y: auto; }
.sg-contact .rs-contact-input input:focus, .sg-contact .rs-contact-input textarea:focus { border-color: var(--sg-green); box-shadow: 0 0 0 3px rgba(7,138,80,.1); }
.sg-contact .rs-contact-btn .rs-btn { justify-content: center; gap: 10px; }
#form-messages { margin-top: 18px; border-radius: 8px; font-size: 14px; }
#form-messages.success, #form-messages.error { padding: 12px 15px; }
#form-messages.success { color: #07553f; background: #e6f5ed; }
#form-messages.error { color: #8a1c1c; background: #fdecec; }

.sg-footer { padding: 85px 0 0; background: #062f28; }
.sg-footer-logo { display: inline-block; padding: 10px 15px; border-radius: 10px; background: #fff; margin-bottom: 24px; }
.sg-footer-logo img { width: 220px; height: auto; }
.sg-footer p, .sg-footer li, .sg-footer a { color: rgba(255,255,255,.72); }
.sg-footer h3 { color: #fff; font-size: 19px; margin-bottom: 23px; }
.sg-footer ul { display: grid; gap: 11px; }
.sg-footer a:hover { color: var(--sg-yellow); }
.sg-contact-list li { display: flex; gap: 9px; align-items: flex-start; }
.sg-contact-list i { color: var(--sg-yellow); margin-top: 3px; }
.sg-footer-bottom { margin-top: 60px; padding: 26px 0; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.6); display: flex; justify-content: space-between; align-items: center; font-size: 14px; }

@media (max-width: 1399px) {
    .sg-header .header-wrapper { padding: 0 22px; }
    .sg-header .main-menu > ul > li > a { padding-left: 8px; padding-right: 8px; font-size: 13px; }
    .sg-header .header-logo img { width: 185px; }
    .sg-header .main-menu > ul > li > a { font-size: 12px; }
}

@media (max-width: 1199px) {
    .sg-header .header-menu, .sg-header .header-btn { display: none; }
    .sg-header .header-hamburger { display: block; }
    .sg-header .header-wrapper { min-height: 76px; }
    .sg-header .header-menu, .sg-header .main-menu { height: auto; }
    .sg-hero { min-height: 670px; padding: 85px 0 135px; }
    .sg-indicator { padding: 20px; }
    .sg-heading-row { align-items: flex-start; }
}

@media (max-width: 991px) {
    .sg-section { padding: 90px 0; }
    .sg-courses { padding: 90px 0; }
    .sg-courses-header .rs-btn { margin-top: 4px; }
    .sg-hero { min-height: 650px; padding-top: 80px; }
    .sg-hero-content { max-width: 760px; }
    .sg-indicator-panel { grid-template-columns: 1fr 1fr; }
    .sg-indicator:nth-child(2) { border-right: 0; }
    .sg-indicator:nth-child(-n+2) { border-bottom: 1px solid var(--sg-line); }
    .sg-heading-row { display: block; }
    .sg-heading-row > p { max-width: 650px; }
    .sg-digital-featured { transform: none; }
    .sg-method-grid { grid-template-columns: 1fr 1fr; }
    .sg-method-grid > div:nth-child(2) { border-right: 0; }
    .sg-method-grid > div:nth-child(-n+2) { border-bottom: 1px solid #cee5d8; }
    .sg-contact, .sg-contact.rs-contact-one.has-theme-green { padding: 85px 0; }
    .sg-contact-layout > div { display: block; }
    .sg-contact-map, #standard-group-map, #standard-group-map iframe { min-height: 480px; }
    .sg-inner-breadcrumb { min-height: 340px; padding: 85px 0 65px; }
    .sg-inner-main { padding: 80px 0; }
    .sg-inner-sidebar { position: static; margin-bottom: 12px; }
}

@media (max-width: 767px) {
    .sg-header .header-wrapper { padding: 0 16px; }
    .sg-header .header-logo img { width: 175px; }
    .sg-header { min-height: 76px; }
    .sg-hero { min-height: 640px; padding: 70px 0 120px; }
    .sg-hero h1 { font-size: clamp(38px, 11vw, 42px); line-height: 1.05; }
    .sg-hero-content > p { font-size: 16px; }
    .sg-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
    .sg-indicators { margin-top: -55px; }
    .sg-indicator-panel { display: block; padding: 10px 0; }
    .sg-indicator { border-right: 0; border-bottom: 1px solid var(--sg-line); }
    .sg-indicator:last-child { border: 0; }
    .sg-section { padding: 75px 0; }
    .sg-courses { padding: 75px 0; }
    .sg-courses-header { margin-bottom: 34px; }
    .sg-course-card { min-height: 340px; }
    .sg-section-heading h2 { font-size: 36px; }
    .sg-check-grid, .sg-method-grid { grid-template-columns: 1fr; }
    .sg-method-grid > div { border-right: 0; border-bottom: 1px solid #cee5d8; }
    .sg-method-grid > div:nth-child(3) { border-bottom: 1px solid #cee5d8; }
    .sg-service-card { min-height: 290px; }
    .sg-about-visual, .sg-about-visual > img { min-height: 360px; }
    .sg-client-carousel { padding: 20px 14px; }
    .sg-client-logo { height: 115px; padding: 16px; }
    .sg-inner-breadcrumb { min-height: 310px; padding: 70px 0 55px; }
    .sg-inner-breadcrumb .rs-breadcrumb-desc { font-size: 16px; }
    .sg-inner-main { padding: 65px 0; }
    .sg-inner-grid { grid-template-columns: 1fr; }
    .sg-inner-article p { font-size: 16px; }
    .sg-inner-contact { padding: 70px 0; }
    .sg-contact, .sg-contact.rs-contact-one.has-theme-green { padding: 70px 0; }
    .sg-contact-map, #standard-group-map, #standard-group-map iframe { min-height: 360px; }
    .sg-contact-map { overflow: visible; margin-bottom: 250px; border-radius: 18px; }
    #standard-group-map { overflow: hidden; border-radius: 18px; }
    .sg-contact-info-card { left: 10px; right: 10px; bottom: -225px; max-width: none; }
    .sg-contact .rs-contact-form.sg-contact-form { padding: 28px 22px; border-radius: 18px; }
    .sg-footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
}

@media (max-width: 480px) {
    .sg-eyebrow { align-items: flex-start; line-height: 1.4; }
    .sg-hero h1 { font-size: 38px; }
    .sg-page .rs-btn { width: 100%; justify-content: space-between; }
    .sg-mode-card { min-height: 300px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .sg-hero-video { display: none; }
    .sg-services-particles { display: none; }
}
