/*
 * SoftGlaze stylesheet, unified build.
 *
 * One token block and one definition per shared component. Where pages
 * disagreed and the homepage had an opinion, the homepage wins, which is what
 * makes every page resolve to the same hero, card, section and button.
 *
 * The token block is the UNION of every page tokens, not the homepage set:
 * replacing it outright would orphan 56 properties other pages reference.
 *
 * ORDER: prior sheet, header, unified core, per-page remainder, footer.
 * Page rules follow the core so they still override it. Do not sort.
 */


/* ===== previously enqueued assets/css/softglaze.css, unchanged ===== */


body.softglaze-legal-page {
    margin:0;
    font-family:'Miranda Sans', sans-serif;
    background:var(--sg-soft);
    color:var(--sg-text);
}
.softglaze-legal-page * {
    box-sizing:border-box;
}
.softglaze-legal-page a {
    color:var(--sg-primary);
    text-decoration:none;
}
.softglaze-legal-page img {
    max-width:100%;
    display:block;
}
.sg-wrap {
    overflow:clip;
}
.sg-container {
    width:min(var(--sg-container), calc(100% - 40px));
    margin:0 auto;
}
.sg-hero-inner {
    position:relative;
    z-index:2;
    max-width:860px;
    margin:0 auto;
}
.sg-subintro {
    background:var(--sg-white);
    border-bottom:1px solid var(--sg-border);
}
.sg-subintro-inner {
    padding:26px 0;
}
.sg-subintro p {
    margin:0;
    max-width:980px;
    font-size:16px;
    line-height:1.9;
    color:var(--sg-text);
}
.sg-subintro strong {
    color:var(--sg-dark);
}
.sg-nav-wrap {
    position:-webkit-sticky;
    position:sticky;
    top:var(--sg-sticky-top);
    z-index:999;
    background:rgba(255,255,255,.96);
    backdrop-filter:blur(14px);
    border-bottom:1px solid var(--sg-border);
    box-shadow:0 6px 20px rgba(11,34,61,.05);
}
.sg-nav-inner {
    padding:14px 0;
}
.sg-nav-heading {
    margin:0 0 10px;
    font-size:13px;
    line-height:1.2;
    font-weight:800;
    letter-spacing:.10em;
    text-transform:uppercase;
    color:var(--sg-primary);
}
.sg-nav-pills {
    display:flex;
    flex-wrap:nowrap;
    gap:10px;
    overflow-x:auto;
    scrollbar-width:thin;
    padding-bottom:2px;
}
.sg-nav-pills a {
    white-space:nowrap;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:11px 14px;
    border-radius:8px;
    background:linear-gradient(180deg,#FFFFFF 0%,#F7FAFD 100%);
    border:1px solid #DDE8F3;
    color:var(--sg-text);
    font-size:13px;
    font-weight:700;
    line-height:1;
    transition:.2s ease;
    box-shadow:0 4px 10px rgba(2,72,140,.03);
}
.sg-nav-pills a:hover {
    background:#EEF5FC;
    color:var(--sg-primary);
    border-color:#C8DDF0;
    transform:translateY(-1px);
}
.sg-content {
    background:transparent;
    border:none;
    box-shadow:none;
}
.sg-meta {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
    margin-bottom:20px;
}
.sg-meta-card {
    background:var(--sg-white);
    border:1px solid var(--sg-border);
    border-radius:10px;
    padding:18px;
    box-shadow:var(--sg-shadow-soft);
}
.sg-meta-card small {
    display:block;
    margin-bottom:6px;
    font-size:12px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
    color:var(--sg-primary-2);
}
.sg-meta-card strong {
    display:block;
    font-size:16px;
    line-height:1.5;
    color:var(--sg-dark);
    font-weight:700;
}
.sg-block {
    scroll-margin-top:var(--sg-anchor-offset);
    background:rgba(255,255,255,.92);
    border:1px solid var(--sg-border-2);
    border-radius:10px;
    padding:26px 24px;
    margin-bottom:18px;
    box-shadow:var(--sg-shadow-soft);
}
.sg-block h2 {
    margin:0 0 16px;
    font-size:28px;
    line-height:1.15;
    letter-spacing:-.02em;
    color:var(--sg-dark);
    font-weight:800;
}
.sg-block h3 {
    margin:20px 0 10px;
    font-size:19px;
    line-height:1.25;
    color:var(--sg-primary);
    font-weight:700;
}
.sg-block p {
    margin:0 0 14px;
    font-size:16px;
    line-height:1.9;
    color:var(--sg-text);
}
.sg-block p:last-child {
    margin-bottom:0;
}
.sg-list {
    list-style:none;
    margin:0 0 14px;
    padding:0;
    display:grid;
    gap:10px;
}
.sg-location-grid {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
    margin-top:12px;
}
.sg-location-card {
    padding:18px;
    border-radius:10px;
    border:1px solid #D8E4F0;
    background:linear-gradient(180deg,#FFFFFF 0%,#F8FBFE 100%);
    box-shadow:var(--sg-shadow-soft);
    position:relative;
    overflow:hidden;
}
.sg-location-card::before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:3px;
    background:linear-gradient(90deg,var(--sg-primary),var(--sg-primary-3));
}
.sg-location-card h4 {
    margin:0 0 10px;
    font-size:17px;
    line-height:1.2;
    color:var(--sg-dark);
    font-weight:800;
}
.sg-location-card p {
    margin:0;
    font-size:15px;
    line-height:1.8;
    color:var(--sg-text);
}
.sg-contact-card-top {
    padding:20px 20px 16px;
    background:linear-gradient(135deg, rgba(2,72,140,.08) 0%, rgba(21,138,203,.08) 100%);
    border-bottom:1px solid #DCE8F3;
}
.sg-contact-card-top h3 {
    margin:0 0 6px;
    font-size:22px;
    line-height:1.2;
    color:var(--sg-dark);
    font-weight:800;
}
.sg-contact-card-top p {
    margin:0;
    font-size:15px;
    line-height:1.8;
    color:var(--sg-text);
}
.sg-contact-card-body {
    padding:20px;
}
.sg-contact-grid {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
}
.sg-contact-mini {
    padding:16px;
    border:1px solid #DCE8F3;
    border-radius:10px;
    background:#FFFFFF;
}
.sg-contact-mini h4 {
    margin:0 0 8px;
    font-size:16px;
    line-height:1.2;
    color:var(--sg-dark);
    font-weight:800;
}
.sg-contact-mini p {
    margin:0;
    font-size:15px;
    line-height:1.8;
    color:var(--sg-text);
}
.sg-linkline {
    display:flex;
    flex-wrap:wrap;
    gap:12px 18px;
    margin:10px 0 0;
}
.sg-linkchip {
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 14px;
    border-radius:8px;
    background:#F4F9FF;
    border:1px solid #D8E6F3;
    color:var(--sg-primary);
    font-size:14px;
    font-weight:700;
    line-height:1;
    box-shadow:0 4px 12px rgba(2,72,140,.04);
}
.sg-linkchip:hover {
    background:#EAF4FE;
    border-color:#C6DDEF;
}
.sg-linkchip svg {
    width:15px;
    height:15px;
    flex:0 0 15px;
}

@media (max-width: 991px) {
    .sg-location-grid, .sg-contact-grid {
        grid-template-columns:1fr;
    }
}

@media (max-width: 767px) {
    .sg-meta {
        grid-template-columns:1fr;
    }
    .sg-nav-heading {
        margin-bottom:8px;
        font-size:12px;
    }
    .sg-nav-pills a {
        padding:10px 12px;
        font-size:12px;
        border-radius:7px;
    }
}
.sg-service-page {
    font-family: var(--sg-font-stack);
    color: var(--sg-text-body);
    background-color: var(--sg-bg-white);
    line-height: 1.8;
    overflow-x: clip;
}
.sg-service-page h1, .sg-service-page h2, .sg-service-page h3, .sg-service-page h4 {
    color: var(--sg-blue-primary);
    font-weight: 800;
    margin-top: 0;
    line-height: 1.2;
    letter-spacing: -0.02em;
}
.sg-highlight {
    color: var(--sg-brand-blue);
    font-weight: 700;
}
.sg-eyebrow-dark {
    background: rgba(255,255,255,0.1);
    color: #FFFFFF;
    border: 1px solid rgba(255,255,255,0.2);
}
.sg-btn-outline-dark {
    background-color: transparent;
    color: #FFFFFF !important;
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: none;
}
.sg-btn-outline-dark:hover {
    background-color: #FFFFFF;
    color: var(--sg-blue-primary) !important;
    border-color: #FFFFFF;
}
.sg-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sg-multi-col-list {
    column-count: 2;
    column-gap: 40px;
}
.sg-split-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: var(--sg-radius);
    overflow: hidden;
    box-shadow: var(--sg-shadow-hover);
    border: 1px solid var(--sg-border-color);
}
.sg-pill-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 32px 0;
}
.sg-pill {
    background: var(--sg-bg-white);
    border: 1px solid var(--sg-border-color);
    color: var(--sg-blue-primary);
    font-weight: 700;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 50px;
    box-shadow: var(--sg-shadow);
    transition: all 0.3s ease;
}
.sg-pill:hover {
    background: var(--sg-brand-blue);
    color: #fff;
    border-color: var(--sg-brand-blue);
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(20, 142, 207, 0.3);
}
.sg-feature-card {
    background: var(--sg-bg-white);
    border-top: 4px solid var(--sg-brand-blue);
    padding: 40px;
    border-radius: var(--sg-radius);
    box-shadow: var(--sg-shadow);
    transition: transform 0.3s ease;
    height: 100%;
}
.sg-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--sg-shadow-hover);
    border-color: var(--sg-blue-primary);
}
.sg-feature-icon {
    width: 56px;
    height: 56px;
    background: var(--sg-blue-soft);
    color: var(--sg-brand-blue);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    border: 1px solid var(--sg-border-color);
}
.sg-feature-icon svg {
    width: 28px;
    height: 28px;
}
.sg-feature-card h3 {
    font-size: 22px;
    margin-bottom: 12px;
}
.sg-feature-card p {
    font-size: 15px;
    margin: 0;
}
.sg-process-wrap {
    position: relative;
    max-width: 900px;
    margin: 64px auto 0;
    padding: 40px 0;
}
.sg-process-line {
    position: absolute;
    left: 40px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--sg-border-color);
    z-index: 1;
}
.sg-process-marker {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    background: var(--sg-bg-white);
    border: 2px solid var(--sg-brand-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--sg-brand-blue);
    box-shadow: 0 0 0 8px var(--sg-bg-white);
    transition: all 0.4s ease;
}
.sg-process-marker svg {
    width: 32px;
    height: 32px;
}
.sg-process-step:hover .sg-process-marker {
    background: var(--sg-brand-blue);
    color: #fff;
    transform: scale(1.05);
}
.sg-process-content {
    background: var(--sg-bg-white);
    border: 1px solid var(--sg-border-color);
    border-radius: var(--sg-radius);
    padding: 40px;
    box-shadow: var(--sg-shadow);
    transition: transform 0.4s ease;
}
.sg-process-content:hover {
    transform: translateY(-5px);
    border-color: var(--sg-brand-blue);
    box-shadow: var(--sg-shadow-hover);
}
.sg-process-content h3 {
    font-size: 24px;
    margin-bottom: 16px;
}
.sg-process-content p {
    margin: 0;
    font-size: 16px;
}
.sg-accordion-wrapper {
    max-width: 800px;
    margin: 48px auto 0;
}
.sg-accordion-item {
    background: var(--sg-bg-white);
    border: 1px solid var(--sg-border-color);
    border-radius: 12px;
    margin-bottom: 16px;
    box-shadow: var(--sg-shadow);
    transition: all 0.3s ease;
    overflow: hidden;
}
.sg-accordion-item:hover {
    border-color: rgba(20, 142, 207, 0.5);
    box-shadow: var(--sg-shadow-hover);
}
.sg-accordion-item.active {
    border-color: var(--sg-brand-blue);
}
.sg-accordion-header {
    width: 100%;
    text-align: left;
    background: transparent;
    border: none;
    padding: 24px;
    font-family: var(--sg-font-stack);
    font-size: 18px;
    font-weight: 700;
    color: var(--sg-blue-primary);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    outline: none;
    transition: color 0.3s ease;
}
.sg-accordion-item:hover .sg-accordion-header {
    color: var(--sg-brand-blue);
}
.sg-accordion-icon {
    color: var(--sg-brand-blue);
    font-size: 24px;
    transition: transform 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: var(--sg-blue-soft);
    border-radius: 50%;
    flex-shrink: 0;
    margin-left: 16px;
}
.sg-accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background: var(--sg-bg-white);
}
.sg-accordion-inner {
    padding: 0 24px 24px 24px;
}
.sg-accordion-body p {
    margin: 0;
    color: var(--sg-text-body);
    font-size: 16px;
    line-height: 1.7;
}
.sg-accordion-item.active .sg-accordion-icon {
    transform: rotate(45deg);
    background: var(--sg-brand-blue);
    color: #fff;
}
.sg-reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1024px) {
    .sg-split-panel {
        grid-template-columns: 1fr;
    }
    .sg-multi-col-list {
        column-count: 1;
    }
}

@media (max-width: 768px) {
    .sg-process-wrap {
        padding: 0;
        margin-top: 40px;
    }
    .sg-process-line {
        display: none;
    }
    .sg-process-marker {
        position: relative;
        margin-bottom: 24px;
        box-shadow: none;
    }
    .sg-process-content {
        padding: 32px 24px;
    }
}
.sg-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.sg-tab-content.active {
    display: block;
}
.sg-featured-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: var(--sg-radius);
    box-shadow: var(--sg-shadow-hover);
}
.sg-skip-link:focus {
    left: 8px;
    top: 8px;
}


/* ===== header.php ===== */
:root {
    --sgh-bg: #FFFFFF;
    --sgh-text: #0F172A;
    --sgh-accent: #2563EB;
    --sgh-border: #E2E8F0;
    --sgh-font: "Miranda Sans", system-ui, -apple-system, sans-serif !important;
}
.sg-site-header {
    background-color: var(--sgh-bg);
    border-bottom: 1px solid var(--sgh-border);
    position: relative;
    z-index: 1000;
    font-family: var(--sgh-font);
}
.sg-header-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 16px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}
.sg-site-logo img {
    max-height: 55px;
    width: auto;
    display: block;
}
.sg-main-navigation {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: center;
}
.sg-main-navigation > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
    align-items: center;
}
.sg-main-navigation li {
    position: relative;
}
.sg-main-navigation > ul > li > a {
    text-decoration: none;
    color: var(--sgh-text);
    font-weight: 700;
    font-size: 15px;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 0;
}
.sg-main-navigation > ul > li > a:hover, .sg-main-navigation > ul > li:hover > a {
    color: var(--sgh-accent);
}
.sg-main-navigation > ul > li > a > svg {
    width: 16px;
    height: 16px;
    stroke-width: 2;
    color: var(--sgh-accent);
}
.sg-has-dropdown > a::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
    transition: transform 0.3s ease;
    margin-left: 4px;
}
.sg-has-dropdown:hover > a::after, .sg-has-dropdown.active-mobile-drop > a::after {
    transform: rotate(-135deg) translateY(-2px);
}
.sg-mega-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FFFFFF;
    box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.15), 0 0 0 1px rgba(15, 23, 42, 0.05);
    width: 920px;
    border-radius: 12px;
    z-index: 1001;
    padding: 0;
    margin-top: 10px;
    cursor: default;
}

@media (min-width: 1025px) {
    .sg-has-dropdown:hover .sg-mega-menu {
        display: block;
        animation: sgDropdownFade 0.3s ease forwards;
    }
}
.sg-mega-menu::before {
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 15px;
}

@keyframes sgDropdownFade {
    from {
        opacity: 0;
        transform: translate(-50%, 10px);
    }
    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}
.sg-mm-header {
    padding: 24px 32px 16px;
    border-bottom: 1px solid var(--sgh-border);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sg-mm-header h4 {
    margin: 0;
    color: var(--sgh-text);
    font-size: 16px;
    font-weight: 800;
}
.sg-mm-header p {
    margin: 4px 0 0;
    font-size: 13px;
    color: #64748B;
}
.sg-mm-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid var(--sgh-border);
    border-radius: 50px;
    padding: 6px 16px;
    color: var(--sgh-text);
    text-decoration: none;
    transition: all 0.3s ease;
}
.sg-mm-btn:hover {
    border-color: var(--sgh-accent);
    color: var(--sgh-accent);
}
.sg-mm-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    padding: 24px 32px;
}
.sg-mm-category {
    display: flex;
    flex-direction: column;
}
.sg-mm-cat-header {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    text-decoration: none !important;
}
.sg-mm-icon-box {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background-color: rgba(37, 99, 235, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background-color 0.3s;
}
.sg-mm-cat-header:hover .sg-mm-icon-box {
    background-color: rgba(37, 99, 235, 0.2);
}
.sg-mm-icon-box svg {
    width: 16px;
    height: 16px;
    color: var(--sgh-accent);
}
.sg-mm-cat-title {
    color: var(--sgh-text);
    font-weight: 700;
    font-size: 15px;
    margin: 0;
    transition: color 0.3s;
    line-height: 1.4;
    padding-top: 5px;
}
.sg-mm-cat-header:hover .sg-mm-cat-title {
    color: var(--sgh-accent);
}
.sg-mm-links {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-left: 42px;
    list-style: none;
    margin: 0;
}
.sg-mm-links li {
    margin: 0;
}
.sg-mm-links a {
    display: block;
    color: #64748B;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 0;
    text-decoration: none;
    transition: color 0.2s ease;
}
.sg-mm-links a:hover {
    color: var(--sgh-accent);
}

@media (min-width: 1025px) {
    .sg-mega-menu.sg-mega-compact {
        width: 290px;
    }
}
.sg-mega-compact .sg-mm-links {
    padding: 12px;
    gap: 2px;
}
.sg-mega-compact .sg-mm-links a {
    padding: 9px 12px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
}
.sg-mega-compact .sg-mm-links a:hover {
    background-color: rgba(37, 99, 235, 0.06);
    color: var(--sgh-accent);
}
.sg-mm-footer {
    background-color: #F8FAFC;
    padding: 12px 32px;
    border-top: 1px solid var(--sgh-border);
    border-radius: 0 0 12px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sg-mm-footer span {
    color: #64748B;
    font-size: 13px;
}
.sg-mm-footer a {
    color: var(--sgh-accent);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
}
.sg-mm-footer a:hover {
    text-decoration: underline;
}
.sg-header-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}
.sg-search-trigger {
    background: none;
    border: none;
    color: var(--sgh-text);
    cursor: pointer;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.sg-search-trigger:hover {
    color: var(--sgh-accent);
    transform: scale(1.1);
}
.sg-header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    background-color: var(--sgh-accent);
    color: #FFFFFF !important;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    white-space: nowrap;
}
.sg-header-cta:hover {
    background-color: var(--sgh-text);
    transform: translateY(-2px);
}
.sg-search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}
.sg-search-overlay.active {
    opacity: 1;
    visibility: visible;
}
.sg-search-close {
    position: absolute;
    top: 30px;
    right: 40px;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: transform 0.4s ease, color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.sg-search-close:hover {
    transform: rotate(90deg) scale(1.1);
    color: var(--sgh-accent);
}
.sg-search-container {
    width: 100%;
    max-width: 700px;
    padding: 0 24px;
    transform: translateY(40px) scale(0.95);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0;
}
.sg-search-overlay.active .sg-search-container {
    transform: translateY(0) scale(1);
    opacity: 1;
}
.sg-search-form {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
}
.sg-search-input {
    width: 100%;
    padding: 24px 32px;
    font-size: 22px;
    font-family: var(--sgh-font);
    font-weight: 500;
    color: var(--sgh-text);
    background: #fff;
    border-radius: 50px;
    border: 3px solid transparent;
    outline: none;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
}
.sg-search-input:focus {
    border-color: var(--sgh-accent);
}
.sg-search-submit {
    position: absolute;
    right: 12px;
    top: 12px;
    bottom: 12px;
    background: var(--sgh-accent);
    color: #fff;
    border: none;
    border-radius: 40px;
    padding: 0 32px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
}
.sg-menu-toggle {
    display: none;
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    font-size: 32px;
    color: var(--sgh-accent) !important;
    cursor: pointer;
    padding: 5px;
    line-height: 1;
    outline: none;
}

@media (max-width: 1024px) {
    .sg-header-inner {
        flex-wrap: wrap;
    }
    .sg-header-actions {
        gap: 12px;
    }
    .sg-menu-toggle {
        display: block;
    }
    .sg-header-cta-wrapper {
        display: none;
    }
    .sg-main-navigation {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: var(--sgh-bg);
        padding: 0;
        border-top: 1px solid var(--sgh-border);
        box-shadow: 0 10px 15px rgba(0,0,0,0.1);
        max-height: calc(100vh - 85px);
        overflow-y: auto;
        z-index: 999;
    }
    .sg-main-navigation.toggled {
        display: block;
    }
    .sg-main-navigation > ul {
        flex-direction: column;
        gap: 0;
    }
    .sg-main-navigation > ul > li {
        width: 100%;
    }
    .sg-main-navigation > ul > li > a {
        padding: 14px 24px;
        font-size: 16px;
        border-bottom: 1px solid var(--sgh-border);
        justify-content: flex-start;
        gap: 16px;
    }
    .sg-has-dropdown > a::after {
        margin-left: auto;
    }
    .sg-mega-menu {
        display: none;
        position: static;
        transform: none;
        width: 100%;
        box-shadow: none;
        border: none;
        border-radius: 0;
        background-color: #F8FBFF;
        padding: 0;
        animation: none;
    }
    .sg-has-dropdown.active-mobile-drop .sg-mega-menu {
        display: block;
    }
    .sg-mm-header, .sg-mm-footer {
        display: none;
    }
    .sg-mm-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 20px 24px;
    }
    .sg-search-input {
        font-size: 18px;
        padding: 18px 24px;
    }
    .sg-search-submit {
        padding: 0 20px;
        font-size: 14px;
    }
    .sg-search-close {
        top: 20px;
        right: 20px;
    }
}


/* ===== unified core: tokens ===== */
:root {
    --radius-main: 16px;
    --radius-sm: 10px;
    --sg-accent-on-dark: #6FA0FF;
    --sg-anchor-offset: 120px;
    --sg-bg-white: #FFFFFF;
    --sg-black: #000000;
    --sg-blue: #2563EB;
    --sg-blue-100: #DBEAFE;
    --sg-blue-300: #93C5FD;
    --sg-blue-accent: #2563EB;
    --sg-blue-accent-dark: #1D4ED8;
    --sg-blue-hover: #1d4ed8;
    --sg-blue-light: #EFF6FF;
    --sg-blue-primary: #0F172A;
    --sg-blue-primary-2: #111C34;
    --sg-blue-soft: #F8FBFF;
    --sg-border: #D9E5F1;
    --sg-border-2: #E7EEF6;
    --sg-border-color: #E2E8F0;
    --sg-brand-blue: #148ecf;
    --sg-container: 1160px;
    --sg-custom-blue: #01377d;
    --sg-dark: #0F172A;
    --sg-dark-2: #1e293b;
    --sg-font: "Miranda Sans", "Inter", system-ui, -apple-system, sans-serif !important;
    --sg-font-stack: "Miranda Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --sg-gray-100: #F1F5F9;
    --sg-gray-200: #E2E8F0;
    --sg-gray-300: #CBD5E1;
    --sg-gray-400: #94A3B8;
    --sg-gray-50: #F8FAFC;
    --sg-gray-500: #64748B;
    --sg-gray-800: #1E293B;
    --sg-max-width: 1240px;
    --sg-muted: #66768A;
    --sg-primary: #02488c;
    --sg-primary-2: #0E71B4;
    --sg-primary-3: #158ACB;
    --sg-radius: 8px;
    --sg-radius-lg: 5px;
    --sg-radius-md: 5px;
    --sg-radius-sm: 8px;
    --sg-shadow: 0 4px 6px -1px rgba(15, 23, 42, 0.05), 0 2px 4px -1px rgba(15, 23, 42, 0.03);
    --sg-shadow-hover: 0 20px 25px -5px rgba(37, 99, 235, 0.10), 0 10px 10px -5px rgba(37, 99, 235, 0.04);
    --sg-shadow-lg: 0 24px 60px rgba(15, 23, 42, 0.12);
    --sg-shadow-md: 0 16px 40px rgba(15, 23, 42, 0.08);
    --sg-shadow-sm: 0 8px 20px rgba(15, 23, 42, 0.05);
    --sg-shadow-soft: 0 8px 22px rgba(2,72,140,.05);
    --sg-soft: #F4F8FC;
    --sg-sticky-top: 0px;
    --sg-text: #2B3440;
    --sg-text-body: rgb(49, 49, 49);
    --sg-text-muted: #64748B;
    --sg-text-soft: #94A3B8;
    --sg-warn-bg: #FDF8E8;
    --sg-warn-line: #DBA617;
    --sg-warning: #EF4444;
    --sg-warning-soft: #FEF2F2;
    --sg-white: #FFFFFF;
    --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    --shadow-glow: 0 10px 30px rgba(37, 99, 235, 0.25);
    --shadow-lg: 0 24px 48px -12px rgba(15, 23, 42, 0.12);
    --shadow-md: 0 12px 24px -4px rgba(15, 23, 42, 0.08);
    --shadow-sm: 0 2px 4px rgba(15, 23, 42, 0.04);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    --transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    --transition-all: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --tw-blue-100: #DBEAFE;
    --tw-blue-500: #3B82F6;
    --tw-blue-600: #2563EB;
    --tw-blue-700: #1D4ED8;
    --tw-font-sans: "Miranda Sans", system-ui, -apple-system, sans-serif !important;
    --tw-slate-100: #F1F5F9;
    --tw-slate-200: #E2E8F0;
    --tw-slate-50: #F8FAFC;
    --tw-slate-600: #475569;
    --tw-slate-800: #1E293B;
    --tw-slate-900: #0F172A;
}


/* ===== unified core: components every page now shares ===== */
.sg-main {
    font-family: var(--sg-font-stack) !important;
    font-size: 16px;
    font-weight: 400;
    color: var(--sg-text-body);
    background-color: var(--sg-bg-white);
    line-height: 1.65;
    overflow-x: clip;
    margin: 0;
    padding: 0;
}
.sg-container {
    max-width: var(--sg-max-width);
    margin: 0 auto;
    padding: 0 24px;
}
.sg-section {
    padding: 96px 0;
}
.sg-section-alt {
    background-color: var(--sg-blue-soft);
}
.sg-nav-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}
.sg-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 16px 32px !important;
    background-color: var(--sg-blue-accent) !important;
    color: #FFFFFF !important;
    font-family: var(--sg-font-stack) !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    text-decoration: none !important;
    border-radius: var(--sg-radius) !important;
    transition: all 0.3s ease !important;
    border: 2px solid var(--sg-blue-accent) !important;
    cursor: pointer !important;
    text-align: center;
}
.sg-btn-group {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}
.sg-hero {
    position: relative;
    min-height: 85vh;
    background-color: var(--sg-blue-primary);
    display: grid;
    grid-template-columns: 100%;
    overflow: hidden;
}
.sg-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(15, 23, 42, 0.95) 0%, rgba(15, 23, 42, 0.7) 100%);
    z-index: -1;
}
.sg-slider-nav {
    align-items: center;
}
.sg-eyebrow {
    display: block;
    color: var(--sg-blue-accent);
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 16px;
}
.sg-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
}
.sg-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
.sg-bento-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: minmax(100px, auto);
    gap: 20px;
    max-width: var(--sg-max-width);
    margin: 0 auto;
    padding: 0 24px;
}
.sg-bento-icon {
    font-size: 32px;
    color: var(--sg-blue-accent);
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.15) 0%, rgba(37, 99, 235, 0.05) 100%);
    border: 1px solid rgba(37, 99, 235, 0.2);
    border-radius: 8px;
}
.sg-card {
    background: var(--sg-bg-white);
    border: 1px solid var(--sg-border-color);
    padding: 40px;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: var(--sg-radius);
}
.sg-card h3 {
    font-size: 24px;
    margin-bottom: 16px;
}
.sg-process-step {
    border-top: 2px solid var(--sg-border-color);
    padding-top: 24px;
}
.sg-skip-link {
    position: fixed;
    left: -9999px;
    top: 0;
    background: var(--sg-blue-primary);
    color: #fff !important;
    padding: 12px 20px;
    z-index: 999;
    font-weight: 700;
}
.sg-hero-inner {
    position:relative;
    z-index:2;
    max-width:860px;
    margin:0 auto;
}
body.admin-bar .sg-nav-wrap {
    top:32px;
}
.sg-block {
    scroll-margin-top:var(--sg-anchor-offset);
    background:rgba(255,255,255,.92);
    border:1px solid var(--sg-border-2);
    border-radius:10px;
    padding:26px 24px;
    margin-bottom:18px;
    box-shadow:var(--sg-shadow-soft);
}
.sg-list li {
    position:relative;
    padding-left:34px;
    font-size:16px;
    line-height:1.85;
    color:var(--sg-text);
}
.sg-contact-card {
    padding:0;
    border-radius:10px;
    border:1px solid #D7E4F0;
    background:linear-gradient(180deg,#FFFFFF 0%,#F9FCFF 100%);
    box-shadow:var(--sg-shadow-soft);
    overflow:hidden;
}
.sg-title {
    font-size: clamp(32px, 4vw, 48px);
    margin-bottom: 24px;
}
.sg-text {
    font-size: 18px;
    margin-bottom: 24px;
}
.sg-text-lg {
    font-size: 22px;
    margin-bottom: 32px;
    color: var(--sg-blue-primary);
    font-weight: 500;
    line-height: 1.6;
}
.sg-feature-list li {
    position: relative;
    padding-left: 44px;
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 600;
    color: var(--sg-blue-primary);
    line-height: 1.5;
}
.sg-quote-block {
    border-left: 4px solid var(--sg-brand-blue);
    padding: 32px 40px;
    background: linear-gradient(135deg, var(--sg-blue-soft) 0%, rgba(255,255,255,0) 100%);
    border-radius: 0 var(--sg-radius) var(--sg-radius) 0;
    font-weight: 700;
    font-size: 24px;
    color: var(--sg-blue-primary);
    font-style: italic;
    margin: 40px 0;
    box-shadow: inset 1px 0 0 0 var(--sg-border-color);
}
.sg-quote-center {
    text-align: center;
    padding: 64px 40px;
    background: var(--sg-blue-soft);
    border-radius: var(--sg-radius);
    border: 1px solid var(--sg-border-color);
    font-weight: 700;
    font-size: 28px;
    color: var(--sg-blue-primary);
    font-style: italic;
    margin: 80px 0;
    position: relative;
}
.sg-service-hero {
    position: relative;
    padding: 160px 0 100px;
    background-color: var(--sg-blue-primary);
    background-image: url('https://images.unsplash.com/photo-1555099962-4199c345e5dd?q=80&w=2000&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
}
.sg-split-bad {
    background: var(--sg-warning-soft);
    padding: 56px 48px;
    border-right: 1px solid var(--sg-border-color);
}
.sg-split-good {
    background: var(--sg-bg-white);
    padding: 56px 48px;
}


/* ===== page-affiliate-disclosure.php  scoped to .page-template-page-affiliate-disclosure ===== */
html:where(:has(body.page-template-page-affiliate-disclosure)) {
    scroll-behavior:smooth;
    scroll-padding-top:var(--sg-anchor-offset);
}
:where(body.page-template-page-affiliate-disclosure) .softglaze-legal-page a, :where(body.page-template-page-affiliate-disclosure).softglaze-legal-page a {
    color:var(--sg-primary);
    text-decoration:none;
}
:where(body.page-template-page-affiliate-disclosure) .softglaze-legal-page img, :where(body.page-template-page-affiliate-disclosure).softglaze-legal-page img {
    max-width:100%;
    display:block;
}
:where(body.page-template-page-affiliate-disclosure) .sg-hero::after {
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, rgba(255,255,255,.03) 0%, rgba(0,0,0,.10) 100%);
    pointer-events:none;
}
:where(body.page-template-page-affiliate-disclosure) .sg-hero h1 {
    margin:0 0 16px;
    font-size:clamp(40px, 5vw, 66px);
    line-height:1.02;
    letter-spacing:-.04em;
    color:#fff;
    font-weight:800;
}
:where(body.page-template-page-affiliate-disclosure) .sg-hero p {
    margin:0 auto;
    max-width:760px;
    font-size:18px;
    line-height:1.75;
    color:rgba(255,255,255,.95);
    font-weight:400;
}
:where(body.page-template-page-affiliate-disclosure) .sg-subintro {
    background:var(--sg-white);
    border-bottom:1px solid var(--sg-border);
}
:where(body.page-template-page-affiliate-disclosure) .sg-subintro-inner {
    padding:26px 0;
}
:where(body.page-template-page-affiliate-disclosure) .sg-subintro p {
    margin:0;
    max-width:980px;
    font-size:16px;
    line-height:1.9;
    color:var(--sg-text);
}
:where(body.page-template-page-affiliate-disclosure) .sg-nav-wrap {
    position:-webkit-sticky;
    position:sticky;
    top:var(--sg-sticky-top);
    z-index:999;
    background:rgba(255,255,255,.96);
    backdrop-filter:blur(14px);
    border-bottom:1px solid var(--sg-border);
    box-shadow:0 6px 20px rgba(11,34,61,.05);
}

@media screen and (max-width: 782px) {
    body.admin-bar:where(.page-template-page-affiliate-disclosure) .sg-nav-wrap {
        top:46px;
    }
}
:where(body.page-template-page-affiliate-disclosure) .sg-nav-heading {
    margin:0 0 10px;
    font-size:13px;
    line-height:1.2;
    font-weight:800;
    letter-spacing:.10em;
    text-transform:uppercase;
    color:var(--sg-primary);
}
:where(body.page-template-page-affiliate-disclosure) .sg-nav-pills {
    display:flex;
    flex-wrap:nowrap;
    gap:10px;
    overflow-x:auto;
    scrollbar-width:thin;
    padding-bottom:2px;
}
:where(body.page-template-page-affiliate-disclosure) .sg-nav-pills a {
    white-space:nowrap;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:11px 14px;
    border-radius:8px;
    background:linear-gradient(180deg,#FFFFFF 0%,#F7FAFD 100%);
    border:1px solid #DDE8F3;
    color:var(--sg-text);
    font-size:13px;
    font-weight:700;
    line-height:1;
    transition:.2s ease;
    box-shadow:0 4px 10px rgba(2,72,140,.03);
}
:where(body.page-template-page-affiliate-disclosure) .sg-nav-pills a:hover {
    background:#EEF5FC;
    color:var(--sg-primary);
    border-color:#C8DDF0;
    transform:translateY(-1px);
}
:where(body.page-template-page-affiliate-disclosure) .sg-content {
    background:transparent;
    border:none;
    box-shadow:none;
}
:where(body.page-template-page-affiliate-disclosure) .sg-meta {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
    margin-bottom:20px;
}
:where(body.page-template-page-affiliate-disclosure) .sg-meta-card {
    background:var(--sg-white);
    border:1px solid var(--sg-border);
    border-radius:10px;
    padding:18px;
    box-shadow:var(--sg-shadow-soft);
}
:where(body.page-template-page-affiliate-disclosure) .sg-block p {
    margin:0 0 14px;
    font-size:16px;
    line-height:1.9;
    color:var(--sg-text);
}
:where(body.page-template-page-affiliate-disclosure) .sg-list {
    list-style:none;
    margin:0 0 14px;
    padding:0;
    display:grid;
    gap:10px;
}
:where(body.page-template-page-affiliate-disclosure) .sg-list li::before {
    content:"";
    position:absolute;
    left:0;
    top:5px;
    width:20px;
    height:20px;
    border-radius:50%;
    background:linear-gradient(180deg,var(--sg-primary),var(--sg-primary-3));
    box-shadow:0 4px 10px rgba(2,72,140,.18);
}
:where(body.page-template-page-affiliate-disclosure) .sg-list li::after {
    content:"";
    position:absolute;
    left:7px;
    top:10px;
    width:5px;
    height:9px;
    border-right:2px solid #fff;
    border-bottom:2px solid #fff;
    transform:rotate(45deg);
}
:where(body.page-template-page-affiliate-disclosure) .sg-location-grid {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
    margin-top:12px;
}
:where(body.page-template-page-affiliate-disclosure) .sg-location-card {
    padding:18px;
    border-radius:10px;
    border:1px solid #D8E4F0;
    background:linear-gradient(180deg,#FFFFFF 0%,#F8FBFE 100%);
    box-shadow:var(--sg-shadow-soft);
    position:relative;
    overflow:hidden;
}
:where(body.page-template-page-affiliate-disclosure) .sg-location-card::before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:3px;
    background:linear-gradient(90deg,var(--sg-primary),var(--sg-primary-3));
}
:where(body.page-template-page-affiliate-disclosure) .sg-location-card h4 {
    margin:0 0 10px;
    font-size:17px;
    line-height:1.2;
    color:var(--sg-dark);
    font-weight:800;
}
:where(body.page-template-page-affiliate-disclosure) .sg-location-card p {
    margin:0;
    font-size:15px;
    line-height:1.8;
    color:var(--sg-text);
}
:where(body.page-template-page-affiliate-disclosure) .sg-contact-card-top {
    padding:20px 20px 16px;
    background:linear-gradient(135deg, rgba(2,72,140,.08) 0%, rgba(21,138,203,.08) 100%);
    border-bottom:1px solid #DCE8F3;
}
:where(body.page-template-page-affiliate-disclosure) .sg-contact-card-top p {
    margin:0;
    font-size:15px;
    line-height:1.8;
    color:var(--sg-text);
}
:where(body.page-template-page-affiliate-disclosure) .sg-contact-card-body {
    padding:20px;
}
:where(body.page-template-page-affiliate-disclosure) .sg-contact-grid {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
}
:where(body.page-template-page-affiliate-disclosure) .sg-contact-mini {
    padding:16px;
    border:1px solid #DCE8F3;
    border-radius:10px;
    background:#FFFFFF;
}
:where(body.page-template-page-affiliate-disclosure) .sg-contact-mini h4 {
    margin:0 0 8px;
    font-size:16px;
    line-height:1.2;
    color:var(--sg-dark);
    font-weight:800;
}
:where(body.page-template-page-affiliate-disclosure) .sg-contact-mini p {
    margin:0;
    font-size:15px;
    line-height:1.8;
    color:var(--sg-text);
}
:where(body.page-template-page-affiliate-disclosure) .sg-linkline {
    display:flex;
    flex-wrap:wrap;
    gap:12px 18px;
    margin:10px 0 0;
}
:where(body.page-template-page-affiliate-disclosure) .sg-linkchip {
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 14px;
    border-radius:8px;
    background:#F4F9FF;
    border:1px solid #D8E6F3;
    color:var(--sg-primary);
    font-size:14px;
    font-weight:700;
    line-height:1;
    box-shadow:0 4px 12px rgba(2,72,140,.04);
}
:where(body.page-template-page-affiliate-disclosure) .sg-linkchip:hover {
    background:#EAF4FE;
    border-color:#C6DDEF;
}
:where(body.page-template-page-affiliate-disclosure) .sg-linkchip svg {
    width:15px;
    height:15px;
    flex:0 0 15px;
}

@media (max-width: 767px) {
    :where(body.page-template-page-affiliate-disclosure) .sg-container {
        width:min(var(--sg-container), calc(100% - 24px));
    }
    :where(body.page-template-page-affiliate-disclosure) .sg-hero {
        min-height:360px;
        padding:88px 0 64px;
    }
    :where(body.page-template-page-affiliate-disclosure) .sg-hero p {
        font-size:16px;
    }
    :where(body.page-template-page-affiliate-disclosure) .sg-block {
        padding:22px 18px;
        border-radius:8px;
    }
    :where(body.page-template-page-affiliate-disclosure) .sg-block h2 {
        font-size:24px;
    }
    :where(body.page-template-page-affiliate-disclosure) .sg-nav-inner {
        padding:10px 0;
    }
}


/* ===== page-cookie-policy.php  scoped to .page-template-page-cookie-policy ===== */
html:where(:has(body.page-template-page-cookie-policy)) {
    scroll-behavior:smooth;
    scroll-padding-top:var(--sg-anchor-offset);
}
:where(body.page-template-page-cookie-policy) .softglaze-legal-page a, :where(body.page-template-page-cookie-policy).softglaze-legal-page a {
    color:var(--sg-primary);
    text-decoration:none;
}
:where(body.page-template-page-cookie-policy) .softglaze-legal-page img, :where(body.page-template-page-cookie-policy).softglaze-legal-page img {
    max-width:100%;
    display:block;
}
:where(body.page-template-page-cookie-policy) .sg-hero::after {
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, rgba(255,255,255,.03) 0%, rgba(0,0,0,.10) 100%);
    pointer-events:none;
}
:where(body.page-template-page-cookie-policy) .sg-hero h1 {
    margin:0 0 16px;
    font-size:clamp(40px, 5vw, 66px);
    line-height:1.02;
    letter-spacing:-.04em;
    color:#fff;
    font-weight:800;
}
:where(body.page-template-page-cookie-policy) .sg-hero p {
    margin:0 auto;
    max-width:760px;
    font-size:18px;
    line-height:1.75;
    color:rgba(255,255,255,.95);
    font-weight:400;
}
:where(body.page-template-page-cookie-policy) .sg-subintro {
    background:var(--sg-white);
    border-bottom:1px solid var(--sg-border);
}
:where(body.page-template-page-cookie-policy) .sg-subintro-inner {
    padding:26px 0;
}
:where(body.page-template-page-cookie-policy) .sg-subintro p {
    margin:0;
    max-width:980px;
    font-size:16px;
    line-height:1.9;
    color:var(--sg-text);
}
:where(body.page-template-page-cookie-policy) .sg-nav-wrap {
    position:-webkit-sticky;
    position:sticky;
    top:var(--sg-sticky-top);
    z-index:999;
    background:rgba(255,255,255,.96);
    backdrop-filter:blur(14px);
    border-bottom:1px solid var(--sg-border);
    box-shadow:0 6px 20px rgba(11,34,61,.05);
}

@media screen and (max-width: 782px) {
    body.admin-bar:where(.page-template-page-cookie-policy) .sg-nav-wrap {
        top:46px;
    }
}
:where(body.page-template-page-cookie-policy) .sg-nav-heading {
    margin:0 0 10px;
    font-size:13px;
    line-height:1.2;
    font-weight:800;
    letter-spacing:.10em;
    text-transform:uppercase;
    color:var(--sg-primary);
}
:where(body.page-template-page-cookie-policy) .sg-nav-pills {
    display:flex;
    flex-wrap:nowrap;
    gap:10px;
    overflow-x:auto;
    scrollbar-width:thin;
    padding-bottom:2px;
}
:where(body.page-template-page-cookie-policy) .sg-nav-pills a {
    white-space:nowrap;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:11px 14px;
    border-radius:8px;
    background:linear-gradient(180deg,#FFFFFF 0%,#F7FAFD 100%);
    border:1px solid #DDE8F3;
    color:var(--sg-text);
    font-size:13px;
    font-weight:700;
    line-height:1;
    transition:.2s ease;
    box-shadow:0 4px 10px rgba(2,72,140,.03);
}
:where(body.page-template-page-cookie-policy) .sg-nav-pills a:hover {
    background:#EEF5FC;
    color:var(--sg-primary);
    border-color:#C8DDF0;
    transform:translateY(-1px);
}
:where(body.page-template-page-cookie-policy) .sg-content {
    background:transparent;
    border:none;
    box-shadow:none;
}
:where(body.page-template-page-cookie-policy) .sg-meta {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
    margin-bottom:20px;
}
:where(body.page-template-page-cookie-policy) .sg-meta-card {
    background:var(--sg-white);
    border:1px solid var(--sg-border);
    border-radius:10px;
    padding:18px;
    box-shadow:var(--sg-shadow-soft);
}
:where(body.page-template-page-cookie-policy) .sg-block p {
    margin:0 0 14px;
    font-size:16px;
    line-height:1.9;
    color:var(--sg-text);
}
:where(body.page-template-page-cookie-policy) .sg-list {
    list-style:none;
    margin:0 0 14px;
    padding:0;
    display:grid;
    gap:10px;
}
:where(body.page-template-page-cookie-policy) .sg-list li::before {
    content:"";
    position:absolute;
    left:0;
    top:5px;
    width:20px;
    height:20px;
    border-radius:50%;
    background:linear-gradient(180deg,var(--sg-primary),var(--sg-primary-3));
    box-shadow:0 4px 10px rgba(2,72,140,.18);
}
:where(body.page-template-page-cookie-policy) .sg-list li::after {
    content:"";
    position:absolute;
    left:7px;
    top:10px;
    width:5px;
    height:9px;
    border-right:2px solid #fff;
    border-bottom:2px solid #fff;
    transform:rotate(45deg);
}
:where(body.page-template-page-cookie-policy) .sg-location-grid {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
    margin-top:12px;
}
:where(body.page-template-page-cookie-policy) .sg-location-card {
    padding:18px;
    border-radius:10px;
    border:1px solid #D8E4F0;
    background:linear-gradient(180deg,#FFFFFF 0%,#F8FBFE 100%);
    box-shadow:var(--sg-shadow-soft);
    position:relative;
    overflow:hidden;
}
:where(body.page-template-page-cookie-policy) .sg-location-card::before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:3px;
    background:linear-gradient(90deg,var(--sg-primary),var(--sg-primary-3));
}
:where(body.page-template-page-cookie-policy) .sg-location-card h4 {
    margin:0 0 10px;
    font-size:17px;
    line-height:1.2;
    color:var(--sg-dark);
    font-weight:800;
}
:where(body.page-template-page-cookie-policy) .sg-location-card p {
    margin:0;
    font-size:15px;
    line-height:1.8;
    color:var(--sg-text);
}
:where(body.page-template-page-cookie-policy) .sg-contact-card-top {
    padding:20px 20px 16px;
    background:linear-gradient(135deg, rgba(2,72,140,.08) 0%, rgba(21,138,203,.08) 100%);
    border-bottom:1px solid #DCE8F3;
}
:where(body.page-template-page-cookie-policy) .sg-contact-card-top p {
    margin:0;
    font-size:15px;
    line-height:1.8;
    color:var(--sg-text);
}
:where(body.page-template-page-cookie-policy) .sg-contact-card-body {
    padding:20px;
}
:where(body.page-template-page-cookie-policy) .sg-contact-grid {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
}
:where(body.page-template-page-cookie-policy) .sg-contact-mini {
    padding:16px;
    border:1px solid #DCE8F3;
    border-radius:10px;
    background:#FFFFFF;
}
:where(body.page-template-page-cookie-policy) .sg-contact-mini h4 {
    margin:0 0 8px;
    font-size:16px;
    line-height:1.2;
    color:var(--sg-dark);
    font-weight:800;
}
:where(body.page-template-page-cookie-policy) .sg-contact-mini p {
    margin:0;
    font-size:15px;
    line-height:1.8;
    color:var(--sg-text);
}
:where(body.page-template-page-cookie-policy) .sg-linkline {
    display:flex;
    flex-wrap:wrap;
    gap:12px 18px;
    margin:10px 0 0;
}
:where(body.page-template-page-cookie-policy) .sg-linkchip {
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 14px;
    border-radius:8px;
    background:#F4F9FF;
    border:1px solid #D8E6F3;
    color:var(--sg-primary);
    font-size:14px;
    font-weight:700;
    line-height:1;
    box-shadow:0 4px 12px rgba(2,72,140,.04);
}
:where(body.page-template-page-cookie-policy) .sg-linkchip:hover {
    background:#EAF4FE;
    border-color:#C6DDEF;
}
:where(body.page-template-page-cookie-policy) .sg-linkchip svg {
    width:15px;
    height:15px;
    flex:0 0 15px;
}

@media (max-width: 767px) {
    :where(body.page-template-page-cookie-policy) .sg-container {
        width:min(var(--sg-container), calc(100% - 24px));
    }
    :where(body.page-template-page-cookie-policy) .sg-hero {
        min-height:360px;
        padding:88px 0 64px;
    }
    :where(body.page-template-page-cookie-policy) .sg-hero p {
        font-size:16px;
    }
    :where(body.page-template-page-cookie-policy) .sg-block {
        padding:22px 18px;
        border-radius:8px;
    }
    :where(body.page-template-page-cookie-policy) .sg-block h2 {
        font-size:24px;
    }
    :where(body.page-template-page-cookie-policy) .sg-nav-inner {
        padding:10px 0;
    }
}


/* ===== page-dmca-policy.php  scoped to .page-template-page-dmca-policy ===== */
html:where(:has(body.page-template-page-dmca-policy)) {
    scroll-behavior:smooth;
    scroll-padding-top:var(--sg-anchor-offset);
}
:where(body.page-template-page-dmca-policy) .softglaze-legal-page a, :where(body.page-template-page-dmca-policy).softglaze-legal-page a {
    color:var(--sg-primary);
    text-decoration:none;
}
:where(body.page-template-page-dmca-policy) .softglaze-legal-page img, :where(body.page-template-page-dmca-policy).softglaze-legal-page img {
    max-width:100%;
    display:block;
}
:where(body.page-template-page-dmca-policy) .sg-hero::after {
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, rgba(255,255,255,.03) 0%, rgba(0,0,0,.10) 100%);
    pointer-events:none;
}
:where(body.page-template-page-dmca-policy) .sg-hero h1 {
    margin:0 0 16px;
    font-size:clamp(40px, 5vw, 66px);
    line-height:1.02;
    letter-spacing:-.04em;
    color:#fff;
    font-weight:800;
}
:where(body.page-template-page-dmca-policy) .sg-hero p {
    margin:0 auto;
    max-width:760px;
    font-size:18px;
    line-height:1.75;
    color:rgba(255,255,255,.95);
    font-weight:400;
}
:where(body.page-template-page-dmca-policy) .sg-subintro {
    background:var(--sg-white);
    border-bottom:1px solid var(--sg-border);
}
:where(body.page-template-page-dmca-policy) .sg-subintro-inner {
    padding:26px 0;
}
:where(body.page-template-page-dmca-policy) .sg-subintro p {
    margin:0;
    max-width:980px;
    font-size:16px;
    line-height:1.9;
    color:var(--sg-text);
}
:where(body.page-template-page-dmca-policy) .sg-nav-wrap {
    position:-webkit-sticky;
    position:sticky;
    top:var(--sg-sticky-top);
    z-index:999;
    background:rgba(255,255,255,.96);
    backdrop-filter:blur(14px);
    border-bottom:1px solid var(--sg-border);
    box-shadow:0 6px 20px rgba(11,34,61,.05);
}

@media screen and (max-width: 782px) {
    body.admin-bar:where(.page-template-page-dmca-policy) .sg-nav-wrap {
        top:46px;
    }
}
:where(body.page-template-page-dmca-policy) .sg-nav-heading {
    margin:0 0 10px;
    font-size:13px;
    line-height:1.2;
    font-weight:800;
    letter-spacing:.10em;
    text-transform:uppercase;
    color:var(--sg-primary);
}
:where(body.page-template-page-dmca-policy) .sg-nav-pills {
    display:flex;
    flex-wrap:nowrap;
    gap:10px;
    overflow-x:auto;
    scrollbar-width:thin;
    padding-bottom:2px;
}
:where(body.page-template-page-dmca-policy) .sg-nav-pills a {
    white-space:nowrap;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:11px 14px;
    border-radius:8px;
    background:linear-gradient(180deg,#FFFFFF 0%,#F7FAFD 100%);
    border:1px solid #DDE8F3;
    color:var(--sg-text);
    font-size:13px;
    font-weight:700;
    line-height:1;
    transition:.2s ease;
    box-shadow:0 4px 10px rgba(2,72,140,.03);
}
:where(body.page-template-page-dmca-policy) .sg-nav-pills a:hover {
    background:#EEF5FC;
    color:var(--sg-primary);
    border-color:#C8DDF0;
    transform:translateY(-1px);
}
:where(body.page-template-page-dmca-policy) .sg-content {
    background:transparent;
    border:none;
    box-shadow:none;
}
:where(body.page-template-page-dmca-policy) .sg-meta {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
    margin-bottom:20px;
}
:where(body.page-template-page-dmca-policy) .sg-meta-card {
    background:var(--sg-white);
    border:1px solid var(--sg-border);
    border-radius:10px;
    padding:18px;
    box-shadow:var(--sg-shadow-soft);
}
:where(body.page-template-page-dmca-policy) .sg-block p {
    margin:0 0 14px;
    font-size:16px;
    line-height:1.9;
    color:var(--sg-text);
}
:where(body.page-template-page-dmca-policy) .sg-list {
    list-style:none;
    margin:0 0 14px;
    padding:0;
    display:grid;
    gap:10px;
}
:where(body.page-template-page-dmca-policy) .sg-list li::before {
    content:"";
    position:absolute;
    left:0;
    top:5px;
    width:20px;
    height:20px;
    border-radius:50%;
    background:linear-gradient(180deg,var(--sg-primary),var(--sg-primary-3));
    box-shadow:0 4px 10px rgba(2,72,140,.18);
}
:where(body.page-template-page-dmca-policy) .sg-list li::after {
    content:"";
    position:absolute;
    left:7px;
    top:10px;
    width:5px;
    height:9px;
    border-right:2px solid #fff;
    border-bottom:2px solid #fff;
    transform:rotate(45deg);
}
:where(body.page-template-page-dmca-policy) .sg-location-grid {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
    margin-top:12px;
}
:where(body.page-template-page-dmca-policy) .sg-location-card {
    padding:18px;
    border-radius:10px;
    border:1px solid #D8E4F0;
    background:linear-gradient(180deg,#FFFFFF 0%,#F8FBFE 100%);
    box-shadow:var(--sg-shadow-soft);
    position:relative;
    overflow:hidden;
}
:where(body.page-template-page-dmca-policy) .sg-location-card::before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:3px;
    background:linear-gradient(90deg,var(--sg-primary),var(--sg-primary-3));
}
:where(body.page-template-page-dmca-policy) .sg-location-card h4 {
    margin:0 0 10px;
    font-size:17px;
    line-height:1.2;
    color:var(--sg-dark);
    font-weight:800;
}
:where(body.page-template-page-dmca-policy) .sg-location-card p {
    margin:0;
    font-size:15px;
    line-height:1.8;
    color:var(--sg-text);
}
:where(body.page-template-page-dmca-policy) .sg-contact-card-top {
    padding:20px 20px 16px;
    background:linear-gradient(135deg, rgba(2,72,140,.08) 0%, rgba(21,138,203,.08) 100%);
    border-bottom:1px solid #DCE8F3;
}
:where(body.page-template-page-dmca-policy) .sg-contact-card-top p {
    margin:0;
    font-size:15px;
    line-height:1.8;
    color:var(--sg-text);
}
:where(body.page-template-page-dmca-policy) .sg-contact-card-body {
    padding:20px;
}
:where(body.page-template-page-dmca-policy) .sg-contact-grid {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
}
:where(body.page-template-page-dmca-policy) .sg-contact-mini {
    padding:16px;
    border:1px solid #DCE8F3;
    border-radius:10px;
    background:#FFFFFF;
}
:where(body.page-template-page-dmca-policy) .sg-contact-mini h4 {
    margin:0 0 8px;
    font-size:16px;
    line-height:1.2;
    color:var(--sg-dark);
    font-weight:800;
}
:where(body.page-template-page-dmca-policy) .sg-contact-mini p {
    margin:0;
    font-size:15px;
    line-height:1.8;
    color:var(--sg-text);
}
:where(body.page-template-page-dmca-policy) .sg-linkline {
    display:flex;
    flex-wrap:wrap;
    gap:12px 18px;
    margin:10px 0 0;
}
:where(body.page-template-page-dmca-policy) .sg-linkchip {
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 14px;
    border-radius:8px;
    background:#F4F9FF;
    border:1px solid #D8E6F3;
    color:var(--sg-primary);
    font-size:14px;
    font-weight:700;
    line-height:1;
    box-shadow:0 4px 12px rgba(2,72,140,.04);
}
:where(body.page-template-page-dmca-policy) .sg-linkchip:hover {
    background:#EAF4FE;
    border-color:#C6DDEF;
}
:where(body.page-template-page-dmca-policy) .sg-linkchip svg {
    width:15px;
    height:15px;
    flex:0 0 15px;
}

@media (max-width: 767px) {
    :where(body.page-template-page-dmca-policy) .sg-container {
        width:min(var(--sg-container), calc(100% - 24px));
    }
    :where(body.page-template-page-dmca-policy) .sg-hero {
        min-height:360px;
        padding:88px 0 64px;
    }
    :where(body.page-template-page-dmca-policy) .sg-hero p {
        font-size:16px;
    }
    :where(body.page-template-page-dmca-policy) .sg-block {
        padding:22px 18px;
        border-radius:8px;
    }
    :where(body.page-template-page-dmca-policy) .sg-block h2 {
        font-size:24px;
    }
    :where(body.page-template-page-dmca-policy) .sg-nav-inner {
        padding:10px 0;
    }
}


/* ===== page-gdpr-compliance.php  scoped to .page-template-page-gdpr-compliance ===== */
html:where(:has(body.page-template-page-gdpr-compliance)) {
    scroll-behavior:smooth;
    scroll-padding-top:var(--sg-anchor-offset);
}
:where(body.page-template-page-gdpr-compliance) .softglaze-legal-page a, :where(body.page-template-page-gdpr-compliance).softglaze-legal-page a {
    color:var(--sg-primary);
    text-decoration:none;
}
:where(body.page-template-page-gdpr-compliance) .softglaze-legal-page img, :where(body.page-template-page-gdpr-compliance).softglaze-legal-page img {
    max-width:100%;
    display:block;
}
:where(body.page-template-page-gdpr-compliance) .sg-hero::after {
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, rgba(255,255,255,.03) 0%, rgba(0,0,0,.10) 100%);
    pointer-events:none;
}
:where(body.page-template-page-gdpr-compliance) .sg-hero h1 {
    margin:0 0 16px;
    font-size:clamp(40px, 5vw, 66px);
    line-height:1.02;
    letter-spacing:-.04em;
    color:#fff;
    font-weight:800;
}
:where(body.page-template-page-gdpr-compliance) .sg-hero p {
    margin:0 auto;
    max-width:760px;
    font-size:18px;
    line-height:1.75;
    color:rgba(255,255,255,.95);
    font-weight:400;
}
:where(body.page-template-page-gdpr-compliance) .sg-subintro {
    background:var(--sg-white);
    border-bottom:1px solid var(--sg-border);
}
:where(body.page-template-page-gdpr-compliance) .sg-subintro-inner {
    padding:26px 0;
}
:where(body.page-template-page-gdpr-compliance) .sg-subintro p {
    margin:0;
    max-width:980px;
    font-size:16px;
    line-height:1.9;
    color:var(--sg-text);
}
:where(body.page-template-page-gdpr-compliance) .sg-nav-wrap {
    position:-webkit-sticky;
    position:sticky;
    top:var(--sg-sticky-top);
    z-index:999;
    background:rgba(255,255,255,.96);
    backdrop-filter:blur(14px);
    border-bottom:1px solid var(--sg-border);
    box-shadow:0 6px 20px rgba(11,34,61,.05);
}

@media screen and (max-width: 782px) {
    body.admin-bar:where(.page-template-page-gdpr-compliance) .sg-nav-wrap {
        top:46px;
    }
}
:where(body.page-template-page-gdpr-compliance) .sg-nav-heading {
    margin:0 0 10px;
    font-size:13px;
    line-height:1.2;
    font-weight:800;
    letter-spacing:.10em;
    text-transform:uppercase;
    color:var(--sg-primary);
}
:where(body.page-template-page-gdpr-compliance) .sg-nav-pills {
    display:flex;
    flex-wrap:nowrap;
    gap:10px;
    overflow-x:auto;
    scrollbar-width:thin;
    padding-bottom:2px;
}
:where(body.page-template-page-gdpr-compliance) .sg-nav-pills a {
    white-space:nowrap;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:11px 14px;
    border-radius:8px;
    background:linear-gradient(180deg,#FFFFFF 0%,#F7FAFD 100%);
    border:1px solid #DDE8F3;
    color:var(--sg-text);
    font-size:13px;
    font-weight:700;
    line-height:1;
    transition:.2s ease;
    box-shadow:0 4px 10px rgba(2,72,140,.03);
}
:where(body.page-template-page-gdpr-compliance) .sg-nav-pills a:hover {
    background:#EEF5FC;
    color:var(--sg-primary);
    border-color:#C8DDF0;
    transform:translateY(-1px);
}
:where(body.page-template-page-gdpr-compliance) .sg-content {
    background:transparent;
    border:none;
    box-shadow:none;
}
:where(body.page-template-page-gdpr-compliance) .sg-meta {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
    margin-bottom:20px;
}
:where(body.page-template-page-gdpr-compliance) .sg-meta-card {
    background:var(--sg-white);
    border:1px solid var(--sg-border);
    border-radius:10px;
    padding:18px;
    box-shadow:var(--sg-shadow-soft);
}
:where(body.page-template-page-gdpr-compliance) .sg-block p {
    margin:0 0 14px;
    font-size:16px;
    line-height:1.9;
    color:var(--sg-text);
}
:where(body.page-template-page-gdpr-compliance) .sg-list {
    list-style:none;
    margin:0 0 14px;
    padding:0;
    display:grid;
    gap:10px;
}
:where(body.page-template-page-gdpr-compliance) .sg-list li::before {
    content:"";
    position:absolute;
    left:0;
    top:5px;
    width:20px;
    height:20px;
    border-radius:50%;
    background:linear-gradient(180deg,var(--sg-primary),var(--sg-primary-3));
    box-shadow:0 4px 10px rgba(2,72,140,.18);
}
:where(body.page-template-page-gdpr-compliance) .sg-list li::after {
    content:"";
    position:absolute;
    left:7px;
    top:10px;
    width:5px;
    height:9px;
    border-right:2px solid #fff;
    border-bottom:2px solid #fff;
    transform:rotate(45deg);
}
:where(body.page-template-page-gdpr-compliance) .sg-location-grid {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
    margin-top:12px;
}
:where(body.page-template-page-gdpr-compliance) .sg-location-card {
    padding:18px;
    border-radius:10px;
    border:1px solid #D8E4F0;
    background:linear-gradient(180deg,#FFFFFF 0%,#F8FBFE 100%);
    box-shadow:var(--sg-shadow-soft);
    position:relative;
    overflow:hidden;
}
:where(body.page-template-page-gdpr-compliance) .sg-location-card::before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:3px;
    background:linear-gradient(90deg,var(--sg-primary),var(--sg-primary-3));
}
:where(body.page-template-page-gdpr-compliance) .sg-location-card h4 {
    margin:0 0 10px;
    font-size:17px;
    line-height:1.2;
    color:var(--sg-dark);
    font-weight:800;
}
:where(body.page-template-page-gdpr-compliance) .sg-location-card p {
    margin:0;
    font-size:15px;
    line-height:1.8;
    color:var(--sg-text);
}
:where(body.page-template-page-gdpr-compliance) .sg-contact-card-top {
    padding:20px 20px 16px;
    background:linear-gradient(135deg, rgba(2,72,140,.08) 0%, rgba(21,138,203,.08) 100%);
    border-bottom:1px solid #DCE8F3;
}
:where(body.page-template-page-gdpr-compliance) .sg-contact-card-top p {
    margin:0;
    font-size:15px;
    line-height:1.8;
    color:var(--sg-text);
}
:where(body.page-template-page-gdpr-compliance) .sg-contact-card-body {
    padding:20px;
}
:where(body.page-template-page-gdpr-compliance) .sg-contact-grid {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
}
:where(body.page-template-page-gdpr-compliance) .sg-contact-mini {
    padding:16px;
    border:1px solid #DCE8F3;
    border-radius:10px;
    background:#FFFFFF;
}
:where(body.page-template-page-gdpr-compliance) .sg-contact-mini h4 {
    margin:0 0 8px;
    font-size:16px;
    line-height:1.2;
    color:var(--sg-dark);
    font-weight:800;
}
:where(body.page-template-page-gdpr-compliance) .sg-contact-mini p {
    margin:0;
    font-size:15px;
    line-height:1.8;
    color:var(--sg-text);
}
:where(body.page-template-page-gdpr-compliance) .sg-linkline {
    display:flex;
    flex-wrap:wrap;
    gap:12px 18px;
    margin:10px 0 0;
}
:where(body.page-template-page-gdpr-compliance) .sg-linkchip {
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 14px;
    border-radius:8px;
    background:#F4F9FF;
    border:1px solid #D8E6F3;
    color:var(--sg-primary);
    font-size:14px;
    font-weight:700;
    line-height:1;
    box-shadow:0 4px 12px rgba(2,72,140,.04);
}
:where(body.page-template-page-gdpr-compliance) .sg-linkchip:hover {
    background:#EAF4FE;
    border-color:#C6DDEF;
}
:where(body.page-template-page-gdpr-compliance) .sg-linkchip svg {
    width:15px;
    height:15px;
    flex:0 0 15px;
}

@media (max-width: 767px) {
    :where(body.page-template-page-gdpr-compliance) .sg-container {
        width:min(var(--sg-container), calc(100% - 24px));
    }
    :where(body.page-template-page-gdpr-compliance) .sg-hero {
        min-height:360px;
        padding:88px 0 64px;
    }
    :where(body.page-template-page-gdpr-compliance) .sg-hero p {
        font-size:16px;
    }
    :where(body.page-template-page-gdpr-compliance) .sg-block {
        padding:22px 18px;
        border-radius:8px;
    }
    :where(body.page-template-page-gdpr-compliance) .sg-block h2 {
        font-size:24px;
    }
    :where(body.page-template-page-gdpr-compliance) .sg-nav-inner {
        padding:10px 0;
    }
}


/* ===== page-pricing.php  scoped to .page-template-page-pricing ===== */
:where(body.page-template-page-pricing) .sg-pricing-wrapper {
    font-family: var(--sg-font-stack);
    background: #ffffff;
    color: var(--sg-text-body);
    padding: 80px 24px 0;
    line-height: 1.65;
}
:where(body.page-template-page-pricing) .sg-pricing-wrapper * {
    box-sizing: border-box;
}
:where(body.page-template-page-pricing) .sg-pricing-wrapper h1, :where(body.page-template-page-pricing) .sg-pricing-wrapper h2, :where(body.page-template-page-pricing) .sg-pricing-wrapper h3, :where(body.page-template-page-pricing) .sg-pricing-wrapper h4, :where(body.page-template-page-pricing) .sg-pricing-wrapper h5, :where(body.page-template-page-pricing) .sg-pricing-wrapper h6, :where(body.page-template-page-pricing) .sg-enterprise-section h1, :where(body.page-template-page-pricing) .sg-enterprise-section h2, :where(body.page-template-page-pricing) .sg-enterprise-section h3, :where(body.page-template-page-pricing) .sg-enterprise-section h4, :where(body.page-template-page-pricing) .sg-paradigm-section h1, :where(body.page-template-page-pricing) .sg-paradigm-section h2, :where(body.page-template-page-pricing) .sg-paradigm-section h3, :where(body.page-template-page-pricing) .sg-paradigm-section h4, :where(body.page-template-page-pricing) .sg-faq-section h1, :where(body.page-template-page-pricing) .sg-faq-section h2, :where(body.page-template-page-pricing) .sg-faq-section h3, :where(body.page-template-page-pricing) .sg-faq-section h4, :where(body.page-template-page-pricing) .sg-final-cta h1, :where(body.page-template-page-pricing) .sg-final-cta h2, :where(body.page-template-page-pricing) .sg-final-cta h3, :where(body.page-template-page-pricing) .sg-final-cta h4 {
    opacity: 1 !important;
    visibility: visible !important;
}
:where(body.page-template-page-pricing) .sg-pricing-header {
    text-align: center;
    max-width: 960px;
    margin: 0 auto 60px;
}
:where(body.page-template-page-pricing) .sg-pricing-header h1 {
    font-size: clamp(38px, 5vw, 62px);
    line-height: 1.08;
    letter-spacing: -0.03em;
    font-weight: 900;
    color: var(--sg-blue-primary) !important;
    margin: 0 0 18px;
}
:where(body.page-template-page-pricing) .sg-pricing-header p {
    font-size: 18px;
    line-height: 1.8;
    color: var(--sg-text-muted);
    max-width: 860px;
    margin: 0 auto 34px;
}
:where(body.page-template-page-pricing) .sg-hero-points {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 38px;
}
:where(body.page-template-page-pricing) .sg-hero-pill {
    padding: 12px 18px;
    border: 1px solid var(--sg-border-color);
    background: #fff;
    border-radius: 999px;
    box-shadow: var(--sg-shadow-sm);
    font-weight: 700;
    font-size: 14px;
    color: var(--sg-blue-primary);
}
:where(body.page-template-page-pricing) .sg-currency-toggle {
    display: inline-flex;
    align-items: center;
    background: var(--sg-border-color);
    border-radius: 999px;
    padding: 6px;
    margin: 0 auto 38px;
}
:where(body.page-template-page-pricing) .sg-toggle-btn {
    padding: 11px 22px;
    border-radius: 999px;
    border: none;
    background: transparent !important;
    color: var(--sg-blue-primary) !important;
    font-weight: 800;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.25s ease;
    outline: none !important;
    box-shadow: none !important;
}
:where(body.page-template-page-pricing) .sg-toggle-btn:hover {
    background: var(--sg-blue-light) !important;
    color: var(--sg-blue-primary) !important;
}
:where(body.page-template-page-pricing) .sg-toggle-btn.active {
    background: var(--sg-blue-accent) !important;
    color: #fff !important;
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.25);
}
:where(body.page-template-page-pricing) .sg-toggle-btn.active:hover {
    background: var(--sg-blue-primary) !important;
    color: #fff !important;
}
:where(body.page-template-page-pricing) .sg-pricing-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 54px;
}
:where(body.page-template-page-pricing) .sg-tab-btn {
    padding: 14px 22px;
    background: #fff !important;
    border: 1px solid var(--sg-border-color) !important;
    border-radius: 999px;
    font-weight: 800;
    font-size: 15px;
    color: var(--sg-blue-primary) !important;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: none !important;
}
:where(body.page-template-page-pricing) .sg-tab-btn:hover {
    background: var(--sg-blue-soft) !important;
    border-color: var(--sg-blue-accent) !important;
    transform: translateY(-1px);
}
:where(body.page-template-page-pricing) .sg-tab-btn.active {
    background: var(--sg-blue-primary) !important;
    color: #fff !important;
    border-color: var(--sg-blue-primary) !important;
    box-shadow: 0 12px 22px rgba(15, 23, 42, 0.18);
}
:where(body.page-template-page-pricing) .sg-tab-content {
    display: none;
    max-width: 1240px;
    margin: 0 auto;
    animation: sgFadeIn .35s ease;
}
:where(body.page-template-page-pricing) .sg-tab-content.active {
    display: block;
}

@keyframes sgFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
:where(body.page-template-page-pricing) .sg-pricing-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 28px;
    margin-bottom: 36px;
}
:where(body.page-template-page-pricing) .sg-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--sg-shadow-md);
    border-color: #CBD5E1;
}
:where(body.page-template-page-pricing) .sg-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--sg-blue-light), var(--sg-blue-accent));
    opacity: 0;
    transition: opacity 0.25s ease;
}
:where(body.page-template-page-pricing) .sg-card:hover::before, :where(body.page-template-page-pricing) .sg-card.popular::before {
    opacity: 1;
}
:where(body.page-template-page-pricing) .sg-card.popular {
    border: 1px solid rgba(37, 99, 235, 0.25);
    box-shadow: 0 18px 45px rgba(37, 99, 235, 0.12);
    transform: scale(1.01);
}
:where(body.page-template-page-pricing) .sg-card-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: var(--sg-blue-light);
    color: var(--sg-blue-accent-dark);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 18px;
}
:where(body.page-template-page-pricing) .sg-card-subtitle {
    font-size: 15px;
    color: var(--sg-text-muted);
    margin-bottom: 20px;
    min-height: 48px;
}
:where(body.page-template-page-pricing) .sg-price-block {
    display: flex;
    align-items: flex-end;
    gap: 2px;
    margin-bottom: 20px;
    color: var(--sg-blue-accent);
}
:where(body.page-template-page-pricing) .sg-price-block .curr-symbol {
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
    padding-bottom: 10px;
}
:where(body.page-template-page-pricing) .sg-price-block .price-val {
    font-size: 46px;
    line-height: 0.95;
    font-weight: 900;
    letter-spacing: -0.03em;
}
:where(body.page-template-page-pricing) .sg-price-block .suffix {
    font-size: 14px;
    color: var(--sg-text-muted);
    font-weight: 700;
    padding-left: 8px;
    padding-bottom: 6px;
}
:where(body.page-template-page-pricing) .sg-card-points {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: grid;
    gap: 12px;
}
:where(body.page-template-page-pricing) .sg-card-points li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--sg-text-body);
    font-size: 15px;
    font-weight: 600;
}
:where(body.page-template-page-pricing) .sg-card-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 52px;
    padding: 14px 24px;
    border-radius: 14px;
    background: var(--sg-blue-primary) !important;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 800;
    font-size: 15px;
    transition: all 0.25s ease;
    border: none !important;
    box-shadow: none !important;
}
:where(body.page-template-page-pricing) .sg-card-btn:hover {
    background: var(--sg-blue-accent) !important;
    transform: translateY(-2px);
}
:where(body.page-template-page-pricing) .sg-card.popular .sg-card-btn {
    background: var(--sg-blue-accent) !important;
}
:where(body.page-template-page-pricing) .sg-card.popular .sg-card-btn:hover {
    background: var(--sg-blue-primary) !important;
}
:where(body.page-template-page-pricing) .sg-table-container {
    width: 100%;
    overflow-x: auto;
    background: #fff;
    border-radius: var(--sg-radius-lg);
    border: 1px solid var(--sg-border-color);
    box-shadow: var(--sg-shadow-md);
    margin-bottom: 16px;
}
:where(body.page-template-page-pricing) .sg-data-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 760px;
}
:where(body.page-template-page-pricing) .sg-data-table th, :where(body.page-template-page-pricing) .sg-data-table td {
    padding: 16px 20px;
    border-bottom: 1px solid var(--sg-border-color);
    text-align: left;
    vertical-align: middle;
    font-size: 15px;
    color: var(--sg-text-body);
}
:where(body.page-template-page-pricing) .sg-data-table thead th {
    background: var(--sg-blue-primary) !important;
    color: #fff !important;
    font-size: 15px;
    font-weight: 800;
    position: sticky;
    top: 0;
    z-index: 1;
}
:where(body.page-template-page-pricing) .sg-data-table tbody tr:nth-child(even) {
    background: var(--sg-blue-soft);
}
:where(body.page-template-page-pricing) .sg-data-table tbody tr:hover {
    background: var(--sg-blue-light);
}
:where(body.page-template-page-pricing) .sg-data-table td:first-child {
    font-weight: 700;
    color: var(--sg-blue-primary);
    width: 34%;
}
:where(body.page-template-page-pricing) .sg-section-row-title th {
    background: #EAF2FF !important;
    color: var(--sg-blue-primary) !important;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 900;
}
:where(body.page-template-page-pricing) .sg-icon-check, :where(body.page-template-page-pricing) .sg-icon-dash {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    line-height: 1;
}
:where(body.page-template-page-pricing) .sg-icon-check {
    color: var(--sg-blue-accent);
}
:where(body.page-template-page-pricing) .sg-icon-dash {
    color: #94A3B8;
}
:where(body.page-template-page-pricing) .sg-terms-box {
    background: linear-gradient(180deg, #F8FBFF 0%, #FFFFFF 100%);
    border: 1px solid #DCE9FF;
    border-left: 5px solid var(--sg-blue-accent);
    border-radius: 0 var(--sg-radius-md) var(--sg-radius-md) 0;
    padding: 28px 28px 24px;
    margin-top: 28px;
    box-shadow: var(--sg-shadow-sm);
}
:where(body.page-template-page-pricing) .sg-terms-box h4 {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 900;
    margin: 0 0 16px;
    color: var(--sg-blue-primary) !important;
}
:where(body.page-template-page-pricing) .sg-terms-box ul {
    margin: 0;
    padding-left: 18px;
}
:where(body.page-template-page-pricing) .sg-terms-box li {
    font-size: 15px;
    color: var(--sg-text-body);
    margin-bottom: 10px;
    font-weight: 500;
}
:where(body.page-template-page-pricing) .sg-proof-strip, :where(body.page-template-page-pricing) .sg-value-section, :where(body.page-template-page-pricing) .sg-process-section, :where(body.page-template-page-pricing) .sg-industries-section, :where(body.page-template-page-pricing) .sg-risk-section, :where(body.page-template-page-pricing) .sg-capabilities-pricing-section, :where(body.page-template-page-pricing) .sg-enterprise-section, :where(body.page-template-page-pricing) .sg-paradigm-section, :where(body.page-template-page-pricing) .sg-faq-section, :where(body.page-template-page-pricing) .sg-final-cta {
    margin-top: 88px;
}
:where(body.page-template-page-pricing) .sg-section-head {
    max-width: 850px;
    margin: 0 auto 40px;
    text-align: center;
}
:where(body.page-template-page-pricing) .sg-section-head h2 {
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.12;
    font-weight: 900;
    color: var(--sg-blue-primary) !important;
    margin: 0 0 16px;
    letter-spacing: -0.025em;
}
:where(body.page-template-page-pricing) .sg-section-head p {
    font-size: 17px;
    line-height: 1.8;
    color: var(--sg-text-muted);
    margin: 0;
}
:where(body.page-template-page-pricing) .sg-proof-strip {
    padding: 0 24px;
}
:where(body.page-template-page-pricing) .sg-proof-container {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}
:where(body.page-template-page-pricing) .sg-proof-item {
    background: #fff;
    border: 1px solid var(--sg-border-color);
    border-radius: 18px;
    padding: 26px;
    box-shadow: var(--sg-shadow-sm);
}
:where(body.page-template-page-pricing) .sg-proof-item strong {
    display: block;
    font-size: 19px;
    color: var(--sg-blue-primary) !important;
    font-weight: 900;
    margin-bottom: 8px;
}
:where(body.page-template-page-pricing) .sg-proof-item span {
    display: block;
    font-size: 15px;
    color: var(--sg-text-muted);
    line-height: 1.7;
}
:where(body.page-template-page-pricing) .sg-value-section {
    padding: 0 24px;
}
:where(body.page-template-page-pricing) .sg-value-grid {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}
:where(body.page-template-page-pricing) .sg-value-card {
    background: #fff;
    border: 1px solid var(--sg-border-color);
    border-radius: 20px;
    padding: 28px;
    box-shadow: var(--sg-shadow-sm);
}
:where(body.page-template-page-pricing) .sg-value-card h3 {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.25;
    color: var(--sg-blue-primary) !important;
    margin: 0 0 10px;
}
:where(body.page-template-page-pricing) .sg-value-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.75;
    color: var(--sg-text-muted);
}
:where(body.page-template-page-pricing) .sg-process-section {
    padding: 0 24px;
}
:where(body.page-template-page-pricing) .sg-process-grid {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}
:where(body.page-template-page-pricing) .sg-process-card {
    background: #fff;
    border: 1px solid var(--sg-border-color);
    border-radius: 20px;
    padding: 28px;
    box-shadow: var(--sg-shadow-sm);
}
:where(body.page-template-page-pricing) .sg-process-card .sg-step-no {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background: var(--sg-blue-light);
    color: var(--sg-blue-accent-dark);
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 16px;
}
:where(body.page-template-page-pricing) .sg-process-card h3 {
    font-size: 20px;
    font-weight: 900;
    color: var(--sg-blue-primary) !important;
    margin: 0 0 10px;
}
:where(body.page-template-page-pricing) .sg-process-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.75;
    color: var(--sg-text-muted);
}
:where(body.page-template-page-pricing) .sg-industries-section {
    padding: 0 24px;
}
:where(body.page-template-page-pricing) .sg-industries-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
}
:where(body.page-template-page-pricing) .sg-industries-grid span {
    padding: 14px 20px;
    border-radius: 999px;
    border: 1px solid var(--sg-border-color);
    background: var(--sg-blue-soft);
    color: var(--sg-blue-primary);
    font-size: 15px;
    font-weight: 800;
}
:where(body.page-template-page-pricing) .sg-risk-section {
    padding: 0 24px;
}
:where(body.page-template-page-pricing) .sg-risk-grid {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}
:where(body.page-template-page-pricing) .sg-risk-card {
    background: linear-gradient(180deg, #FFFFFF 0%, #F8FBFF 100%);
    border: 1px solid var(--sg-border-color);
    border-radius: 20px;
    padding: 28px;
    box-shadow: var(--sg-shadow-sm);
}
:where(body.page-template-page-pricing) .sg-risk-card h3 {
    font-size: 20px;
    font-weight: 900;
    color: var(--sg-blue-primary) !important;
    margin: 0 0 10px;
}
:where(body.page-template-page-pricing) .sg-risk-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.75;
    color: var(--sg-text-muted);
}
:where(body.page-template-page-pricing) .sg-capabilities-pricing-section {
    padding: 0 24px;
}
:where(body.page-template-page-pricing) .sg-cap-pricing-grid {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}
:where(body.page-template-page-pricing) .sg-cap-price-card {
    background: #fff;
    border: 1px solid var(--sg-border-color);
    border-radius: 22px;
    padding: 28px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}
:where(body.page-template-page-pricing) .sg-cap-price-card h3 {
    font-size: 21px;
    font-weight: 900;
    color: #0F172A !important;
    margin: 0 0 12px;
    line-height: 1.25;
}
:where(body.page-template-page-pricing) .sg-cap-rate {
    font-size: 34px;
    font-weight: 900;
    color: #2563EB;
    margin-bottom: 14px;
    letter-spacing: -0.03em;
}
:where(body.page-template-page-pricing) .sg-cap-rate span {
    font-size: 15px;
    font-weight: 700;
    color: #64748B;
    padding-left: 4px;
}
:where(body.page-template-page-pricing) .sg-cap-price-card p {
    font-size: 15px;
    line-height: 1.75;
    color: #64748B;
    margin: 0 0 16px;
}
:where(body.page-template-page-pricing) .sg-cap-price-card ul {
    margin: 0;
    padding-left: 18px;
}
:where(body.page-template-page-pricing) .sg-cap-price-card li {
    font-size: 14px;
    line-height: 1.7;
    color: #334155;
    margin-bottom: 8px;
    font-weight: 600;
}
:where(body.page-template-page-pricing) .sg-cap-pricing-note {
    max-width: 1240px;
    margin: 28px auto 0;
    background: linear-gradient(180deg, #F8FBFF 0%, #FFFFFF 100%);
    border: 1px solid #DCE9FF;
    border-left: 5px solid #2563EB;
    border-radius: 0 18px 18px 0;
    padding: 26px 24px;
}
:where(body.page-template-page-pricing) .sg-cap-pricing-note h4 {
    margin: 0 0 10px;
    font-size: 21px;
    font-weight: 900;
    color: #0F172A !important;
}
:where(body.page-template-page-pricing) .sg-cap-pricing-note p {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: #64748B;
}
:where(body.page-template-page-pricing) .sg-enterprise-section, :where(body.page-template-page-pricing) .sg-enterprise-section * {
    box-sizing: border-box;
}
:where(body.page-template-page-pricing) .sg-enterprise-section {
    background: linear-gradient(135deg, #0F172A 0%, #111C34 100%) !important;
    padding: 96px 24px !important;
    color: #FFFFFF !important;
    position: relative;
    z-index: 1;
}
:where(body.page-template-page-pricing) .sg-enterprise-section .sg-section-head h2, :where(body.page-template-page-pricing) .sg-enterprise-section h2, :where(body.page-template-page-pricing) .sg-enterprise-section h3, :where(body.page-template-page-pricing) .sg-enterprise-section h4 {
    color: #FFFFFF !important;
    opacity: 1 !important;
    visibility: visible !important;
}
:where(body.page-template-page-pricing) .sg-enterprise-section .sg-section-head p, :where(body.page-template-page-pricing) .sg-enterprise-section p, :where(body.page-template-page-pricing) .sg-enterprise-section li, :where(body.page-template-page-pricing) .sg-enterprise-section span {
    color: rgba(255,255,255,0.84) !important;
    opacity: 1 !important;
    visibility: visible !important;
}
:where(body.page-template-page-pricing) .sg-enterprise-section a, :where(body.page-template-page-pricing) .sg-ms-link {
    color: #93C5FD !important;
    text-decoration: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}
:where(body.page-template-page-pricing) .sg-ms-link:hover {
    color: #FFFFFF !important;
}
:where(body.page-template-page-pricing) .sg-ms-grid {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}
:where(body.page-template-page-pricing) .sg-ms-card {
    background: rgba(255,255,255,0.05) !important;
    border: 1px solid rgba(255,255,255,0.12) !important;
    border-radius: 20px;
    padding: 30px;
    backdrop-filter: blur(10px);
    transition: all 0.25s ease;
}
:where(body.page-template-page-pricing) .sg-ms-card:hover {
    transform: translateY(-4px);
    border-color: rgba(37,99,235,0.45) !important;
    background: rgba(255,255,255,0.08) !important;
}
:where(body.page-template-page-pricing) .sg-ms-card h3 {
    font-size: 21px;
    font-weight: 900;
    color: #FFFFFF !important;
    margin: 0 0 12px;
}
:where(body.page-template-page-pricing) .sg-ms-card p {
    font-size: 15px;
    line-height: 1.75;
    color: rgba(255,255,255,0.78) !important;
    margin: 0 0 18px;
}
:where(body.page-template-page-pricing) .sg-ms-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
:where(body.page-template-page-pricing) .sg-paradigm-section {
    padding: 96px 24px;
    background: var(--sg-blue-soft);
}
:where(body.page-template-page-pricing) .sg-paradigm-container {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}
:where(body.page-template-page-pricing) .sg-paradigm-content h2 {
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.1;
    font-weight: 900;
    margin: 0 0 18px;
    color: var(--sg-blue-primary) !important;
}
:where(body.page-template-page-pricing) .sg-paradigm-content p {
    font-size: 16px;
    line-height: 1.85;
    color: var(--sg-text-body);
    margin: 0 0 18px;
}
:where(body.page-template-page-pricing) .sg-paradigm-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 26px 0 0 !important;
    display: grid;
    gap: 14px;
}
:where(body.page-template-page-pricing) .sg-paradigm-list li {
    position: relative !important;
    padding-left: 38px !important;
    font-weight: 700 !important;
    color: #0F172A !important;
    line-height: 1.7 !important;
}
:where(body.page-template-page-pricing) .sg-paradigm-list li::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 8px !important;
    width: 16px !important;
    height: 16px !important;
    border-radius: 5px !important;
    background: #2563EB !important;
    box-shadow: 0 0 0 5px rgba(37, 99, 235, 0.12) !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}
:where(body.page-template-page-pricing) .sg-execution-panel {
    background: linear-gradient(135deg, #0F172A 0%, #111C34 100%);
    border-radius: 22px;
    padding: 32px;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: var(--sg-shadow-lg);
}
:where(body.page-template-page-pricing) .sg-execution-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 18px;
}
:where(body.page-template-page-pricing) .sg-execution-step {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
    padding: 24px;
}
:where(body.page-template-page-pricing) .sg-execution-step .sg-step-no {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: rgba(37,99,235,0.16);
    color: #93C5FD;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 16px;
}
:where(body.page-template-page-pricing) .sg-execution-step h4 {
    font-size: 20px;
    line-height: 1.25;
    font-weight: 900;
    color: #fff !important;
    margin: 0 0 10px;
}
:where(body.page-template-page-pricing) .sg-execution-step p {
    font-size: 15px;
    line-height: 1.75;
    margin: 0;
    color: #CBD5E1 !important;
}
:where(body.page-template-page-pricing) .sg-faq-section {
    padding: 0 24px;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}
:where(body.page-template-page-pricing) .sg-faq-section h2 {
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.1;
    font-weight: 900;
    text-align: center;
    margin: 0 0 38px;
    color: var(--sg-blue-primary) !important;
}
:where(body.page-template-page-pricing) .sg-faq-accordion {
    display: grid;
    gap: 16px;
}
:where(body.page-template-page-pricing) .sg-faq-item {
    border: 1px solid var(--sg-border-color);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
    overflow: hidden;
    padding: 0;
}
:where(body.page-template-page-pricing) .sg-faq-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 22px 24px;
    background: #fff;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 18px;
    font-weight: 900;
    color: #0F172A;
}
:where(body.page-template-page-pricing) .sg-faq-toggle span:first-child {
    flex: 1;
}
:where(body.page-template-page-pricing) .sg-faq-icon {
    position: relative;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}
:where(body.page-template-page-pricing) .sg-faq-icon::before, :where(body.page-template-page-pricing) .sg-faq-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: #2563EB;
    border-radius: 2px;
    transform: translate(-50%, -50%);
    transition: all 0.25s ease;
}
:where(body.page-template-page-pricing) .sg-faq-icon::before {
    width: 18px;
    height: 2.5px;
}
:where(body.page-template-page-pricing) .sg-faq-icon::after {
    width: 2.5px;
    height: 18px;
}
:where(body.page-template-page-pricing) .sg-faq-item.active .sg-faq-icon::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg);
}
:where(body.page-template-page-pricing) .sg-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
:where(body.page-template-page-pricing) .sg-faq-answer p {
    margin: 0;
    padding: 0 24px 24px;
    font-size: 15px;
    line-height: 1.8;
    color: #64748B;
}
:where(body.page-template-page-pricing) .sg-faq-item.active .sg-faq-answer {
    max-height: 240px;
}
:where(body.page-template-page-pricing) .sg-final-cta, :where(body.page-template-page-pricing) .sg-final-cta * {
    box-sizing: border-box;
}
:where(body.page-template-page-pricing) .sg-final-cta {
    padding: 0 24px 96px !important;
}
:where(body.page-template-page-pricing) .sg-final-cta-inner {
    max-width: 1240px;
    margin: 0 auto;
    background: linear-gradient(135deg, #2563EB 0%, #1D4ED8 100%) !important;
    border-radius: 28px;
    padding: 64px 32px;
    text-align: center;
    color: #FFFFFF !important;
    box-shadow: 0 30px 70px rgba(37, 99, 235, 0.28);
}
:where(body.page-template-page-pricing) .sg-final-cta h2, :where(body.page-template-page-pricing) .sg-final-cta-inner h2 {
    font-size: clamp(32px, 4vw, 46px);
    line-height: 1.08;
    font-weight: 900;
    margin: 0 0 16px;
    color: #FFFFFF !important;
    letter-spacing: -0.025em;
    opacity: 1 !important;
    visibility: visible !important;
}
:where(body.page-template-page-pricing) .sg-final-cta p, :where(body.page-template-page-pricing) .sg-final-cta-inner p {
    font-size: 18px;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto 30px;
    color: rgba(255,255,255,0.92) !important;
    opacity: 1 !important;
    visibility: visible !important;
}
:where(body.page-template-page-pricing) .sg-final-cta a, :where(body.page-template-page-pricing) .sg-cta-btn {
    opacity: 1 !important;
    visibility: visible !important;
}
:where(body.page-template-page-pricing) .sg-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 16px 34px;
    border-radius: 999px;
    background: #fff !important;
    color: var(--sg-blue-primary) !important;
    font-size: 15px;
    font-weight: 900;
    text-decoration: none !important;
    transition: all 0.25s ease;
}
:where(body.page-template-page-pricing) .sg-cta-btn:hover {
    transform: translateY(-2px);
    background: var(--sg-blue-primary) !important;
    color: #fff !important;
}

@media (max-width: 1100px) {
    :where(body.page-template-page-pricing) .sg-value-grid, :where(body.page-template-page-pricing) .sg-process-grid, :where(body.page-template-page-pricing) .sg-cap-pricing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    :where(body.page-template-page-pricing) .sg-proof-container, :where(body.page-template-page-pricing) .sg-risk-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    :where(body.page-template-page-pricing) .sg-paradigm-container, :where(body.page-template-page-pricing) .sg-execution-grid {
        grid-template-columns: 1fr;
    }
    :where(body.page-template-page-pricing) .sg-pricing-wrapper {
        padding: 64px 18px 0;
    }
}

@media (max-width: 767px) {
    :where(body.page-template-page-pricing) .sg-proof-container, :where(body.page-template-page-pricing) .sg-value-grid, :where(body.page-template-page-pricing) .sg-process-grid, :where(body.page-template-page-pricing) .sg-risk-grid, :where(body.page-template-page-pricing) .sg-pricing-cards, :where(body.page-template-page-pricing) .sg-cap-pricing-grid {
        grid-template-columns: 1fr;
    }
    :where(body.page-template-page-pricing) .sg-card {
        padding: 28px 22px 24px;
    }
    :where(body.page-template-page-pricing) .sg-final-cta-inner, :where(body.page-template-page-pricing) .sg-enterprise-section, :where(body.page-template-page-pricing) .sg-paradigm-section {
        padding-left: 20px;
        padding-right: 20px;
    }
    :where(body.page-template-page-pricing) .sg-price-block .price-val {
        font-size: 40px;
    }
}
:where(body.page-template-page-pricing) .sg-pricing-wrapper, :where(body.page-template-page-pricing) .sg-pricing-wrapper *, :where(body.page-template-page-pricing) .sg-enterprise-section, :where(body.page-template-page-pricing) .sg-enterprise-section *, :where(body.page-template-page-pricing) .sg-paradigm-section, :where(body.page-template-page-pricing) .sg-paradigm-section *, :where(body.page-template-page-pricing) .sg-faq-section, :where(body.page-template-page-pricing) .sg-faq-section *, :where(body.page-template-page-pricing) .sg-final-cta, :where(body.page-template-page-pricing) .sg-final-cta * {
    --sg-radius-sm: 5px;
    --sg-radius-md: 5px;
    --sg-radius-lg: 5px;
}
:where(body.page-template-page-pricing) .sg-card, :where(body.page-template-page-pricing) .sg-card-badge, :where(body.page-template-page-pricing) .sg-card-btn, :where(body.page-template-page-pricing) .sg-hourly-btn, :where(body.page-template-page-pricing) .sg-table-container, :where(body.page-template-page-pricing) .sg-data-table, :where(body.page-template-page-pricing) .sg-data-table th, :where(body.page-template-page-pricing) .sg-data-table td, :where(body.page-template-page-pricing) .sg-cap-price-card, :where(body.page-template-page-pricing) .sg-cap-pricing-note, :where(body.page-template-page-pricing) .sg-ms-card, :where(body.page-template-page-pricing) .sg-faq-item, :where(body.page-template-page-pricing) .sg-final-cta-inner, :where(body.page-template-page-pricing) .sg-cta-btn, :where(body.page-template-page-pricing) .sg-hero-pill, :where(body.page-template-page-pricing) .sg-eyebrow, :where(body.page-template-page-pricing) .sg-currency-toggle, :where(body.page-template-page-pricing) .sg-toggle-btn, :where(body.page-template-page-pricing) .sg-pricing-tabs, :where(body.page-template-page-pricing) .sg-tab-btn {
    border-radius: 5px !important;
}
:where(body.page-template-page-pricing) .sg-hourly-btn {
    margin-top: 20px;
    min-height: 48px;
    background: linear-gradient(135deg, var(--sg-blue-primary), var(--sg-blue-accent)) !important;
    box-shadow: 0 14px 28px rgba(37, 99, 235, 0.18) !important;
}
:where(body.page-template-page-pricing) .sg-hourly-btn:hover {
    background: linear-gradient(135deg, var(--sg-blue-accent), var(--sg-blue-primary)) !important;
    box-shadow: 0 18px 34px rgba(37, 99, 235, 0.26) !important;
}


/* ===== page-refund-policy.php  scoped to .page-template-page-refund-policy ===== */
html:where(:has(body.page-template-page-refund-policy)) {
    scroll-behavior:smooth;
    scroll-padding-top:var(--sg-anchor-offset);
}
:where(body.page-template-page-refund-policy) .softglaze-legal-page a, :where(body.page-template-page-refund-policy).softglaze-legal-page a {
    color:var(--sg-primary);
    text-decoration:none;
}
:where(body.page-template-page-refund-policy) .softglaze-legal-page img, :where(body.page-template-page-refund-policy).softglaze-legal-page img {
    max-width:100%;
    display:block;
}
:where(body.page-template-page-refund-policy) .sg-hero::after {
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, rgba(255,255,255,.03) 0%, rgba(0,0,0,.10) 100%);
    pointer-events:none;
}
:where(body.page-template-page-refund-policy) .sg-hero h1 {
    margin:0 0 16px;
    font-size:clamp(40px, 5vw, 66px);
    line-height:1.02;
    letter-spacing:-.04em;
    color:#fff;
    font-weight:800;
}
:where(body.page-template-page-refund-policy) .sg-hero p {
    margin:0 auto;
    max-width:760px;
    font-size:18px;
    line-height:1.75;
    color:rgba(255,255,255,.95);
    font-weight:400;
}
:where(body.page-template-page-refund-policy) .sg-subintro {
    background:var(--sg-white);
    border-bottom:1px solid var(--sg-border);
}
:where(body.page-template-page-refund-policy) .sg-subintro-inner {
    padding:26px 0;
}
:where(body.page-template-page-refund-policy) .sg-subintro p {
    margin:0;
    max-width:980px;
    font-size:16px;
    line-height:1.9;
    color:var(--sg-text);
}
:where(body.page-template-page-refund-policy) .sg-nav-wrap {
    position:-webkit-sticky;
    position:sticky;
    top:var(--sg-sticky-top);
    z-index:999;
    background:rgba(255,255,255,.96);
    backdrop-filter:blur(14px);
    border-bottom:1px solid var(--sg-border);
    box-shadow:0 6px 20px rgba(11,34,61,.05);
}

@media screen and (max-width: 782px) {
    body.admin-bar:where(.page-template-page-refund-policy) .sg-nav-wrap {
        top:46px;
    }
}
:where(body.page-template-page-refund-policy) .sg-nav-heading {
    margin:0 0 10px;
    font-size:13px;
    line-height:1.2;
    font-weight:800;
    letter-spacing:.10em;
    text-transform:uppercase;
    color:var(--sg-primary);
}
:where(body.page-template-page-refund-policy) .sg-nav-pills {
    display:flex;
    flex-wrap:nowrap;
    gap:10px;
    overflow-x:auto;
    scrollbar-width:thin;
    padding-bottom:2px;
}
:where(body.page-template-page-refund-policy) .sg-nav-pills a {
    white-space:nowrap;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:11px 14px;
    border-radius:8px;
    background:linear-gradient(180deg,#FFFFFF 0%,#F7FAFD 100%);
    border:1px solid #DDE8F3;
    color:var(--sg-text);
    font-size:13px;
    font-weight:700;
    line-height:1;
    transition:.2s ease;
    box-shadow:0 4px 10px rgba(2,72,140,.03);
}
:where(body.page-template-page-refund-policy) .sg-nav-pills a:hover {
    background:#EEF5FC;
    color:var(--sg-primary);
    border-color:#C8DDF0;
    transform:translateY(-1px);
}
:where(body.page-template-page-refund-policy) .sg-content {
    background:transparent;
    border:none;
    box-shadow:none;
}
:where(body.page-template-page-refund-policy) .sg-meta {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
    margin-bottom:20px;
}
:where(body.page-template-page-refund-policy) .sg-meta-card {
    background:var(--sg-white);
    border:1px solid var(--sg-border);
    border-radius:10px;
    padding:18px;
    box-shadow:var(--sg-shadow-soft);
}
:where(body.page-template-page-refund-policy) .sg-block p {
    margin:0 0 14px;
    font-size:16px;
    line-height:1.9;
    color:var(--sg-text);
}
:where(body.page-template-page-refund-policy) .sg-list {
    list-style:none;
    margin:0 0 14px;
    padding:0;
    display:grid;
    gap:10px;
}
:where(body.page-template-page-refund-policy) .sg-list li::before {
    content:"";
    position:absolute;
    left:0;
    top:5px;
    width:20px;
    height:20px;
    border-radius:50%;
    background:linear-gradient(180deg,var(--sg-primary),var(--sg-primary-3));
    box-shadow:0 4px 10px rgba(2,72,140,.18);
}
:where(body.page-template-page-refund-policy) .sg-list li::after {
    content:"";
    position:absolute;
    left:7px;
    top:10px;
    width:5px;
    height:9px;
    border-right:2px solid #fff;
    border-bottom:2px solid #fff;
    transform:rotate(45deg);
}
:where(body.page-template-page-refund-policy) .sg-location-grid {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
    margin-top:12px;
}
:where(body.page-template-page-refund-policy) .sg-location-card {
    padding:18px;
    border-radius:10px;
    border:1px solid #D8E4F0;
    background:linear-gradient(180deg,#FFFFFF 0%,#F8FBFE 100%);
    box-shadow:var(--sg-shadow-soft);
    position:relative;
    overflow:hidden;
}
:where(body.page-template-page-refund-policy) .sg-location-card::before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:3px;
    background:linear-gradient(90deg,var(--sg-primary),var(--sg-primary-3));
}
:where(body.page-template-page-refund-policy) .sg-location-card h4 {
    margin:0 0 10px;
    font-size:17px;
    line-height:1.2;
    color:var(--sg-dark);
    font-weight:800;
}
:where(body.page-template-page-refund-policy) .sg-location-card p {
    margin:0;
    font-size:15px;
    line-height:1.8;
    color:var(--sg-text);
}
:where(body.page-template-page-refund-policy) .sg-contact-card-top {
    padding:20px 20px 16px;
    background:linear-gradient(135deg, rgba(2,72,140,.08) 0%, rgba(21,138,203,.08) 100%);
    border-bottom:1px solid #DCE8F3;
}
:where(body.page-template-page-refund-policy) .sg-contact-card-top p {
    margin:0;
    font-size:15px;
    line-height:1.8;
    color:var(--sg-text);
}
:where(body.page-template-page-refund-policy) .sg-contact-card-body {
    padding:20px;
}
:where(body.page-template-page-refund-policy) .sg-contact-grid {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
}
:where(body.page-template-page-refund-policy) .sg-contact-mini {
    padding:16px;
    border:1px solid #DCE8F3;
    border-radius:10px;
    background:#FFFFFF;
}
:where(body.page-template-page-refund-policy) .sg-contact-mini h4 {
    margin:0 0 8px;
    font-size:16px;
    line-height:1.2;
    color:var(--sg-dark);
    font-weight:800;
}
:where(body.page-template-page-refund-policy) .sg-contact-mini p {
    margin:0;
    font-size:15px;
    line-height:1.8;
    color:var(--sg-text);
}
:where(body.page-template-page-refund-policy) .sg-linkline {
    display:flex;
    flex-wrap:wrap;
    gap:12px 18px;
    margin:10px 0 0;
}
:where(body.page-template-page-refund-policy) .sg-linkchip {
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 14px;
    border-radius:8px;
    background:#F4F9FF;
    border:1px solid #D8E6F3;
    color:var(--sg-primary);
    font-size:14px;
    font-weight:700;
    line-height:1;
    box-shadow:0 4px 12px rgba(2,72,140,.04);
}
:where(body.page-template-page-refund-policy) .sg-linkchip:hover {
    background:#EAF4FE;
    border-color:#C6DDEF;
}
:where(body.page-template-page-refund-policy) .sg-linkchip svg {
    width:15px;
    height:15px;
    flex:0 0 15px;
}

@media (max-width: 767px) {
    :where(body.page-template-page-refund-policy) .sg-container {
        width:min(var(--sg-container), calc(100% - 24px));
    }
    :where(body.page-template-page-refund-policy) .sg-hero {
        min-height:360px;
        padding:88px 0 64px;
    }
    :where(body.page-template-page-refund-policy) .sg-hero p {
        font-size:16px;
    }
    :where(body.page-template-page-refund-policy) .sg-block {
        padding:22px 18px;
        border-radius:8px;
    }
    :where(body.page-template-page-refund-policy) .sg-block h2 {
        font-size:24px;
    }
    :where(body.page-template-page-refund-policy) .sg-nav-inner {
        padding:10px 0;
    }
}


/* ===== page-terms-and-conditions.php  scoped to .page-template-page-terms-and-conditions ===== */
html:where(:has(body.page-template-page-terms-and-conditions)) {
    scroll-behavior:smooth;
    scroll-padding-top:var(--sg-anchor-offset);
}
:where(body.page-template-page-terms-and-conditions) .softglaze-legal-page a, :where(body.page-template-page-terms-and-conditions).softglaze-legal-page a {
    color:var(--sg-primary);
    text-decoration:none;
}
:where(body.page-template-page-terms-and-conditions) .softglaze-legal-page img, :where(body.page-template-page-terms-and-conditions).softglaze-legal-page img {
    max-width:100%;
    display:block;
}
:where(body.page-template-page-terms-and-conditions) .sg-hero::after {
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, rgba(255,255,255,.03) 0%, rgba(0,0,0,.10) 100%);
    pointer-events:none;
}
:where(body.page-template-page-terms-and-conditions) .sg-hero h1 {
    margin:0 0 16px;
    font-size:clamp(40px, 5vw, 66px);
    line-height:1.02;
    letter-spacing:-.04em;
    color:#fff;
    font-weight:800;
}
:where(body.page-template-page-terms-and-conditions) .sg-hero p {
    margin:0 auto;
    max-width:760px;
    font-size:18px;
    line-height:1.75;
    color:rgba(255,255,255,.95);
    font-weight:400;
}
:where(body.page-template-page-terms-and-conditions) .sg-subintro {
    background:var(--sg-white);
    border-bottom:1px solid var(--sg-border);
}
:where(body.page-template-page-terms-and-conditions) .sg-subintro-inner {
    padding:26px 0;
}
:where(body.page-template-page-terms-and-conditions) .sg-subintro p {
    margin:0;
    max-width:980px;
    font-size:16px;
    line-height:1.9;
    color:var(--sg-text);
}
:where(body.page-template-page-terms-and-conditions) .sg-nav-wrap {
    position:-webkit-sticky;
    position:sticky;
    top:var(--sg-sticky-top);
    z-index:999;
    background:rgba(255,255,255,.96);
    backdrop-filter:blur(14px);
    border-bottom:1px solid var(--sg-border);
    box-shadow:0 6px 20px rgba(11,34,61,.05);
}

@media screen and (max-width: 782px) {
    body.admin-bar:where(.page-template-page-terms-and-conditions) .sg-nav-wrap {
        top:46px;
    }
}
:where(body.page-template-page-terms-and-conditions) .sg-nav-heading {
    margin:0 0 10px;
    font-size:13px;
    line-height:1.2;
    font-weight:800;
    letter-spacing:.10em;
    text-transform:uppercase;
    color:var(--sg-primary);
}
:where(body.page-template-page-terms-and-conditions) .sg-nav-pills {
    display:flex;
    flex-wrap:nowrap;
    gap:10px;
    overflow-x:auto;
    scrollbar-width:thin;
    padding-bottom:2px;
}
:where(body.page-template-page-terms-and-conditions) .sg-nav-pills a {
    white-space:nowrap;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:11px 14px;
    border-radius:8px;
    background:linear-gradient(180deg,#FFFFFF 0%,#F7FAFD 100%);
    border:1px solid #DDE8F3;
    color:var(--sg-text);
    font-size:13px;
    font-weight:700;
    line-height:1;
    transition:.2s ease;
    box-shadow:0 4px 10px rgba(2,72,140,.03);
}
:where(body.page-template-page-terms-and-conditions) .sg-nav-pills a:hover {
    background:#EEF5FC;
    color:var(--sg-primary);
    border-color:#C8DDF0;
    transform:translateY(-1px);
}
:where(body.page-template-page-terms-and-conditions) .sg-content {
    background:transparent;
    border:none;
    box-shadow:none;
}
:where(body.page-template-page-terms-and-conditions) .sg-meta {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
    margin-bottom:20px;
}
:where(body.page-template-page-terms-and-conditions) .sg-meta-card {
    background:var(--sg-white);
    border:1px solid var(--sg-border);
    border-radius:10px;
    padding:18px;
    box-shadow:var(--sg-shadow-soft);
}
:where(body.page-template-page-terms-and-conditions) .sg-block p {
    margin:0 0 14px;
    font-size:16px;
    line-height:1.9;
    color:var(--sg-text);
}
:where(body.page-template-page-terms-and-conditions) .sg-list {
    list-style:none;
    margin:0 0 14px;
    padding:0;
    display:grid;
    gap:10px;
}
:where(body.page-template-page-terms-and-conditions) .sg-list li::before {
    content:"";
    position:absolute;
    left:0;
    top:5px;
    width:20px;
    height:20px;
    border-radius:50%;
    background:linear-gradient(180deg,var(--sg-primary),var(--sg-primary-3));
    box-shadow:0 4px 10px rgba(2,72,140,.18);
}
:where(body.page-template-page-terms-and-conditions) .sg-list li::after {
    content:"";
    position:absolute;
    left:7px;
    top:10px;
    width:5px;
    height:9px;
    border-right:2px solid #fff;
    border-bottom:2px solid #fff;
    transform:rotate(45deg);
}
:where(body.page-template-page-terms-and-conditions) .sg-location-grid {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
    margin-top:12px;
}
:where(body.page-template-page-terms-and-conditions) .sg-location-card {
    padding:18px;
    border-radius:10px;
    border:1px solid #D8E4F0;
    background:linear-gradient(180deg,#FFFFFF 0%,#F8FBFE 100%);
    box-shadow:var(--sg-shadow-soft);
    position:relative;
    overflow:hidden;
}
:where(body.page-template-page-terms-and-conditions) .sg-location-card::before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:3px;
    background:linear-gradient(90deg,var(--sg-primary),var(--sg-primary-3));
}
:where(body.page-template-page-terms-and-conditions) .sg-location-card h4 {
    margin:0 0 10px;
    font-size:17px;
    line-height:1.2;
    color:var(--sg-dark);
    font-weight:800;
}
:where(body.page-template-page-terms-and-conditions) .sg-location-card p {
    margin:0;
    font-size:15px;
    line-height:1.8;
    color:var(--sg-text);
}
:where(body.page-template-page-terms-and-conditions) .sg-contact-card p {
    margin-bottom:12px;
}
:where(body.page-template-page-terms-and-conditions) .sg-contact-card strong {
    color:var(--sg-dark);
}
:where(body.page-template-page-terms-and-conditions) .sg-linkline {
    display:flex;
    flex-wrap:wrap;
    gap:12px 18px;
    margin:10px 0 0;
}
:where(body.page-template-page-terms-and-conditions) .sg-linkchip {
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 14px;
    border-radius:8px;
    background:#F4F9FF;
    border:1px solid #D8E6F3;
    color:var(--sg-primary);
    font-size:14px;
    font-weight:700;
    line-height:1;
    box-shadow:0 4px 12px rgba(2,72,140,.04);
}
:where(body.page-template-page-terms-and-conditions) .sg-linkchip:hover {
    background:#EAF4FE;
    border-color:#C6DDEF;
}
:where(body.page-template-page-terms-and-conditions) .sg-linkchip svg {
    width:15px;
    height:15px;
    flex:0 0 15px;
}

@media (max-width: 991px) {
    :where(body.page-template-page-terms-and-conditions) .sg-location-grid {
        grid-template-columns:1fr;
    }
}

@media (max-width: 767px) {
    :where(body.page-template-page-terms-and-conditions) .sg-container {
        width:min(var(--sg-container), calc(100% - 24px));
    }
    :where(body.page-template-page-terms-and-conditions) .sg-hero {
        min-height:360px;
        padding:88px 0 64px;
    }
    :where(body.page-template-page-terms-and-conditions) .sg-hero p {
        font-size:16px;
    }
    :where(body.page-template-page-terms-and-conditions) .sg-block {
        padding:22px 18px;
        border-radius:8px;
    }
    :where(body.page-template-page-terms-and-conditions) .sg-block h2 {
        font-size:24px;
    }
    :where(body.page-template-page-terms-and-conditions) .sg-nav-inner {
        padding:10px 0;
    }
}


/* ===== page-terms-of-use.php  scoped to .page-template-page-terms-of-use ===== */
html:where(:has(body.page-template-page-terms-of-use)) {
    scroll-behavior:smooth;
    scroll-padding-top:var(--sg-anchor-offset);
}
:where(body.page-template-page-terms-of-use) .softglaze-legal-page a, :where(body.page-template-page-terms-of-use).softglaze-legal-page a {
    color:var(--sg-primary);
    text-decoration:none;
}
:where(body.page-template-page-terms-of-use) .softglaze-legal-page img, :where(body.page-template-page-terms-of-use).softglaze-legal-page img {
    max-width:100%;
    display:block;
}
:where(body.page-template-page-terms-of-use) .sg-hero::after {
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, rgba(255,255,255,.03) 0%, rgba(0,0,0,.10) 100%);
    pointer-events:none;
}
:where(body.page-template-page-terms-of-use) .sg-hero h1 {
    margin:0 0 16px;
    font-size:clamp(40px, 5vw, 66px);
    line-height:1.02;
    letter-spacing:-.04em;
    color:#fff;
    font-weight:800;
}
:where(body.page-template-page-terms-of-use) .sg-hero p {
    margin:0 auto;
    max-width:760px;
    font-size:18px;
    line-height:1.75;
    color:rgba(255,255,255,.95);
    font-weight:400;
}
:where(body.page-template-page-terms-of-use) .sg-subintro {
    background:var(--sg-white);
    border-bottom:1px solid var(--sg-border);
}
:where(body.page-template-page-terms-of-use) .sg-subintro-inner {
    padding:26px 0;
}
:where(body.page-template-page-terms-of-use) .sg-subintro p {
    margin:0;
    max-width:980px;
    font-size:16px;
    line-height:1.9;
    color:var(--sg-text);
}
:where(body.page-template-page-terms-of-use) .sg-nav-wrap {
    position:-webkit-sticky;
    position:sticky;
    top:var(--sg-sticky-top);
    z-index:999;
    background:rgba(255,255,255,.96);
    backdrop-filter:blur(14px);
    border-bottom:1px solid var(--sg-border);
    box-shadow:0 6px 20px rgba(11,34,61,.05);
}

@media screen and (max-width: 782px) {
    body.admin-bar:where(.page-template-page-terms-of-use) .sg-nav-wrap {
        top:46px;
    }
}
:where(body.page-template-page-terms-of-use) .sg-nav-heading {
    margin:0 0 10px;
    font-size:13px;
    line-height:1.2;
    font-weight:800;
    letter-spacing:.10em;
    text-transform:uppercase;
    color:var(--sg-primary);
}
:where(body.page-template-page-terms-of-use) .sg-nav-pills {
    display:flex;
    flex-wrap:nowrap;
    gap:10px;
    overflow-x:auto;
    scrollbar-width:thin;
    padding-bottom:2px;
}
:where(body.page-template-page-terms-of-use) .sg-nav-pills a {
    white-space:nowrap;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:11px 14px;
    border-radius:8px;
    background:linear-gradient(180deg,#FFFFFF 0%,#F7FAFD 100%);
    border:1px solid #DDE8F3;
    color:var(--sg-text);
    font-size:13px;
    font-weight:700;
    line-height:1;
    transition:.2s ease;
    box-shadow:0 4px 10px rgba(2,72,140,.03);
}
:where(body.page-template-page-terms-of-use) .sg-nav-pills a:hover {
    background:#EEF5FC;
    color:var(--sg-primary);
    border-color:#C8DDF0;
    transform:translateY(-1px);
}
:where(body.page-template-page-terms-of-use) .sg-content {
    background:transparent;
    border:none;
    box-shadow:none;
}
:where(body.page-template-page-terms-of-use) .sg-meta {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
    margin-bottom:20px;
}
:where(body.page-template-page-terms-of-use) .sg-meta-card {
    background:var(--sg-white);
    border:1px solid var(--sg-border);
    border-radius:10px;
    padding:18px;
    box-shadow:var(--sg-shadow-soft);
}
:where(body.page-template-page-terms-of-use) .sg-block p {
    margin:0 0 14px;
    font-size:16px;
    line-height:1.9;
    color:var(--sg-text);
}
:where(body.page-template-page-terms-of-use) .sg-list {
    list-style:none;
    margin:0 0 14px;
    padding:0;
    display:grid;
    gap:10px;
}
:where(body.page-template-page-terms-of-use) .sg-list li::before {
    content:"";
    position:absolute;
    left:0;
    top:5px;
    width:20px;
    height:20px;
    border-radius:50%;
    background:linear-gradient(180deg,var(--sg-primary),var(--sg-primary-3));
    box-shadow:0 4px 10px rgba(2,72,140,.18);
}
:where(body.page-template-page-terms-of-use) .sg-list li::after {
    content:"";
    position:absolute;
    left:7px;
    top:10px;
    width:5px;
    height:9px;
    border-right:2px solid #fff;
    border-bottom:2px solid #fff;
    transform:rotate(45deg);
}
:where(body.page-template-page-terms-of-use) .sg-location-grid {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
    margin-top:12px;
}
:where(body.page-template-page-terms-of-use) .sg-location-card {
    padding:18px;
    border-radius:10px;
    border:1px solid #D8E4F0;
    background:linear-gradient(180deg,#FFFFFF 0%,#F8FBFE 100%);
    box-shadow:var(--sg-shadow-soft);
    position:relative;
    overflow:hidden;
}
:where(body.page-template-page-terms-of-use) .sg-location-card::before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:3px;
    background:linear-gradient(90deg,var(--sg-primary),var(--sg-primary-3));
}
:where(body.page-template-page-terms-of-use) .sg-location-card h4 {
    margin:0 0 10px;
    font-size:17px;
    line-height:1.2;
    color:var(--sg-dark);
    font-weight:800;
}
:where(body.page-template-page-terms-of-use) .sg-location-card p {
    margin:0;
    font-size:15px;
    line-height:1.8;
    color:var(--sg-text);
}
:where(body.page-template-page-terms-of-use) .sg-contact-card-top {
    padding:20px 20px 16px;
    background:linear-gradient(135deg, rgba(2,72,140,.08) 0%, rgba(21,138,203,.08) 100%);
    border-bottom:1px solid #DCE8F3;
}
:where(body.page-template-page-terms-of-use) .sg-contact-card-top p {
    margin:0;
    font-size:15px;
    line-height:1.8;
    color:var(--sg-text);
}
:where(body.page-template-page-terms-of-use) .sg-contact-card-body {
    padding:20px;
}
:where(body.page-template-page-terms-of-use) .sg-contact-grid {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
}
:where(body.page-template-page-terms-of-use) .sg-contact-mini {
    padding:16px;
    border:1px solid #DCE8F3;
    border-radius:10px;
    background:#FFFFFF;
}
:where(body.page-template-page-terms-of-use) .sg-contact-mini h4 {
    margin:0 0 8px;
    font-size:16px;
    line-height:1.2;
    color:var(--sg-dark);
    font-weight:800;
}
:where(body.page-template-page-terms-of-use) .sg-contact-mini p {
    margin:0;
    font-size:15px;
    line-height:1.8;
    color:var(--sg-text);
}
:where(body.page-template-page-terms-of-use) .sg-linkline {
    display:flex;
    flex-wrap:wrap;
    gap:12px 18px;
    margin:10px 0 0;
}
:where(body.page-template-page-terms-of-use) .sg-linkchip {
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 14px;
    border-radius:8px;
    background:#F4F9FF;
    border:1px solid #D8E6F3;
    color:var(--sg-primary);
    font-size:14px;
    font-weight:700;
    line-height:1;
    box-shadow:0 4px 12px rgba(2,72,140,.04);
}
:where(body.page-template-page-terms-of-use) .sg-linkchip:hover {
    background:#EAF4FE;
    border-color:#C6DDEF;
}
:where(body.page-template-page-terms-of-use) .sg-linkchip svg {
    width:15px;
    height:15px;
    flex:0 0 15px;
}

@media (max-width: 767px) {
    :where(body.page-template-page-terms-of-use) .sg-container {
        width:min(var(--sg-container), calc(100% - 24px));
    }
    :where(body.page-template-page-terms-of-use) .sg-hero {
        min-height:360px;
        padding:88px 0 64px;
    }
    :where(body.page-template-page-terms-of-use) .sg-hero p {
        font-size:16px;
    }
    :where(body.page-template-page-terms-of-use) .sg-block {
        padding:22px 18px;
        border-radius:8px;
    }
    :where(body.page-template-page-terms-of-use) .sg-block h2 {
        font-size:24px;
    }
    :where(body.page-template-page-terms-of-use) .sg-nav-inner {
        padding:10px 0;
    }
}


/* ===== privacy.php  scoped to .page-template-privacy ===== */
html:where(:has(body.page-template-privacy)) {
    scroll-behavior:smooth;
    scroll-padding-top:var(--sg-anchor-offset);
}
body.softglaze-privacy-page:where(.page-template-privacy) {
    margin:0;
    font-family:'Miranda Sans', sans-serif;
    background:var(--sg-soft);
    color:var(--sg-text);
}
:where(body.page-template-privacy) .softglaze-privacy-page *, :where(body.page-template-privacy).softglaze-privacy-page * {
    box-sizing:border-box;
}
:where(body.page-template-privacy) .softglaze-privacy-page a, :where(body.page-template-privacy).softglaze-privacy-page a {
    color:var(--sg-primary);
    text-decoration:none;
}
:where(body.page-template-privacy) .softglaze-privacy-page img, :where(body.page-template-privacy).softglaze-privacy-page img {
    max-width:100%;
    display:block;
}
:where(body.page-template-privacy) .sg-hero::after {
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, rgba(255,255,255,.03) 0%, rgba(0,0,0,.10) 100%);
    pointer-events:none;
}
:where(body.page-template-privacy) .sg-hero h1 {
    margin:0 0 16px;
    font-size:clamp(40px, 5vw, 66px);
    line-height:1.02;
    letter-spacing:-.04em;
    color:#fff;
    font-weight:800;
}
:where(body.page-template-privacy) .sg-hero p {
    margin:0 auto;
    max-width:760px;
    font-size:18px;
    line-height:1.75;
    color:rgba(255,255,255,.95);
    font-weight:400;
}
:where(body.page-template-privacy) .sg-subintro {
    background:var(--sg-white);
    border-bottom:1px solid var(--sg-border);
}
:where(body.page-template-privacy) .sg-subintro-inner {
    padding:26px 0;
}
:where(body.page-template-privacy) .sg-subintro p {
    margin:0;
    max-width:980px;
    font-size:16px;
    line-height:1.9;
    color:var(--sg-text);
}
:where(body.page-template-privacy) .sg-nav-wrap {
    position:-webkit-sticky;
    position:sticky;
    top:var(--sg-sticky-top);
    z-index:999;
    background:rgba(255,255,255,.96);
    backdrop-filter:blur(14px);
    border-bottom:1px solid var(--sg-border);
    box-shadow:0 6px 20px rgba(11,34,61,.05);
}

@media screen and (max-width: 782px) {
    body.admin-bar:where(.page-template-privacy) .sg-nav-wrap {
        top: 46px;
    }
}
:where(body.page-template-privacy) .sg-nav-heading {
    margin:0 0 10px;
    font-size:13px;
    line-height:1.2;
    font-weight:800;
    letter-spacing:.10em;
    text-transform:uppercase;
    color:var(--sg-primary);
}
:where(body.page-template-privacy) .sg-nav-pills {
    display:flex;
    flex-wrap:nowrap;
    gap:10px;
    overflow-x:auto;
    scrollbar-width:thin;
    padding-bottom:2px;
}
:where(body.page-template-privacy) .sg-nav-pills a {
    white-space:nowrap;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:11px 14px;
    border-radius:8px;
    background:linear-gradient(180deg,#FFFFFF 0%,#F7FAFD 100%);
    border:1px solid #DDE8F3;
    color:var(--sg-text);
    font-size:13px;
    font-weight:700;
    line-height:1;
    transition:.2s ease;
    box-shadow:0 4px 10px rgba(2,72,140,.03);
}
:where(body.page-template-privacy) .sg-nav-pills a:hover {
    background:#EEF5FC;
    color:var(--sg-primary);
    border-color:#C8DDF0;
    transform:translateY(-1px);
}
:where(body.page-template-privacy) .sg-content {
    background:transparent;
    border:none;
    box-shadow:none;
}
:where(body.page-template-privacy) .sg-meta {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
    margin-bottom:20px;
}
:where(body.page-template-privacy) .sg-meta-card {
    background:var(--sg-white);
    border:1px solid var(--sg-border);
    border-radius:10px;
    padding:18px;
    box-shadow:var(--sg-shadow-soft);
}
:where(body.page-template-privacy) .sg-block p {
    margin:0 0 14px;
    font-size:16px;
    line-height:1.9;
    color:var(--sg-text);
}
:where(body.page-template-privacy) .sg-locations-grid {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
    margin-top:12px;
}
:where(body.page-template-privacy) .sg-location-card {
    padding:18px;
    border-radius:10px;
    border:1px solid #D8E4F0;
    background:linear-gradient(180deg,#FFFFFF 0%,#F8FBFE 100%);
    box-shadow:var(--sg-shadow-soft);
    position:relative;
    overflow:hidden;
}
:where(body.page-template-privacy) .sg-location-card::before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:3px;
    background:linear-gradient(90deg,var(--sg-primary),var(--sg-primary-3));
}
:where(body.page-template-privacy) .sg-location-card h4 {
    margin:0 0 10px;
    font-size:17px;
    line-height:1.2;
    color:var(--sg-dark);
    font-weight:800;
}
:where(body.page-template-privacy) .sg-location-card p {
    margin:0;
    font-size:15px;
    line-height:1.8;
    color:var(--sg-text);
}
:where(body.page-template-privacy) .sg-list {
    list-style:none;
    margin:0 0 14px;
    padding:0;
    display:grid;
    gap:10px;
}
:where(body.page-template-privacy) .sg-list li::before {
    content:"✓";
    position:absolute;
    left:0;
    top:2px;
    width:18px;
    height:18px;
    border-radius:50%;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:11px;
    font-weight:800;
    color:#fff;
    background:var(--sg-primary);
    box-shadow:0 4px 10px rgba(2,72,140,.18);
}
:where(body.page-template-privacy) .sg-contact-card p {
    margin-bottom:12px;
}
:where(body.page-template-privacy) .sg-contact-card strong {
    color:var(--sg-dark);
}
:where(body.page-template-privacy) .sg-linkline {
    display:flex;
    flex-wrap:wrap;
    gap:12px 18px;
    margin:10px 0 0;
}
:where(body.page-template-privacy) .sg-linkchip {
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 14px;
    border-radius:8px;
    background:#F4F9FF;
    border:1px solid #D8E6F3;
    color:var(--sg-primary);
    font-size:14px;
    font-weight:700;
    line-height:1;
    box-shadow:0 4px 12px rgba(2,72,140,.04);
}
:where(body.page-template-privacy) .sg-linkchip:hover {
    background:#EAF4FE;
    border-color:#C6DDEF;
}
:where(body.page-template-privacy) .sg-linkchip svg {
    width:15px;
    height:15px;
    flex:0 0 15px;
}

@media (max-width: 991px) {
    :where(body.page-template-privacy) .sg-locations-grid {
        grid-template-columns:1fr;
    }
}

@media (max-width: 767px) {
    :where(body.page-template-privacy) .sg-container {
        width:min(var(--sg-container), calc(100% - 24px));
    }
    :where(body.page-template-privacy) .sg-hero {
        min-height:360px;
        padding:88px 0 64px;
    }
    :where(body.page-template-privacy) .sg-hero p {
        font-size:16px;
    }
    :where(body.page-template-privacy) .sg-block {
        padding:22px 18px;
        border-radius:8px;
    }
    :where(body.page-template-privacy) .sg-block h2 {
        font-size:24px;
    }
    :where(body.page-template-privacy) .sg-nav-inner {
        padding:10px 0;
    }
}


/* ===== template-about.php  scoped to .page-template-template-about ===== */
body.page-template-template-about:where(.page-template-template-about) {
    background-color: var(--sg-gray-50);
    color: var(--sg-gray-500);
    font-family: var(--sg-font);
    line-height: 1.7;
    overflow-x: hidden;
}
:where(body.page-template-template-about) .sg-about-page * {
    box-sizing: border-box;
}
body:where(.page-template-template-about) .sg-about-page h2, body:where(.page-template-template-about) .sg-about-page h3, body:where(.page-template-template-about) .sg-about-page h4, body.elementor-page:where(.page-template-template-about) .sg-about-page h2, body.elementor-page:where(.page-template-template-about) .sg-about-page h3, body.elementor-page:where(.page-template-template-about) .sg-about-page h4 {
    color: var(--sg-black) !important;
    font-weight: 800 !important;
    margin-top: 0 !important;
    line-height: 1.2 !important;
    font-family: var(--sg-font) !important;
    letter-spacing: -0.02em !important;
}
body:where(.page-template-template-about) .sg-about-page .sg-about-hero h1, body.elementor-page:where(.page-template-template-about) .sg-about-page .sg-about-hero h1 {
    color: var(--sg-white) !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    font-family: var(--sg-font) !important;
    letter-spacing: -0.02em !important;
}
body:where(.page-template-template-about) .sg-about-page h2.sg-text-white, body.elementor-page:where(.page-template-template-about) .sg-about-page h2.sg-text-white {
    color: var(--sg-white) !important;
}
:where(body.page-template-template-about) .sg-container-md {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}
:where(body.page-template-template-about) .sg-about-hero {
    position: relative;
    padding: 180px 0 120px;
    text-align: center;
    background-image: url('https://images.unsplash.com/photo-1522071820081-009f0129c71c?q=80&w=2000&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (hover: none) {
    :where(body.page-template-template-about) .sg-about-hero {
        background-attachment: scroll;
    }
}
:where(body.page-template-template-about) .sg-hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    width: 100%;
}
:where(body.page-template-template-about) .sg-hero-glass-panel {
    background: rgba(15, 23, 42, 0.4);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    padding: 64px 48px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.3);
}
:where(body.page-template-template-about) .sg-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 50px;
    margin-bottom: 24px;
}
:where(body.page-template-template-about) .sg-hero-badge span {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}
:where(body.page-template-template-about) .sg-hero-sub {
    color: #E2E8F0;
    font-size: 18px;
    line-height: 1.6;
    margin: 0 auto 32px;
    max-width: 640px;
}
:where(body.page-template-template-about) .sg-hero-btn-group {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}
:where(body.page-template-template-about) .sg-hero-btn-primary, :where(body.page-template-template-about) .sg-hero-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 800;
    border-radius: 50px;
    text-decoration: none;
    transition: var(--transition);
}
:where(body.page-template-template-about) .sg-hero-btn-primary {
    background: var(--sg-blue);
    color: #fff !important;
    border: none;
    box-shadow: var(--shadow-glow);
}
:where(body.page-template-template-about) .sg-hero-btn-primary:hover {
    background: #FFFFFF;
    color: var(--sg-dark) !important;
    transform: translateY(-3px);
}
:where(body.page-template-template-about) .sg-hero-btn-outline {
    background: transparent;
    color: #FFFFFF !important;
    border: 2px solid rgba(255,255,255,0.5);
}
:where(body.page-template-template-about) .sg-hero-btn-outline:hover {
    background: #FFFFFF;
    color: var(--sg-dark) !important;
    border-color: #FFFFFF;
    transform: translateY(-3px);
}
:where(body.page-template-template-about) .sg-section-approach {
    background: var(--sg-white);
    padding: 80px 0;
    border-bottom: 1px solid var(--sg-gray-200);
}
:where(body.page-template-template-about) .sg-approach-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}
:where(body.page-template-template-about) .sg-approach-text {
    font-size: 20px;
    color: var(--sg-dark);
    line-height: 1.7;
    font-weight: 500;
}
:where(body.page-template-template-about) .sg-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
:where(body.page-template-template-about) .sg-feature-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 22px;
    height: 22px;
    background-color: var(--sg-blue-light);
    border: 2px solid var(--sg-blue);
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%232563EB' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
}
:where(body.page-template-template-about) .sg-image-stack {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: center;
    position: relative;
}
:where(body.page-template-template-about) .sg-image-stack img {
    width: 100%;
    border-radius: var(--radius-main);
    box-shadow: var(--shadow-md);
    object-fit: cover;
    aspect-ratio: 3/4;
    transition: var(--transition);
}
:where(body.page-template-template-about) .sg-image-stack img:hover {
    transform: scale(1.03);
    z-index: 10;
    box-shadow: var(--shadow-lg);
}
:where(body.page-template-template-about) .sg-image-stack img:first-child {
    transform: translateY(-30px);
}
:where(body.page-template-template-about) .sg-image-stack img:last-child {
    transform: translateY(30px);
}
:where(body.page-template-template-about) .sg-full-width-image-section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: 64px;
    margin-bottom: -64px;
    overflow: hidden;
}
:where(body.page-template-template-about) .sg-full-width-image-section img {
    width: 100%;
    height: auto;
    display: block;
}
:where(body.page-template-template-about) .sg-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
:where(body.page-template-template-about) .sg-stat-card {
    background: var(--sg-white);
    border: 1px solid var(--sg-gray-200);
    padding: 40px 32px;
    border-radius: var(--radius-main);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}
:where(body.page-template-template-about) .sg-stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--sg-blue);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}
:where(body.page-template-template-about) .sg-stat-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-md);
    border-color: var(--sg-blue-300);
}
:where(body.page-template-template-about) .sg-stat-card:hover::before {
    transform: scaleX(1);
}
:where(body.page-template-template-about) .sg-stat-title {
    font-size: 24px;
    color: var(--sg-black) !important;
    margin-bottom: 12px;
    font-weight: 800;
}
:where(body.page-template-template-about) .sg-stat-card a {
    color: var(--sg-blue);
    font-weight: 700;
    text-decoration: none;
    font-size: 15px;
}
:where(body.page-template-template-about) .sg-stat-card a:hover {
    text-decoration: underline;
}
:where(body.page-template-template-about) .sg-bento-card {
    background: var(--sg-white);
    border: 1px solid var(--sg-gray-200);
    padding: 40px;
    border-radius: 24px;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
:where(body.page-template-template-about) .sg-bento-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: var(--sg-gray-300);
}
:where(body.page-template-template-about) .sg-bento-card h3 {
    font-size: 20px;
    margin-bottom: 16px;
    color: var(--sg-black) !important;
}
:where(body.page-template-template-about) .sg-cap-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 40px;
}
:where(body.page-template-template-about) .sg-cap-card {
    background: var(--sg-white);
    border: 1px solid var(--sg-gray-200);
    padding: 40px;
    border-radius: 24px;
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
}
:where(body.page-template-template-about) .sg-cap-card.span-2 {
    grid-column: span 2;
}
:where(body.page-template-template-about) .sg-cap-card:hover {
    border-color: var(--sg-blue);
    box-shadow: var(--shadow-md);
    transform: translateY(-4px);
}
:where(body.page-template-template-about) .sg-cap-card::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0;
    transition: var(--transition);
    background: radial-gradient(circle at bottom right, var(--sg-blue-light) 0%, transparent 60%);
    pointer-events: none;
}
:where(body.page-template-template-about) .sg-cap-card:hover::after {
    opacity: 1;
}
:where(body.page-template-template-about) .sg-cap-icon-wrapper {
    position: relative;
    z-index: 1;
    width: 56px;
    height: 56px;
    background: var(--sg-gray-50);
    border: 1px solid var(--sg-gray-200);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    transition: var(--transition);
    color: var(--sg-gray-500);
}
:where(body.page-template-template-about) .sg-cap-card:hover .sg-cap-icon-wrapper {
    background: var(--sg-blue);
    color: #fff;
    border-color: var(--sg-blue);
    transform: scale(1.05);
}
:where(body.page-template-template-about) .sg-cap-card h4 {
    position: relative;
    z-index: 1;
    font-size: 22px;
    margin-bottom: 12px;
    color: var(--sg-black) !important;
}
:where(body.page-template-template-about) .sg-cap-card p {
    position: relative;
    z-index: 1;
    font-size: 15px;
    margin: 0;
    color: var(--sg-gray-500);
    line-height: 1.6;
}
:where(body.page-template-template-about) .sg-tech-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}
:where(body.page-template-template-about) .sg-tech-pill {
    background: rgba(255,255,255,0.05);
    color: #fff;
    font-weight: 600;
    padding: 12px 24px;
    backdrop-filter: blur(10px);
    border-radius: 50px;
    font-size: 15px;
    border: 1px solid rgba(255,255,255,0.1);
    transition: var(--transition);
}
:where(body.page-template-template-about) .sg-tech-pill:hover {
    background: var(--sg-blue);
    border-color: var(--sg-blue);
    transform: translateY(-2px);
}
:where(body.page-template-template-about) .sg-btn-primary, :where(body.page-template-template-about) .sg-btn-outline {
    display: inline-flex;
    padding: 18px 40px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 16px;
    text-decoration: none;
    transition: var(--transition);
    cursor: pointer;
}
:where(body.page-template-template-about) .sg-btn-primary {
    background: var(--sg-blue);
    color: #fff !important;
    border: 2px solid var(--sg-blue);
    box-shadow: var(--shadow-sm);
}
:where(body.page-template-template-about) .sg-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-glow);
    background: var(--sg-dark);
    border-color: var(--sg-dark);
}
:where(body.page-template-template-about) .sg-btn-outline {
    background: transparent;
    color: var(--sg-black) !important;
    border: 2px solid var(--sg-dark);
}
:where(body.page-template-template-about) .sg-btn-outline:hover {
    background: var(--sg-dark);
    color: #fff !important;
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}
:where(body.page-template-template-about) .sg-reg-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 40px;
}
:where(body.page-template-template-about) .sg-reg-card {
    background: var(--sg-white);
    border: 1px solid var(--sg-gray-200);
    border-radius: 24px;
    padding: 40px;
    box-shadow: var(--shadow-sm);
}
:where(body.page-template-template-about) .sg-reg-card h4 {
    font-size: 20px;
    margin-bottom: 12px;
    color: var(--sg-black) !important;
}
:where(body.page-template-template-about) .sg-reg-card p {
    font-size: 15px;
    color: var(--sg-gray-500);
    margin: 0 0 8px;
    line-height: 1.6;
}
:where(body.page-template-template-about) .sg-reg-card strong {
    color: var(--sg-dark);
}
:where(body.page-template-template-about) .sg-cta-section {
    background: #148ecf;
    padding: 120px 0;
    text-align: center;
    overflow: hidden;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
:where(body.page-template-template-about) .sg-cta-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -10%;
    width: 50%;
    height: 200%;
    background: radial-gradient(circle, rgba(37,99,235,0.15) 0%, transparent 60%);
    pointer-events: none;
}
:where(body.page-template-template-about) .sg-cta-section::after {
    content: '';
    position: absolute;
    bottom: -50%;
    right: -10%;
    width: 50%;
    height: 200%;
    background: radial-gradient(circle, rgba(37,99,235,0.1) 0%, transparent 60%);
    pointer-events: none;
}
:where(body.page-template-template-about) .sg-cta-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 24px;
}
:where(body.page-template-template-about) .sg-cta-section h2 {
    font-size: clamp(36px, 5vw, 56px) !important;
    margin-bottom: 24px;
    line-height: 1.15 !important;
}
:where(body.page-template-template-about) .sg-cta-section p {
    color: #E2E8F0 !important;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 24px;
}
:where(body.page-template-template-about) .sg-cta-section p:last-of-type {
    margin-bottom: 48px;
}
:where(body.page-template-template-about) .sg-cta-section .sg-btn-outline {
    color: #ffffff !important;
    border-color: rgba(255,255,255,0.5);
}
:where(body.page-template-template-about) .sg-cta-section .sg-btn-outline:hover {
    background: #ffffff;
    color: var(--sg-dark) !important;
    border-color: #ffffff;
}
:where(body.page-template-template-about) .sg-reveal {
    opacity: 1;
    transform: none;
}
:where(body.page-template-template-about) .js-reveal-ready .sg-reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
:where(body.page-template-template-about) .js-reveal-ready .sg-reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    :where(body.page-template-template-about) .js-reveal-ready .sg-reveal {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
    :where(body.page-template-template-about) .sg-about-hero {
        background-attachment: scroll;
    }
}

@media (max-width: 1024px) {
    :where(body.page-template-template-about) .sg-grid-2 {
        grid-template-columns: 1fr;
        gap: 56px;
    }
    :where(body.page-template-template-about) .sg-bento-grid, :where(body.page-template-template-about) .sg-stat-grid, :where(body.page-template-template-about) .sg-cap-grid {
        grid-template-columns: 1fr 1fr;
    }
    :where(body.page-template-template-about) .sg-cap-card.span-2 {
        grid-column: span 1;
    }
    :where(body.page-template-template-about) .sg-image-stack {
        margin: 40px 0;
    }
    :where(body.page-template-template-about) .sg-image-stack img:first-child, :where(body.page-template-template-about) .sg-image-stack img:last-child {
        transform: translateY(0);
    }
    :where(body.page-template-template-about) .sg-full-width-image-section {
        margin-top: 40px;
        margin-bottom: -40px;
    }
    :where(body.page-template-template-about) .sg-approach-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

@media (max-width: 768px) {
    :where(body.page-template-template-about) .sg-bento-grid, :where(body.page-template-template-about) .sg-stat-grid, :where(body.page-template-template-about) .sg-cap-grid, :where(body.page-template-template-about) .sg-reg-grid {
        grid-template-columns: 1fr;
    }
    :where(body.page-template-template-about) .sg-section, :where(body.page-template-template-about) .sg-cta-section {
        padding: 80px 0;
    }
    :where(body.page-template-template-about) .sg-about-hero {
        padding: 140px 0 100px;
    }
    :where(body.page-template-template-about) .sg-hero-glass-panel {
        padding: 40px 24px;
    }
    :where(body.page-template-template-about) .sg-container, :where(body.page-template-template-about) .sg-container-md {
        padding: 0 24px;
    }
    :where(body.page-template-template-about) .sg-hero-btn-group, :where(body.page-template-template-about) .sg-cta-content > div {
        flex-direction: column;
        align-items: stretch;
    }
}


/* ===== template-ai-crawler-stats.php  scoped to .page-template-template-ai-crawler-stats ===== */
body.softglaze-product-page:where(.page-template-template-ai-crawler-stats) {
    margin:0;
    font-family:'Miranda Sans', sans-serif;
    background:var(--sg-soft);
    color:var(--sg-text);
}
:where(body.page-template-template-ai-crawler-stats) .softglaze-product-page *, :where(body.page-template-template-ai-crawler-stats).softglaze-product-page * {
    box-sizing:border-box;
}
:where(body.page-template-template-ai-crawler-stats) .softglaze-product-page a, :where(body.page-template-template-ai-crawler-stats).softglaze-product-page a {
    color:var(--sg-primary);
    text-decoration:none;
}
:where(body.page-template-template-ai-crawler-stats) .softglaze-product-page a:hover, :where(body.page-template-template-ai-crawler-stats).softglaze-product-page a:hover, :where(body.page-template-template-ai-crawler-stats) .softglaze-product-page a:focus, :where(body.page-template-template-ai-crawler-stats).softglaze-product-page a:focus {
    text-decoration:underline;
}
:where(body.page-template-template-ai-crawler-stats) .softglaze-product-page img, :where(body.page-template-template-ai-crawler-stats).softglaze-product-page img {
    max-width:100%;
    display:block;
}
:where(body.page-template-template-ai-crawler-stats) .sg-wrap {
    overflow:clip;
}
:where(body.page-template-template-ai-crawler-stats) .sg-hero::after {
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, rgba(255,255,255,.03) 0%, rgba(0,0,0,.10) 100%);
    pointer-events:none;
}
:where(body.page-template-template-ai-crawler-stats) .sg-hero h1 {
    margin:0 0 16px;
    font-size:clamp(40px, 5vw, 66px);
    line-height:1.02;
    letter-spacing:-.04em;
    color:#fff;
    font-weight:800;
}
:where(body.page-template-template-ai-crawler-stats) .sg-hero p.sg-lede {
    margin:0 auto;
    max-width:760px;
    font-size:18px;
    line-height:1.75;
    color:rgba(255,255,255,.95);
    font-weight:400;
}
:where(body.page-template-template-ai-crawler-stats) .sg-chips {
    list-style:none;
    margin:26px 0 0;
    padding:0;
    display:flex;
    flex-wrap:wrap;
    gap:9px;
    justify-content:center;
}
:where(body.page-template-template-ai-crawler-stats) .sg-chips li {
    font-size:13px;
    font-weight:600;
    color:#fff;
    background:rgba(255,255,255,.14);
    border:1px solid rgba(255,255,255,.28);
    border-radius:999px;
    padding:5px 14px;
}
:where(body.page-template-template-ai-crawler-stats) .sg-block h2 {
    margin:0 0 14px;
    font-size:clamp(24px, 3vw, 32px);
    line-height:1.2;
    letter-spacing:-.02em;
    color:var(--sg-dark);
    font-weight:800;
}
:where(body.page-template-template-ai-crawler-stats) .sg-block h3 {
    margin:0 0 8px;
    font-size:18px;
    line-height:1.35;
    color:var(--sg-dark);
    font-weight:700;
}
:where(body.page-template-template-ai-crawler-stats) .sg-block p {
    margin:0 0 16px;
    max-width:78ch;
    font-size:16px;
    line-height:1.85;
}
:where(body.page-template-template-ai-crawler-stats) .sg-block p:last-child {
    margin-bottom:0;
}
:where(body.page-template-template-ai-crawler-stats) .sg-block ul {
    margin:0 0 16px;
    padding-left:22px;
    max-width:78ch;
}
:where(body.page-template-template-ai-crawler-stats) .sg-block ul li {
    margin-bottom:9px;
    font-size:16px;
    line-height:1.8;
}
:where(body.page-template-template-ai-crawler-stats) .sg-honest {
    background:var(--sg-soft);
    border-color:var(--sg-border);
}
:where(body.page-template-template-ai-crawler-stats) .sg-grid {
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(min(420px, 100%), 1fr));
    gap:16px;
    margin-top:22px;
}
:where(body.page-template-template-ai-crawler-stats) .sg-card p {
    margin:0;
    font-size:15px;
    line-height:1.75;
    color:var(--sg-muted);
}
:where(body.page-template-template-ai-crawler-stats) .sg-tablewrap {
    overflow-x:auto;
    margin:0 0 18px;
}
:where(body.page-template-template-ai-crawler-stats) .sg-table {
    width:100%;
    border-collapse:collapse;
    font-size:15px;
}
:where(body.page-template-template-ai-crawler-stats) .sg-table th, :where(body.page-template-template-ai-crawler-stats) .sg-table td {
    text-align:left;
    padding:12px 14px;
    border:1px solid var(--sg-border);
    vertical-align:top;
    line-height:1.7;
}
:where(body.page-template-template-ai-crawler-stats) .sg-table th {
    background:var(--sg-white);
    color:var(--sg-dark);
    font-weight:700;
}
:where(body.page-template-template-ai-crawler-stats) .sg-table thead th {
    background:var(--sg-soft);
}
:where(body.page-template-template-ai-crawler-stats) .sg-table td:first-child {
    font-weight:600;
    color:var(--sg-dark);
}
:where(body.page-template-template-ai-crawler-stats) .sg-tags {
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin:20px 0;
    padding:0;
    list-style:none;
}
:where(body.page-template-template-ai-crawler-stats) .sg-tags li {
    font-family:ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size:13px;
    background:var(--sg-white);
    border:1px solid var(--sg-border);
    border-radius:5px;
    padding:5px 10px;
    color:var(--sg-muted);
    margin:0;
    line-height:1.4;
}
:where(body.page-template-template-ai-crawler-stats) .sg-note {
    background:var(--sg-warn-bg);
    border:1px solid var(--sg-warn-line);
    border-left-width:4px;
    border-radius:var(--sg-radius-sm);
    padding:14px 18px;
    font-size:15px;
    line-height:1.75;
    color:#6B4E00;
    margin:0 0 16px;
    max-width:78ch;
}
:where(body.page-template-template-ai-crawler-stats) .sg-status {
    display:block;
    background:var(--sg-warn-bg);
    border:1px solid var(--sg-warn-line);
    border-left-width:4px;
    border-radius:var(--sg-radius-sm);
    padding:14px 18px;
    font-size:15px;
    line-height:1.7;
    color:#6B4E00;
    margin:0 0 18px;
    max-width:78ch;
}
body.page-template-template-ai-crawler-stats code {
    font-family:ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
:where(body.page-template-template-ai-crawler-stats) .sg-block code, :where(body.page-template-template-ai-crawler-stats) .sg-table code, :where(body.page-template-template-ai-crawler-stats) .sg-faq code {
    background:var(--sg-soft);
    border:1px solid var(--sg-border);
    border-radius:4px;
    padding:2px 6px;
    font-size:.92em;
}
:where(body.page-template-template-ai-crawler-stats) .sg-faq {
    border:1px solid var(--sg-border);
    border-radius:var(--sg-radius-sm);
    background:var(--sg-white);
    padding:2px 18px;
    margin-bottom:10px;
}
:where(body.page-template-template-ai-crawler-stats) .sg-faq summary {
    cursor:pointer;
    font-weight:700;
    color:var(--sg-dark);
    font-size:16px;
    padding:15px 34px 15px 0;
    list-style:none;
    position:relative;
}
:where(body.page-template-template-ai-crawler-stats) .sg-faq summary::-webkit-details-marker {
    display:none;
}
:where(body.page-template-template-ai-crawler-stats) .sg-faq summary::after {
    content:"+";
    position:absolute;
    right:4px;
    top:12px;
    font-size:23px;
    line-height:1;
    color:var(--sg-primary-2);
    transition:transform .15s ease;
}
:where(body.page-template-template-ai-crawler-stats) .sg-faq[open] summary::after {
    transform:rotate(45deg);
}
:where(body.page-template-template-ai-crawler-stats) .sg-faq summary:focus-visible {
    outline:2px solid var(--sg-primary);
    outline-offset:3px;
}
:where(body.page-template-template-ai-crawler-stats) .sg-faq p {
    margin:0 0 15px;
    font-size:15px;
    line-height:1.8;
    color:var(--sg-muted);
    max-width:78ch;
}
:where(body.page-template-template-ai-crawler-stats) .sg-final {
    text-align:center;
}
:where(body.page-template-template-ai-crawler-stats) .sg-final p {
    margin-left:auto;
    margin-right:auto;
}
:where(body.page-template-template-ai-crawler-stats) .sg-final .sg-status {
    margin-left:auto;
    margin-right:auto;
    text-align:left;
}
:where(body.page-template-template-ai-crawler-stats) .sg-button {
    display:inline-block;
    background:var(--sg-primary);
    color:#fff !important;
    font-weight:700;
    font-size:16px;
    padding:14px 30px;
    border-radius:var(--sg-radius-sm);
    box-shadow:var(--sg-shadow-soft);
}
:where(body.page-template-template-ai-crawler-stats) .sg-button:hover, :where(body.page-template-template-ai-crawler-stats) .sg-button:focus {
    background:var(--sg-primary-2);
    text-decoration:none !important;
}

@media (max-width:600px) {
    :where(body.page-template-template-ai-crawler-stats) .sg-hero {
        min-height:0;
        padding:64px 0 52px;
    }
    :where(body.page-template-template-ai-crawler-stats) .sg-hero p.sg-lede {
        font-size:16px;
    }
    :where(body.page-template-template-ai-crawler-stats) .sg-main {
        padding:30px 0 60px;
    }
    :where(body.page-template-template-ai-crawler-stats) .sg-block {
        padding:22px 18px;
    }
}


/* ===== template-contact.php  scoped to .page-template-template-contact ===== */
:where(body.page-template-template-contact) .sg-v4-page {
    font-family: var(--tw-font-sans);
    background-color: #FFFFFF;
    overflow-x: hidden;
    color: var(--tw-slate-600);
}
:where(body.page-template-template-contact) .sg-v4-page * {
    box-sizing: border-box;
}
:where(body.page-template-template-contact) .sg-v4-page h1, :where(body.page-template-template-contact) .sg-v4-page h2, :where(body.page-template-template-contact) .sg-v4-page h3, :where(body.page-template-template-contact) .sg-v4-page h4 {
    line-height: 1.2 !important;
    font-family: var(--tw-font-sans) !important;
}
:where(body.page-template-template-contact) .sg-v4-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}
:where(body.page-template-template-contact) .sg-v4-hero {
    position: relative;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--tw-slate-900) 0%, var(--tw-slate-800) 100%);
    overflow: hidden;
    padding: 160px 0 180px;
}
:where(body.page-template-template-contact) .sg-v4-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(64px);
    animation: sg-pulse 4s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
:where(body.page-template-template-contact) .sg-v4-orb-1 {
    top: 80px;
    left: 80px;
    width: 300px;
    height: 300px;
    background-color: rgba(37, 99, 235, 0.2);
}
:where(body.page-template-template-contact) .sg-v4-orb-2 {
    bottom: 80px;
    right: 80px;
    width: 400px;
    height: 400px;
    background-color: rgba(37, 99, 235, 0.1);
    animation-delay: 2s;
}

@keyframes sg-pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: .5;
    }
}
:where(body.page-template-template-contact) .sg-v4-hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}
:where(body.page-template-template-contact) .sg-v4-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    padding: 8px 16px;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}
:where(body.page-template-template-contact) .sg-v4-badge svg {
    width: 16px;
    height: 16px;
    color: #60A5FA;
}
:where(body.page-template-template-contact) .sg-v4-badge span {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
}
:where(body.page-template-template-contact) .sg-v4-hero h1 {
    font-size: clamp(40px, 6vw, 64px);
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
}
:where(body.page-template-template-contact) .sg-v4-hero p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 768px;
    margin: 0 auto;
    line-height: 1.6;
}
:where(body.page-template-template-contact) .sg-v4-overlap-section {
    position: relative;
    z-index: 20;
    margin-top: -96px;
    padding-bottom: 96px;
}
:where(body.page-template-template-contact) .sg-v4-contact-card {
    background: #FFFFFF;
    border-radius: 24px;
    box-shadow: var(--shadow-2xl);
    border: 1px solid var(--tw-slate-200);
    overflow: hidden;
    display: grid;
    grid-template-columns: 2fr 3fr;
}
:where(body.page-template-template-contact) .sg-v4-contact-info {
    background: linear-gradient(135deg, var(--tw-slate-50) 0%, #FFFFFF 100%);
    padding: 48px;
    border-right: 1px solid var(--tw-slate-200);
}
:where(body.page-template-template-contact) .sg-v4-contact-info h2 {
    font-size: 24px;
    font-weight: 700;
    color: var(--tw-slate-900);
    margin: 0 0 8px;
}
:where(body.page-template-template-contact) .sg-v4-contact-info > p {
    color: var(--tw-slate-600);
    margin-bottom: 32px;
}
:where(body.page-template-template-contact) .sg-v4-info-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
    border-radius: 16px;
    background: #FFFFFF;
    border: 1px solid var(--tw-slate-200);
    margin-bottom: 16px;
    transition: var(--transition-all);
}
:where(body.page-template-template-contact) .sg-v4-info-item:hover {
    border-color: var(--tw-blue-600);
    box-shadow: var(--shadow-lg);
    transform: translateY(-2px);
}
:where(body.page-template-template-contact) .sg-v4-info-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--tw-blue-100);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: var(--transition-all);
}
:where(body.page-template-template-contact) .sg-v4-info-icon svg {
    width: 24px;
    height: 24px;
    color: var(--tw-blue-600);
    transition: var(--transition-all);
}
:where(body.page-template-template-contact) .sg-v4-info-item:hover .sg-v4-info-icon {
    background: var(--tw-blue-600);
}
:where(body.page-template-template-contact) .sg-v4-info-item:hover .sg-v4-info-icon svg {
    color: #FFFFFF;
}
:where(body.page-template-template-contact) .sg-v4-info-text h3 {
    font-size: 15px;
    font-weight: 700;
    color: var(--tw-slate-900);
    margin: 0 0 4px;
}
:where(body.page-template-template-contact) .sg-v4-info-text a, :where(body.page-template-template-contact) .sg-v4-info-text p {
    font-size: 14px;
    color: var(--tw-blue-600);
    text-decoration: none;
    display: block;
    margin: 0 0 4px;
}
:where(body.page-template-template-contact) .sg-v4-info-text a:hover {
    text-decoration: underline;
}
:where(body.page-template-template-contact) .sg-v4-info-text p.text-slate {
    color: var(--tw-slate-600);
}
:where(body.page-template-template-contact) .sg-v4-form-side {
    padding: 48px;
    background: #FFFFFF;
}
:where(body.page-template-template-contact) .sg-v4-form-side h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--tw-slate-900);
    margin: 0 0 32px;
}
:where(body.page-template-template-contact) .sg-v4-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}
:where(body.page-template-template-contact) .sg-v4-form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
:where(body.page-template-template-contact) .sg-v4-form-group label {
    font-size: 14px;
    font-weight: 700;
    color: var(--tw-slate-900);
    margin-bottom: 8px;
}
:where(body.page-template-template-contact) .sg-v4-form-group input, :where(body.page-template-template-contact) .sg-v4-form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border-radius: 12px;
    border: 2px solid var(--tw-slate-200);
    background: #FFFFFF;
    font-family: var(--tw-font-sans);
    font-size: 16px;
    color: var(--tw-slate-900);
    transition: var(--transition-all);
    box-sizing: border-box;
}
:where(body.page-template-template-contact) .sg-v4-form-group input:focus, :where(body.page-template-template-contact) .sg-v4-form-group textarea:focus {
    outline: none;
    border-color: var(--tw-blue-600);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
}
:where(body.page-template-template-contact) .sg-v4-submit-btn {
    width: 100%;
    padding: 16px;
    background: linear-gradient(to right, var(--tw-blue-600), var(--tw-blue-700));
    color: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: var(--transition-all);
    margin-top: 12px;
}
:where(body.page-template-template-contact) .sg-v4-submit-btn:hover {
    box-shadow: var(--shadow-xl);
    transform: scale(1.02);
}
:where(body.page-template-template-contact) .sg-v4-submit-btn svg {
    width: 20px;
    height: 20px;
}
:where(body.page-template-template-contact) .sg-v4-offices {
    padding: 96px 0;
    background: linear-gradient(to bottom, #FFFFFF 0%, var(--tw-slate-50) 100%);
}
:where(body.page-template-template-contact) .sg-v4-section-header {
    text-align: center;
    max-width: 768px;
    margin: 0 auto 64px;
}
:where(body.page-template-template-contact) .sg-v4-section-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: var(--tw-slate-900);
    margin-bottom: 16px;
}
:where(body.page-template-template-contact) .sg-v4-section-header p {
    font-size: 18px;
    color: var(--tw-slate-600);
}
:where(body.page-template-template-contact) .sg-v4-office-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
:where(body.page-template-template-contact) .sg-v4-office-card {
    position: relative;
    background: #FFFFFF;
    padding: 32px 24px;
    border-radius: 24px;
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--tw-slate-200);
    overflow: hidden;
    transition: var(--transition-all);
}
:where(body.page-template-template-contact) .sg-v4-office-card:hover {
    box-shadow: var(--shadow-2xl);
    transform: translateY(-8px);
}
:where(body.page-template-template-contact) .sg-v4-office-card::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}
:where(body.page-template-template-contact) .sg-v4-office-card.card-1::before {
    background: linear-gradient(to bottom right, rgba(59, 130, 246, 0.1), rgba(99, 102, 241, 0.1));
}
:where(body.page-template-template-contact) .sg-v4-office-card.card-2::before {
    background: linear-gradient(to bottom right, rgba(99, 102, 241, 0.1), rgba(168, 85, 247, 0.1));
}
:where(body.page-template-template-contact) .sg-v4-office-card.card-3::before {
    background: linear-gradient(to bottom right, rgba(168, 85, 247, 0.1), rgba(236, 72, 153, 0.1));
}
:where(body.page-template-template-contact) .sg-v4-office-card.card-4::before {
    background: linear-gradient(to bottom right, rgba(236, 72, 153, 0.1), rgba(244, 63, 94, 0.1));
}
:where(body.page-template-template-contact) .sg-v4-office-card:hover::before {
    opacity: 1;
}
:where(body.page-template-template-contact) .sg-v4-office-content {
    position: relative;
    z-index: 2;
}
:where(body.page-template-template-contact) .sg-v4-office-flag {
    width: 48px;
    height: 36px;
    border-radius: 4px;
    margin-bottom: 24px;
    box-shadow: var(--shadow-md);
    object-fit: cover;
}
:where(body.page-template-template-contact) .sg-v4-office-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--tw-slate-900);
    margin: 0 0 12px;
}
:where(body.page-template-template-contact) .sg-v4-office-card p.address {
    font-size: 14px;
    color: var(--tw-slate-600);
    margin: 0 0 16px;
    line-height: 1.6;
}
:where(body.page-template-template-contact) .sg-v4-office-card p.contact {
    font-size: 14px;
    font-weight: 600;
    color: var(--tw-blue-600);
    margin: 0;
}
:where(body.page-template-template-contact) .sg-v4-when {
    padding: 96px 0;
    position: relative;
    overflow: hidden;
    background: #FFFFFF;
}
:where(body.page-template-template-contact) .sg-v4-when-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}
:where(body.page-template-template-contact) .sg-v4-when-card {
    position: relative;
    background: #FFFFFF;
    padding: 40px;
    border-radius: 24px;
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--tw-slate-200);
    transition: var(--transition-all);
    overflow: hidden;
}
:where(body.page-template-template-contact) .sg-v4-when-card:hover {
    box-shadow: var(--shadow-2xl);
}
:where(body.page-template-template-contact) .sg-v4-when-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 8px;
}
:where(body.page-template-template-contact) .sg-when-1::before {
    background-color: var(--tw-blue-600);
}
:where(body.page-template-template-contact) .sg-when-2::before {
    background-color: #0EA5E9;
}
:where(body.page-template-template-contact) .sg-when-3::before {
    background-color: #8B5CF6;
}
:where(body.page-template-template-contact) .sg-when-4::before {
    background-color: #EC4899;
}
:where(body.page-template-template-contact) .sg-v4-when-card::after {
    content: '';
    position: absolute;
    top: 16px;
    right: 16px;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    filter: blur(40px);
    opacity: 0.5;
    transition: all 0.5s ease;
    z-index: 1;
}
:where(body.page-template-template-contact) .sg-when-1::after {
    background-color: #EFF6FF;
}
:where(body.page-template-template-contact) .sg-when-2::after {
    background-color: #F0F9FF;
}
:where(body.page-template-template-contact) .sg-when-3::after {
    background-color: #EDE9FE;
}
:where(body.page-template-template-contact) .sg-when-4::after {
    background-color: #FCE7F3;
}
:where(body.page-template-template-contact) .sg-v4-when-card:hover::after {
    opacity: 1;
    transform: scale(1.5);
}
:where(body.page-template-template-contact) .sg-v4-when-card h3 {
    position: relative;
    z-index: 2;
    font-size: 24px;
    font-weight: 700;
    color: var(--tw-slate-900);
    margin: 0 0 16px;
}
:where(body.page-template-template-contact) .sg-v4-when-card p {
    position: relative;
    z-index: 2;
    font-size: 16px;
    color: var(--tw-slate-600);
    margin: 0;
    line-height: 1.6;
}
:where(body.page-template-template-contact) .sg-v4-process {
    padding: 96px 0;
    background: var(--tw-slate-50);
}
:where(body.page-template-template-contact) .sg-v4-process-container {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}
:where(body.page-template-template-contact) .sg-v4-process-container::before {
    content: '';
    position: absolute;
    left: 32px;
    top: 32px;
    bottom: 32px;
    width: 4px;
    background: linear-gradient(to bottom, var(--tw-blue-600), #8B5CF6, #EC4899);
    border-radius: 4px;
}
:where(body.page-template-template-contact) .sg-v4-process-step {
    position: relative;
    margin-left: 80px;
    margin-bottom: 32px;
}
:where(body.page-template-template-contact) .sg-v4-process-step:last-child {
    margin-bottom: 0;
}
:where(body.page-template-template-contact) .sg-v4-process-num {
    position: absolute;
    left: -80px;
    top: 0;
    width: 64px;
    height: 64px;
    border-radius: 16px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-xl);
}
:where(body.page-template-template-contact) .sg-step-1 .sg-v4-process-num {
    background: linear-gradient(to bottom right, var(--tw-blue-600), var(--tw-blue-700));
}
:where(body.page-template-template-contact) .sg-step-2 .sg-v4-process-num {
    background: linear-gradient(to bottom right, #8B5CF6, #7C3AED);
}
:where(body.page-template-template-contact) .sg-step-3 .sg-v4-process-num {
    background: linear-gradient(to bottom right, #EC4899, #DB2777);
}
:where(body.page-template-template-contact) .sg-v4-process-card {
    background: #FFFFFF;
    padding: 32px;
    border-radius: 24px;
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--tw-slate-200);
    transition: var(--transition-all);
}
:where(body.page-template-template-contact) .sg-v4-process-card:hover {
    box-shadow: var(--shadow-xl);
}
:where(body.page-template-template-contact) .sg-v4-process-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--tw-slate-900);
    margin: 0 0 12px;
}
:where(body.page-template-template-contact) .sg-v4-process-card p {
    font-size: 16px;
    color: var(--tw-slate-600);
    margin: 0;
}
:where(body.page-template-template-contact) .sg-v4-faq {
    padding: 96px 0;
    background: #FFFFFF;
}
:where(body.page-template-template-contact) .sg-v4-faq-wrapper {
    max-width: 800px;
    margin: 0 auto;
}
:where(body.page-template-template-contact) .sg-v4-faq-item {
    border-bottom: 1px solid var(--tw-slate-200) !important;
    background: transparent !important;
    transition: background-color 0.3s ease !important;
}
:where(body.page-template-template-contact) .sg-v4-faq-item:hover {
    background-color: var(--tw-slate-50) !important;
}
:where(body.page-template-template-contact) .sg-v4-faq-question {
    width: 100% !important;
    text-align: left !important;
    background: transparent !important;
    border: none !important;
    padding: 24px 16px !important;
    font-family: var(--tw-font-sans) !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: var(--tw-slate-900) !important;
    cursor: pointer !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    line-height: 1.3 !important;
    transition: color 0.3s ease !important;
}
:where(body.page-template-template-contact) .sg-v4-faq-item:hover .sg-v4-faq-question {
    color: var(--tw-blue-600) !important;
}
:where(body.page-template-template-contact) .sg-v4-faq-icon {
    width: 24px;
    height: 24px;
    position: relative;
    transition: transform 0.3s ease;
}
:where(body.page-template-template-contact) .sg-v4-faq-icon::before, :where(body.page-template-template-contact) .sg-v4-faq-icon::after {
    content: '';
    position: absolute;
    background: var(--tw-blue-600);
    border-radius: 2px;
}
:where(body.page-template-template-contact) .sg-v4-faq-icon::before {
    top: 11px;
    left: 0;
    width: 24px;
    height: 2px;
}
:where(body.page-template-template-contact) .sg-v4-faq-icon::after {
    top: 0;
    left: 11px;
    width: 2px;
    height: 24px;
    transition: transform 0.3s ease;
}
:where(body.page-template-template-contact) .sg-v4-faq-item.active .sg-v4-faq-icon::after {
    transform: rotate(90deg);
}
:where(body.page-template-template-contact) .sg-v4-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
:where(body.page-template-template-contact) .sg-v4-faq-answer p {
    padding: 0 16px 24px 16px !important;
    margin: 0 !important;
    color: var(--tw-slate-600) !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
}
:where(body.page-template-template-contact) .sg-v4-cta {
    position: relative;
    padding: 96px 0;
    background: linear-gradient(to bottom right, var(--tw-slate-900), #1e293b, var(--tw-slate-900));
    overflow: hidden;
    text-align: center;
}
:where(body.page-template-template-contact) .sg-v4-cta-orb-1 {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 300px;
    height: 300px;
    background: rgba(37, 99, 235, 0.2);
    border-radius: 50%;
    filter: blur(60px);
}
:where(body.page-template-template-contact) .sg-v4-cta-orb-2 {
    position: absolute;
    bottom: 40px;
    right: 40px;
    width: 400px;
    height: 400px;
    background: rgba(37, 99, 235, 0.1);
    border-radius: 50%;
    filter: blur(60px);
}
:where(body.page-template-template-contact) .sg-v4-cta-content {
    position: relative;
    z-index: 10;
    max-width: 800px;
    margin: 0 auto;
}
:where(body.page-template-template-contact) .sg-v4-cta h2 {
    color: #FFFFFF;
    font-size: clamp(32px, 5vw, 48px);
    margin-bottom: 24px;
    line-height: 1.1;
}
:where(body.page-template-template-contact) .sg-v4-cta p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    margin-bottom: 40px;
}
:where(body.page-template-template-contact) .sg-v4-cta-btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}
:where(body.page-template-template-contact) .sg-v4-btn-primary {
    padding: 16px 32px;
    background: linear-gradient(to right, var(--tw-blue-600), var(--tw-blue-700));
    color: #FFFFFF;
    font-weight: 700;
    border-radius: 12px;
    text-decoration: none;
    box-shadow: var(--shadow-2xl);
    transition: var(--transition-all);
}
:where(body.page-template-template-contact) .sg-v4-btn-primary:hover {
    transform: scale(1.05);
}
:where(body.page-template-template-contact) .sg-v4-btn-glass {
    padding: 16px 32px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #FFFFFF;
    font-weight: 700;
    border-radius: 12px;
    text-decoration: none;
    transition: var(--transition-all);
}
:where(body.page-template-template-contact) .sg-v4-btn-glass:hover {
    background: #FFFFFF;
    color: var(--tw-slate-900);
}

@media (max-width: 1024px) {
    :where(body.page-template-template-contact) .sg-v4-contact-card {
        grid-template-columns: 1fr;
    }
    :where(body.page-template-template-contact) .sg-v4-contact-info {
        border-right: none;
        border-bottom: 1px solid var(--tw-slate-200);
        padding: 40px 32px;
    }
    :where(body.page-template-template-contact) .sg-v4-form-side {
        padding: 40px 32px;
    }
    :where(body.page-template-template-contact) .sg-v4-office-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    :where(body.page-template-template-contact) .sg-v4-when-grid {
        grid-template-columns: 1fr;
    }
    :where(body.page-template-template-contact) .sg-v4-map-container {
        aspect-ratio: 16/9;
    }
}

@media (max-width: 768px) {
    :where(body.page-template-template-contact) .sg-v4-hero {
        padding: 140px 0 120px;
    }
    :where(body.page-template-template-contact) .sg-v4-form-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }
    :where(body.page-template-template-contact) .sg-v4-office-grid {
        grid-template-columns: 1fr;
    }
    :where(body.page-template-template-contact) .sg-v4-process-container::before {
        display: none;
    }
    :where(body.page-template-template-contact) .sg-v4-process-step {
        margin-left: 0;
    }
    :where(body.page-template-template-contact) .sg-v4-process-num {
        position: relative;
        left: 0;
        margin-bottom: 16px;
    }
    :where(body.page-template-template-contact) .sg-v4-contact-info, :where(body.page-template-template-contact) .sg-v4-form-side {
        padding: 32px 24px;
    }
    :where(body.page-template-template-contact) .sg-v4-map-container {
        aspect-ratio: 1/1;
    }
}
:where(body.page-template-template-contact) .sg-skip-link:focus {
    left: 8px;
    top: 8px;
}
:where(body.page-template-template-contact) .sg-v4-page a:focus-visible, :where(body.page-template-template-contact) .sg-v4-page button:focus-visible, :where(body.page-template-template-contact) .sg-v4-page input:focus-visible, :where(body.page-template-template-contact) .sg-v4-page select:focus-visible, :where(body.page-template-template-contact) .sg-v4-page textarea:focus-visible {
    outline: 3px solid var(--tw-blue-600) !important;
    outline-offset: 3px !important;
    border-radius: 6px;
}
:where(body.page-template-template-contact) .sg-v4-page .sg-v4-faq-question:focus-visible, :where(body.page-template-template-contact) .sg-v4-page .sg-v4-cta a:focus-visible, :where(body.page-template-template-contact) .sg-v4-page .sg-v4-hero a:focus-visible {
    outline: 3px solid var(--tw-blue-500) !important;
    outline-offset: 2px !important;
}
:where(body.page-template-template-contact) .sg-v4-cta a:focus-visible {
    outline-color: #fff !important;
}

@media (prefers-reduced-motion: reduce) {
    :where(body.page-template-template-contact) .sg-v4-page *, :where(body.page-template-template-contact) .sg-v4-page *::before, :where(body.page-template-template-contact) .sg-v4-page *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
    }
}
:where(body.page-template-template-contact) .sg-v4-hint {
    display: block;
    font-size: 13px;
    color: var(--tw-slate-600);
    line-height: 1.5;
    margin-top: 2px;
}
:where(body.page-template-template-contact) .sg-v4-form-group .sg-v4-hint {
    margin-top: 8px;
}
:where(body.page-template-template-contact) .sg-v4-hours {
    margin-top: 32px;
    padding: 20px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.22);
    font-size: 14px;
    line-height: 1.65;
}
:where(body.page-template-template-contact) .sg-v4-hours strong {
    display: block;
    font-size: 13px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 6px;
    opacity: 0.75;
}
:where(body.page-template-template-contact) .sg-v4-form-side h3 {
    margin: 0 0 8px !important;
}
:where(body.page-template-template-contact) .sg-v4-form-intro {
    font-size: 15px;
    color: var(--tw-slate-600);
    margin: 0 0 28px;
    line-height: 1.6;
}
:where(body.page-template-template-contact) .sg-v4-req {
    color: #DC2626;
}
:where(body.page-template-template-contact) .sg-v4-form-group select {
    width: 100%;
    padding: 12px 16px;
    border-radius: 12px;
    border: 2px solid var(--tw-slate-200);
    background-color: #FFFFFF;
    font-family: var(--tw-font-sans);
    font-size: 16px;
    color: var(--tw-slate-900);
    transition: var(--transition-all);
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230F172A' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 18px;
    padding-right: 44px;
}
:where(body.page-template-template-contact) .sg-v4-form-group select:focus {
    border-color: var(--tw-blue-600);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
}
:where(body.page-template-template-contact) .sg-v4-hp {
    position: absolute !important;
    left: -9999px !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
:where(body.page-template-template-contact) .sg-v4-consent {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 4px 0 24px;
}
:where(body.page-template-template-contact) .sg-v4-consent input[type="checkbox"] {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    margin: 2px 0 0;
    accent-color: var(--tw-blue-600);
    cursor: pointer;
}
:where(body.page-template-template-contact) .sg-v4-consent label {
    font-size: 14px;
    font-weight: 400;
    color: var(--tw-slate-600);
    line-height: 1.55;
    margin: 0;
    cursor: pointer;
}
:where(body.page-template-template-contact) .sg-v4-formmsg {
    display: none;
    padding: 14px 16px;
    margin-bottom: 16px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.5;
}
:where(body.page-template-template-contact) .sg-v4-formmsg.is-visible {
    display: block;
}
:where(body.page-template-template-contact) .sg-v4-formmsg.is-success {
    background: #ECFDF5;
    color: #047857;
    border: 1px solid #A7F3D0;
}
:where(body.page-template-template-contact) .sg-v4-formmsg.is-error {
    background: #FEF2F2;
    color: #B91C1C;
    border: 1px solid #FECACA;
}
:where(body.page-template-template-contact) .sg-v4-formmsg.is-busy {
    background: var(--tw-slate-100);
    color: var(--tw-slate-800);
    border: 1px solid var(--tw-slate-200);
}
:where(body.page-template-template-contact) .sg-v4-submit-btn:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}
:where(body.page-template-template-contact) .sg-v4-formfoot {
    font-size: 13px;
    color: var(--tw-slate-600);
    margin: 16px 0 0;
    line-height: 1.6;
}
:where(body.page-template-template-contact) .sg-v4-formfoot a {
    color: var(--tw-blue-600);
    font-weight: 600;
}
:where(body.page-template-template-contact) .sg-v4-office-grid {
    grid-template-columns: repeat(3, 1fr);
}
:where(body.page-template-template-contact) .sg-v4-office-kicker {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--tw-blue-600);
    margin-bottom: 10px;
}
:where(body.page-template-template-contact) .sg-v4-offices-note {
    text-align: center;
    font-size: 14px;
    color: var(--tw-slate-600);
    margin: 32px 0 0;
}


/* ===== template-faq.php  scoped to .page-template-template-faq ===== */
:where(body.page-template-template-faq) .sg-faq-page {
    font-family: var(--sg-font-stack);
    color: var(--sg-text-body);
    background-color: var(--sg-bg-white);
    line-height: 1.8;
    overflow-x: clip;
}
:where(body.page-template-template-faq) .sg-faq-page h1, :where(body.page-template-template-faq) .sg-faq-page h2, :where(body.page-template-template-faq) .sg-faq-page h3, :where(body.page-template-template-faq) .sg-faq-page h4 {
    color: var(--sg-blue-primary);
    font-weight: 800;
    margin-top: 0;
    line-height: 1.2;
    letter-spacing: -0.02em;
}
:where(body.page-template-template-faq) .sg-eyebrow-dark {
    background: rgba(255,255,255,0.1);
    color: #FFFFFF;
    border: 1px solid rgba(255,255,255,0.2);
}
:where(body.page-template-template-faq) .sg-quote-center::before {
    content: '“';
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 120px;
    color: var(--sg-blue-accent);
    opacity: 0.1;
    font-family: serif;
    line-height: 1;
}
:where(body.page-template-template-faq) .sg-btn:hover {
    background-color: var(--sg-blue-primary);
    border-color: var(--sg-blue-primary);
    transform: translateY(-3px);
    box-shadow: 0 20px 25px -5px rgba(15, 23, 42, 0.2);
}
:where(body.page-template-template-faq) .sg-btn-outline {
    background-color: transparent;
    color: var(--sg-blue-primary) !important;
    border-color: var(--sg-blue-primary);
    box-shadow: none;
}
:where(body.page-template-template-faq) .sg-btn-outline:hover {
    background-color: var(--sg-blue-primary);
    color: #FFFFFF !important;
}
:where(body.page-template-template-faq) .sg-btn-outline-dark {
    background-color: transparent;
    color: #FFFFFF !important;
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: none;
}
:where(body.page-template-template-faq) .sg-btn-outline-dark:hover {
    background-color: #FFFFFF;
    color: var(--sg-blue-primary) !important;
    border-color: #FFFFFF;
}
:where(body.page-template-template-faq) .sg-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
:where(body.page-template-template-faq) .sg-feature-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 28px;
    height: 28px;
    background-color: var(--sg-blue-accent);
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 4px 6px rgba(37, 99, 235, 0.2);
}
:where(body.page-template-template-faq) .sg-faq-hero {
    position: relative;
    padding: 200px 0 140px;
    text-align: center;
    background-color: var(--sg-blue-primary);
    background-image: url('https://images.unsplash.com/photo-1552664730-d307ca884978?q=80&w=2000&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
:where(body.page-template-template-faq) .sg-hero-content {
    position: relative;
    z-index: 2;
}
:where(body.page-template-template-faq) .sg-faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
}
:where(body.page-template-template-faq) .sg-faq-category {
    margin-bottom: 40px;
}
:where(body.page-template-template-faq) .sg-faq-category-title {
    font-size: 28px;
    color: var(--sg-blue-primary);
    margin-bottom: 32px;
    padding-bottom: 16px;
    border-bottom: 2px solid var(--sg-border-color);
    display: flex;
    align-items: center;
    gap: 16px;
}
:where(body.page-template-template-faq) .sg-faq-item {
    background: var(--sg-bg-white);
    border: 1px solid var(--sg-border-color);
    border-radius: 12px;
    margin-bottom: 16px;
    box-shadow: var(--sg-shadow);
    transition: all 0.3s ease;
    overflow: hidden;
}
:where(body.page-template-template-faq) .sg-faq-item:hover {
    border-color: rgba(37, 99, 235, 0.3);
    box-shadow: var(--sg-shadow-hover);
}
:where(body.page-template-template-faq) .sg-faq-item.active {
    border-color: var(--sg-blue-accent);
}
:where(body.page-template-template-faq) .sg-faq-question {
    width: 100%;
    text-align: left;
    background: transparent;
    border: none;
    padding: 24px;
    font-family: var(--sg-font-stack);
    font-size: 18px;
    font-weight: 700;
    color: var(--sg-blue-primary);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    outline: none;
    line-height: 1.4;
    transition: color 0.3s ease;
}
:where(body.page-template-template-faq) .sg-faq-item:hover .sg-faq-question {
    color: var(--sg-blue-accent);
}
:where(body.page-template-template-faq) .sg-faq-icon {
    color: var(--sg-blue-accent);
    font-size: 24px;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: var(--sg-blue-soft);
    border-radius: 50%;
    flex-shrink: 0;
    margin-left: 16px;
}
:where(body.page-template-template-faq) .sg-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: var(--sg-bg-white);
}
:where(body.page-template-template-faq) .sg-faq-answer-inner {
    padding: 0 24px 24px 24px;
}
:where(body.page-template-template-faq) .sg-faq-answer p {
    margin: 0 0 16px 0;
    color: var(--sg-text-body);
    font-size: 16px;
    line-height: 1.7;
}
:where(body.page-template-template-faq) .sg-faq-answer p:last-child {
    margin-bottom: 0;
}
:where(body.page-template-template-faq) .sg-faq-item.active .sg-faq-icon {
    transform: rotate(45deg);
    background: var(--sg-blue-accent);
    color: #fff;
}
:where(body.page-template-template-faq) .sg-faq-answer ul {
    margin: 16px 0;
    padding-left: 20px;
}
:where(body.page-template-template-faq) .sg-faq-answer li {
    margin-bottom: 8px;
    color: var(--sg-blue-primary);
    font-weight: 600;
}
:where(body.page-template-template-faq) .sg-reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
:where(body.page-template-template-faq) .sg-reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1024px) {
    :where(body.page-template-template-faq) .sg-faq-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    :where(body.page-template-template-faq) .sg-section {
        padding: 80px 0;
    }
    :where(body.page-template-template-faq) .sg-faq-hero {
        padding: 140px 0 80px;
    }
    :where(body.page-template-template-faq) .sg-btn-group {
        flex-direction: column;
        align-items: stretch;
    }
    :where(body.page-template-template-faq) .sg-btn {
        width: 100%;
    }
    :where(body.page-template-template-faq) .sg-title {
        font-size: 36px;
    }
    :where(body.page-template-template-faq) .sg-quote-center {
        font-size: 24px;
        padding: 48px 24px;
    }
    :where(body.page-template-template-faq) .sg-faq-question {
        font-size: 16px;
        padding: 20px;
    }
    :where(body.page-template-template-faq) .sg-faq-answer-inner {
        padding: 0 20px 20px 20px;
    }
}


/* ===== template-home.php  scoped to .page-template-template-home ===== */
:where(body.page-template-template-home) .sg-main, :where(body.page-template-template-home) .sg-main * {
    box-sizing: border-box;
}
:where(body.page-template-template-home) .sg-main h1, :where(body.page-template-template-home) .sg-main h2, :where(body.page-template-template-home) .sg-main h3, :where(body.page-template-template-home) .sg-main h4 {
    font-family: var(--sg-font-stack) !important;
    color: var(--sg-blue-primary);
    margin-top: 0;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
}
:where(body.page-template-template-home) .sg-main p {
    font-size: 16px;
    margin-bottom: 1.25rem;
}
:where(body.page-template-template-home) .sg-main a {
    text-decoration: none;
    color: inherit;
}
:where(body.page-template-template-home) .sg-main img {
    max-width: 100%;
    display: block;
}
:where(body.page-template-template-home) .sg-top-bar {
    background-color: var(--sg-blue-accent);
    color: #fff;
    text-align: center;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    z-index: 90;
}
:where(body.page-template-template-home) .sg-top-bar a {
    color: #fff;
    text-decoration: underline;
    font-weight: 700;
    margin-left: 8px;
}
:where(body.page-template-template-home) .sg-nav-strip {
    background-color: var(--sg-bg-white);
    border-bottom: 1px solid var(--sg-border-color);
    padding: 16px 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 99998;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);
}
:where(body.page-template-template-home) .admin-bar .sg-nav-strip, :where(body.page-template-template-home).admin-bar .sg-nav-strip {
    top: 32px;
}

@media screen and (max-width: 782px) {
    :where(body.page-template-template-home) .admin-bar .sg-nav-strip, :where(body.page-template-template-home).admin-bar .sg-nav-strip {
        top: 46px;
    }
}
:where(body.page-template-template-home) .sg-nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}
:where(body.page-template-template-home) .sg-nav-links a {
    color: var(--sg-blue-primary);
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: color 0.3s;
}
:where(body.page-template-template-home) .sg-nav-links a:hover {
    color: var(--sg-blue-accent);
}
:where(body.page-template-template-home) .sg-btn:hover {
    background-color: var(--sg-blue-primary) !important;
    border-color: var(--sg-blue-primary) !important;
    transform: translateY(-2px) !important;
    box-shadow: var(--sg-shadow-hover) !important;
    color: #fff !important;
}
:where(body.page-template-template-home) .sg-btn-outline {
    background-color: transparent !important;
    color: var(--sg-blue-primary) !important;
    border-color: var(--sg-blue-primary) !important;
}
:where(body.page-template-template-home) .sg-btn-outline:hover {
    background-color: var(--sg-blue-primary) !important;
    color: #FFFFFF !important;
}
:where(body.page-template-template-home) .sg-hero-slide {
    grid-area: 1 / 1;
    position: relative;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.8s ease-in-out;
    display: flex;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
    z-index: 1;
}
:where(body.page-template-template-home) .sg-hero-slide.active {
    opacity: 1;
    pointer-events: auto;
    z-index: 2;
}
:where(body.page-template-template-home) .sg-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: -2;
    transform: scale(1.05);
    transition: transform 7s ease;
}
:where(body.page-template-template-home) .sg-hero-slide.active .sg-hero-bg {
    transform: scale(1);
}
:where(body.page-template-template-home) .sg-hero-content {
    position: relative;
    z-index: 3;
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
:where(body.page-template-template-home) .sg-hero-content h1, :where(body.page-template-template-home) .sg-hero-content h2 {
    color: #FFFFFF;
    font-size: clamp(40px, 5vw, 64px) !important;
    margin-bottom: 24px;
    line-height: 1.2;
}
:where(body.page-template-template-home) .sg-hero-content p {
    color: #E2E8F0;
    font-size: 20px;
    margin-bottom: 12px;
}
:where(body.page-template-template-home) .sg-hero-content .sg-vibe {
    color: var(--sg-accent-on-dark);
    font-weight: 600;
    margin-bottom: 40px;
    font-size: 16px;
    letter-spacing: 1px;
}
:where(body.page-template-template-home) .sg-slider-nav-wrapper {
    background-color: var(--sg-bg-white);
    padding: 24px 0;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid var(--sg-border-color);
}
:where(body.page-template-template-home) .sg-slider-dot {
    width: 40px;
    height: 4px;
    background: var(--sg-border-color);
    cursor: pointer;
    transition: background 0.3s ease;
}
:where(body.page-template-template-home) .sg-slider-dot.active {
    background: var(--sg-blue-accent);
}
:where(body.page-template-template-home) .sg-section-title {
    font-size: clamp(32px, 4vw, 48px);
    margin-bottom: 24px;
}
:where(body.page-template-template-home) .sg-quote {
    border-left: 4px solid var(--sg-blue-accent);
    padding-left: 24px;
    font-weight: 600;
    color: var(--sg-blue-primary);
    font-style: italic;
    margin: 28px 0;
}
:where(body.page-template-template-home) .sg-microcopy {
    font-size: 14px;
    color: var(--sg-blue-accent);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 16px;
    display: block;
}
:where(body.page-template-template-home) .sg-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
:where(body.page-template-template-home) .sg-bento-section {
    background-color: var(--sg-blue-primary);
    padding: 96px 0;
    color: #fff;
    position: relative;
}
:where(body.page-template-template-home) .sg-bento-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 48px auto;
}
:where(body.page-template-template-home) .sg-bento-header h2 {
    color: #fff;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.2;
}
:where(body.page-template-template-home) .sg-bento-item {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.01) 100%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    padding: 20px 28px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 18px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease, border-color 0.4s ease;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}
:where(body.page-template-template-home) .sg-bento-item::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(37,99,235,0.25) 0%, rgba(0,0,0,0) 60%);
    opacity: 0;
    transition: opacity 0.6s ease;
    z-index: 0;
}
:where(body.page-template-template-home) .sg-bento-item:hover {
    transform: translateY(-4px);
    border-color: rgba(37, 99, 235, 0.5);
    box-shadow: 0 12px 40px rgba(37, 99, 235, 0.2);
}
:where(body.page-template-template-home) .sg-bento-item:hover::before {
    opacity: 1;
}
:where(body.page-template-template-home) .sg-bento-item span {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    position: relative;
    z-index: 2;
    line-height: 1.3;
}
:where(body.page-template-template-home) .bento-team {
    grid-column: span 8;
    background: linear-gradient(135deg, var(--sg-blue-accent) 0%, #153a99 100%);
    border: 1px solid rgba(255,255,255,0.2);
}
:where(body.page-template-template-home) .bento-team .sg-bento-icon {
    background: rgba(255,255,255,0.15);
    border-color: rgba(255,255,255,0.3);
    color: #fff;
}
:where(body.page-template-template-home) .bento-team span {
    font-size: 28px;
}
:where(body.page-template-template-home) .bento-exp {
    grid-column: span 4;
}
:where(body.page-template-template-home) .bento-dev {
    grid-column: span 4;
}
:where(body.page-template-template-home) .bento-content {
    grid-column: span 4;
}
:where(body.page-template-template-home) .bento-ai {
    grid-column: span 4;
}
:where(body.page-template-template-home) .bento-support {
    grid-column: span 12;
    justify-content: space-between;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(37, 99, 235, 0.1) 100%);
}
:where(body.page-template-template-home) .bento-support span {
    font-size: 24px;
}
:where(body.page-template-template-home) .sg-card-creative {
    border-top: 4px solid var(--sg-blue-accent);
    background: linear-gradient(180deg, #ffffff 0%, var(--sg-blue-soft) 100%);
    box-shadow: var(--sg-shadow);
}
:where(body.page-template-template-home) .sg-card-unique {
    border-left: 4px solid var(--sg-blue-accent);
    background: var(--sg-bg-white);
}
:where(body.page-template-template-home) .sg-card:hover {
    border-color: var(--sg-blue-accent);
    box-shadow: var(--sg-shadow-hover);
    transform: translateY(-4px);
}
:where(body.page-template-template-home) .sg-main ul.sg-proof-list, :where(body.page-template-template-home) .sg-main ul.sg-bento-grid, :where(body.page-template-template-home) .sg-main ol.sg-process, :where(body.page-template-template-home) .sg-main ul.sg-contact-rows {
    list-style: none;
}
:where(body.page-template-template-home) .sg-main ul.sg-proof-list, :where(body.page-template-template-home) .sg-main ol.sg-process, :where(body.page-template-template-home) .sg-main ul.sg-contact-rows {
    margin-left: 0;
    padding-left: 0;
}
:where(body.page-template-template-home) .sg-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}
:where(body.page-template-template-home) .sg-checklist li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 500;
    color: var(--sg-blue-primary);
}
:where(body.page-template-template-home) .sg-checklist li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--sg-blue-accent);
    font-weight: 900;
}
:where(body.page-template-template-home) .sg-process {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
:where(body.page-template-template-home) .sg-process-step:hover {
    border-color: var(--sg-blue-accent);
}
:where(body.page-template-template-home) .sg-process-step h4 {
    font-size: 20px;
    margin-bottom: 12px;
}
:where(body.page-template-template-home) .sg-faq-item {
    border-bottom: 1px solid var(--sg-border-color) !important;
    background: transparent !important;
}
:where(body.page-template-template-home) .sg-faq-question {
    width: 100% !important;
    text-align: left !important;
    background: transparent !important;
    border: none !important;
    padding: 24px 0 !important;
    font-family: var(--sg-font-stack) !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: var(--sg-blue-primary) !important;
    cursor: pointer !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    gap: 16px !important;
    outline: none !important;
    word-break: break-word;
    white-space: normal;
}
:where(body.page-template-template-home) .sg-faq-question span:first-child {
    flex: 1;
}
:where(body.page-template-template-home) .sg-faq-icon {
    flex-shrink: 0;
    color: var(--sg-blue-accent) !important;
    font-size: 24px !important;
    transition: transform 0.3s !important;
}
:where(body.page-template-template-home) .sg-faq-answer {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: max-height 0.4s ease, visibility 0s linear 0.4s;
    background: transparent !important;
}
:where(body.page-template-template-home) .sg-faq-item.active .sg-faq-answer {
    visibility: visible;
    transition: max-height 0.4s ease, visibility 0s linear 0s;
}
:where(body.page-template-template-home) .sg-faq-answer p {
    padding-bottom: 24px !important;
    margin: 0 !important;
    color: var(--sg-text-body) !important;
}
:where(body.page-template-template-home) .sg-faq-item.active .sg-faq-icon {
    transform: rotate(45deg) !important;
}
:where(body.page-template-template-home) .sg-mobile-sticky-footer {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    z-index: 9999;
    padding: 10px 16px;
    gap: 12px;
    align-items: center;
}
:where(body.page-template-template-home) .sg-mobile-btn {
    flex-grow: 1;
    background: var(--sg-blue-accent);
    color: #fff !important;
    text-align: center;
    padding: 12px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    font-family: var(--sg-font-stack);
}
:where(body.page-template-template-home) .sg-mobile-wa {
    flex-shrink: 0;
    background: #25D366;
    color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

@media (min-width: 1025px) {
    :where(body.page-template-template-home) .sg-hero-content h1, :where(body.page-template-template-home) .sg-hero-content h2 {
        font-size: 64px !important;
    }
    :where(body.page-template-template-home) .sg-section-title, :where(body.page-template-template-home) .sg-bento-header h2 {
        font-size: 48px !important;
    }
}

@media (max-width: 1024px) {
    :where(body.page-template-template-home) .sg-grid-2, :where(body.page-template-template-home) .sg-grid-3, :where(body.page-template-template-home) .sg-grid-4, :where(body.page-template-template-home) .sg-process {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
    :where(body.page-template-template-home) .sg-nav-links {
        display: none;
    }
    :where(body.page-template-template-home) .sg-bento-grid {
        grid-template-columns: repeat(6, 1fr);
    }
    :where(body.page-template-template-home) .bento-team, :where(body.page-template-template-home) .bento-exp, :where(body.page-template-template-home) .bento-dev, :where(body.page-template-template-home) .bento-content, :where(body.page-template-template-home) .bento-ai, :where(body.page-template-template-home) .bento-support {
        grid-column: span 6;
    }
    :where(body.page-template-template-home) .bento-support {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        justify-content: center;
    }
    :where(body.page-template-template-home) .sg-hero-slide {
        padding-top: 40px;
    }
}

@media (max-width: 768px) {
    :where(body.page-template-template-home) .sg-grid-2, :where(body.page-template-template-home) .sg-grid-3, :where(body.page-template-template-home) .sg-grid-4, :where(body.page-template-template-home) .sg-process {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    :where(body.page-template-template-home) .sg-section {
        padding: 64px 0;
    }
    :where(body.page-template-template-home) .sg-hero {
        min-height: 100vh;
        min-height: 100svh;
    }
    :where(body.page-template-template-home) .sg-hero-slide {
        padding-top: 56px;
        padding-bottom: 56px;
    }
    :where(body.page-template-template-home) .sg-hero-content {
        padding: 0 16px;
        width: 100%;
    }
    :where(body.page-template-template-home) .sg-hero-content h1, :where(body.page-template-template-home) .sg-hero-content h2 {
        font-size: clamp(28px, 8vw, 36px) !important;
    }
    :where(body.page-template-template-home) .sg-hero-content p {
        font-size: 16px;
    }
    :where(body.page-template-template-home) .sg-hero-content .sg-vibe {
        font-size: 14px;
        margin-bottom: 24px;
    }
    :where(body.page-template-template-home) .sg-btn-group {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        width: 100%;
    }
    :where(body.page-template-template-home) .sg-btn-group .sg-btn {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
        justify-content: center;
    }
    :where(body.page-template-template-home) .sg-faq-question {
        font-size: 16px !important;
        padding: 20px 0 !important;
    }
    :where(body.page-template-template-home) .sg-bento-grid {
        grid-template-columns: 1fr;
    }
    :where(body.page-template-template-home) .bento-team, :where(body.page-template-template-home) .bento-exp, :where(body.page-template-template-home) .bento-dev, :where(body.page-template-template-home) .bento-content, :where(body.page-template-template-home) .bento-ai, :where(body.page-template-template-home) .bento-support {
        grid-column: span 1;
    }
    :where(body.page-template-template-home) .sg-top-bar, :where(body.page-template-template-home) .sg-nav-strip {
        display: none !important;
    }
    :where(body.page-template-template-home) .sg-mobile-sticky-footer {
        display: flex;
    }
    body:where(.page-template-template-home) {
        padding-bottom: 75px;
    }
}
html body:where(.page-template-template-home) .sg-main .sg-btn-group {
    all: unset !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 16px !important;
    flex-wrap: wrap !important;
    width: 100% !important;
}
html body:where(.page-template-template-home) .sg-main a.sg-btn, html body:where(.page-template-template-home) .sg-main a.sg-btn:link, html body:where(.page-template-template-home) .sg-main a.sg-btn:visited, html body:where(.page-template-template-home) .sg-main a.sg-btn:hover, html body:where(.page-template-template-home) .sg-main a.sg-btn:active, html body:where(.page-template-template-home) .sg-main a.sg-btn:focus {
    all: unset !important;
    box-sizing: border-box !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    vertical-align: middle !important;
    min-height: 58px !important;
    padding: 16px 32px !important;
    font-family: var(--sg-font-stack) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    text-align: center !important;
    text-decoration: none !important;
    border-radius: var(--sg-radius) !important;
    border-width: 2px !important;
    border-style: solid !important;
    white-space: nowrap !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    cursor: pointer !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    transition: all 0.3s ease !important;
}
html body:where(.page-template-template-home) .sg-main a.sg-btn:not(.sg-btn-outline), html body:where(.page-template-template-home) .sg-main a.sg-btn:not(.sg-btn-outline):link, html body:where(.page-template-template-home) .sg-main a.sg-btn:not(.sg-btn-outline):visited {
    background-color: var(--sg-blue-accent) !important;
    border-color: var(--sg-blue-accent) !important;
    color: #ffffff !important;
}
html body:where(.page-template-template-home) .sg-main a.sg-btn:not(.sg-btn-outline):hover, html body:where(.page-template-template-home) .sg-main a.sg-btn:not(.sg-btn-outline):focus {
    background-color: var(--sg-blue-primary) !important;
    border-color: var(--sg-blue-primary) !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: var(--sg-shadow-hover) !important;
}
html body:where(.page-template-template-home) .sg-main a.sg-btn.sg-btn-outline, html body:where(.page-template-template-home) .sg-main a.sg-btn.sg-btn-outline:link, html body:where(.page-template-template-home) .sg-main a.sg-btn.sg-btn-outline:visited {
    background-color: transparent !important;
    border-color: var(--sg-blue-primary) !important;
    color: var(--sg-blue-primary) !important;
}
html body:where(.page-template-template-home) .sg-main a.sg-btn.sg-btn-outline:hover, html body:where(.page-template-template-home) .sg-main a.sg-btn.sg-btn-outline:focus {
    background-color: var(--sg-blue-primary) !important;
    border-color: var(--sg-blue-primary) !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: var(--sg-shadow-hover) !important;
}
html body:where(.page-template-template-home) .sg-main .sg-hero a.sg-btn.sg-btn-outline, html body:where(.page-template-template-home) .sg-main .sg-hero a.sg-btn.sg-btn-outline:link, html body:where(.page-template-template-home) .sg-main .sg-hero a.sg-btn.sg-btn-outline:visited {
    background-color: transparent !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
}
html body:where(.page-template-template-home) .sg-main .sg-hero a.sg-btn.sg-btn-outline:hover, html body:where(.page-template-template-home) .sg-main .sg-hero a.sg-btn.sg-btn-outline:focus {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: var(--sg-blue-primary) !important;
}

@media (min-width: 769px) {
    html body:where(.page-template-template-home) .sg-main .sg-hero .sg-btn-group {
        flex-wrap: nowrap !important;
    }
    html body:where(.page-template-template-home) .sg-main .sg-hero .sg-btn-group > a.sg-btn {
        min-width: 270px !important;
    }
}
html body:where(.page-template-template-home) .sg-main .sg-nav-strip a.sg-btn, html body:where(.page-template-template-home) .sg-main .sg-nav-strip a.sg-btn:link, html body:where(.page-template-template-home) .sg-main .sg-nav-strip a.sg-btn:visited, html body:where(.page-template-template-home) .sg-main .sg-nav-strip a.sg-btn:hover, html body:where(.page-template-template-home) .sg-main .sg-nav-strip a.sg-btn:focus {
    min-height: 44px !important;
    padding: 10px 20px !important;
    font-size: 14px !important;
}

@media (min-width: 769px) {
    html body:where(.page-template-template-home) .sg-main .sg-section .sg-btn-group > a.sg-btn {
        min-width: 220px !important;
    }
}
html body:where(.page-template-template-home) .sg-main .bento-support a.sg-btn, html body:where(.page-template-template-home) .sg-main .bento-support a.sg-btn:link, html body:where(.page-template-template-home) .sg-main .bento-support a.sg-btn:visited {
    background-color: transparent !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
}
html body:where(.page-template-template-home) .sg-main .bento-support a.sg-btn:hover, html body:where(.page-template-template-home) .sg-main .bento-support a.sg-btn:focus {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: var(--sg-blue-primary) !important;
}
html body:where(.page-template-template-home) .sg-main .sg-card > a.sg-btn {
    margin-top: 16px !important;
}
html body:where(.page-template-template-home) .sg-main #services .sg-card a.sg-btn, html body:where(.page-template-template-home) .sg-main #services .sg-card a.sg-btn:link, html body:where(.page-template-template-home) .sg-main #services .sg-card a.sg-btn:visited, html body:where(.page-template-template-home) .sg-main #services .sg-card a.sg-btn:hover, html body:where(.page-template-template-home) .sg-main #services .sg-card a.sg-btn:focus {
    width: 100% !important;
    min-height: 46px !important;
    padding: 10px 14px !important;
    margin-top: auto !important;
    font-size: 15px !important;
    white-space: normal !important;
}
html body:where(.page-template-template-home) .sg-main .sg-cta-final a.sg-btn, html body:where(.page-template-template-home) .sg-main .sg-cta-final a.sg-btn:link, html body:where(.page-template-template-home) .sg-main .sg-cta-final a.sg-btn:visited {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: var(--sg-blue-primary) !important;
}
html body:where(.page-template-template-home) .sg-main .sg-cta-final a.sg-btn:hover, html body:where(.page-template-template-home) .sg-main .sg-cta-final a.sg-btn:focus {
    background-color: transparent !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
}
html body:where(.page-template-template-home) .sg-main .sg-cta-final a.sg-btn.sg-btn-outline, html body:where(.page-template-template-home) .sg-main .sg-cta-final a.sg-btn.sg-btn-outline:link, html body:where(.page-template-template-home) .sg-main .sg-cta-final a.sg-btn.sg-btn-outline:visited {
    background-color: transparent !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
}
html body:where(.page-template-template-home) .sg-main .sg-cta-final a.sg-btn.sg-btn-outline:hover, html body:where(.page-template-template-home) .sg-main .sg-cta-final a.sg-btn.sg-btn-outline:focus {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: var(--sg-blue-primary) !important;
}
html body:where(.page-template-template-home) .sg-main .sg-top-bar a, html body:where(.page-template-template-home) .sg-main .sg-top-bar a:link, html body:where(.page-template-template-home) .sg-main .sg-top-bar a:visited, html body:where(.page-template-template-home) .sg-main .sg-top-bar a:hover, html body:where(.page-template-template-home) .sg-main .sg-top-bar a:focus {
    all: unset !important;
    color: #ffffff !important;
    text-decoration: underline !important;
    font-weight: 700 !important;
    margin-left: 8px !important;
    cursor: pointer !important;
}
html body:where(.page-template-template-home) .sg-main button.sg-faq-question, html body:where(.page-template-template-home) .sg-main button.sg-faq-question:hover, html body:where(.page-template-template-home) .sg-main button.sg-faq-question:focus, html body:where(.page-template-template-home) .sg-main button.sg-faq-question:active {
    all: unset !important;
    box-sizing: border-box !important;
    width: 100% !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 16px !important;
    padding: 24px 0 !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: var(--sg-blue-primary) !important;
    font-family: var(--sg-font-stack) !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    text-align: left !important;
    cursor: pointer !important;
}
html body:where(.page-template-template-home) .sg-main button.sg-faq-question span:first-child {
    flex: 1 1 auto !important;
    min-width: 0 !important;
}
html body:where(.page-template-template-home) .sg-main button.sg-faq-question .sg-faq-icon {
    flex: 0 0 auto !important;
    color: var(--sg-blue-accent) !important;
    font-size: 24px !important;
    line-height: 1 !important;
    transition: transform 0.3s ease !important;
}

@media (max-width: 768px) {
    html body:where(.page-template-template-home) .sg-main .sg-btn-group {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 16px !important;
    }
    html body:where(.page-template-template-home) .sg-main .sg-btn-group > a.sg-btn, html body:where(.page-template-template-home) .sg-main a.sg-btn, html body:where(.page-template-template-home) .sg-main a.sg-btn:link, html body:where(.page-template-template-home) .sg-main a.sg-btn:visited, html body:where(.page-template-template-home) .sg-main a.sg-btn:hover, html body:where(.page-template-template-home) .sg-main a.sg-btn:focus {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        min-height: 56px !important;
        padding: 14px 20px !important;
        white-space: normal !important;
    }
    html body:where(.page-template-template-home) .sg-main button.sg-faq-question, html body:where(.page-template-template-home) .sg-main button.sg-faq-question:hover, html body:where(.page-template-template-home) .sg-main button.sg-faq-question:focus, html body:where(.page-template-template-home) .sg-main button.sg-faq-question:active {
        font-size: 16px !important;
        padding: 20px 0 !important;
    }
}
html body:where(.page-template-template-home) .sg-mobile-sticky-footer a.sg-mobile-btn, html body:where(.page-template-template-home) .sg-mobile-sticky-footer a.sg-mobile-btn:link, html body:where(.page-template-template-home) .sg-mobile-sticky-footer a.sg-mobile-btn:visited, html body:where(.page-template-template-home) .sg-mobile-sticky-footer a.sg-mobile-btn:hover, html body:where(.page-template-template-home) .sg-mobile-sticky-footer a.sg-mobile-btn:focus {
    all: unset !important;
    box-sizing: border-box !important;
    flex: 1 1 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 48px !important;
    padding: 12px 14px !important;
    border-radius: 8px !important;
    background-color: var(--sg-blue-accent) !important;
    color: #ffffff !important;
    font-family: var(--sg-font-stack) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    text-decoration: none !important;
    cursor: pointer !important;
}
html body:where(.page-template-template-home) .sg-mobile-sticky-footer a.sg-mobile-wa, html body:where(.page-template-template-home) .sg-mobile-sticky-footer a.sg-mobile-wa:link, html body:where(.page-template-template-home) .sg-mobile-sticky-footer a.sg-mobile-wa:visited, html body:where(.page-template-template-home) .sg-mobile-sticky-footer a.sg-mobile-wa:hover, html body:where(.page-template-template-home) .sg-mobile-sticky-footer a.sg-mobile-wa:focus {
    all: unset !important;
    box-sizing: border-box !important;
    flex: 0 0 48px !important;
    width: 48px !important;
    height: 48px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 8px !important;
    background-color: #25D366 !important;
    color: #ffffff !important;
    font-size: 22px !important;
    line-height: 1 !important;
    text-decoration: none !important;
    cursor: pointer !important;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1) !important;
}
:where(body.page-template-template-home) .sg-main a:focus-visible, :where(body.page-template-template-home) .sg-main button:focus-visible {
    outline: 3px solid var(--sg-blue-accent) !important;
    outline-offset: 3px !important;
    border-radius: 4px;
}
:where(body.page-template-template-home) .sg-hero .sg-main a:focus-visible, :where(body.page-template-template-home) .sg-hero a:focus-visible, :where(body.page-template-template-home) .sg-hero button:focus-visible, :where(body.page-template-template-home) .sg-slider-nav button:focus-visible {
    outline: 3px solid #fff !important;
    outline-offset: 3px !important;
}
:where(body.page-template-template-home) .sg-skip-link:focus {
    left: 8px;
    top: 8px;
}
:where(body.page-template-template-home) .sg-slider-nav button.sg-slider-dot {
    all: unset;
    box-sizing: border-box;
    display: block;
    width: 44px;
    height: 44px;
    cursor: pointer;
    position: relative;
    background: transparent;
}
:where(body.page-template-template-home) .sg-slider-nav button.sg-slider-dot::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 28px;
    height: 4px;
    border-radius: 2px;
    background-color: var(--sg-border-color);
    transition: background-color 0.3s ease, width 0.3s ease;
}
:where(body.page-template-template-home) .sg-slider-nav button.sg-slider-dot[aria-current="true"]::after {
    background-color: var(--sg-blue-accent);
    width: 40px;
}
:where(body.page-template-template-home) .sg-slider-toggle {
    all: unset;
    box-sizing: border-box;
    cursor: pointer;
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0 12px;
    margin-left: 4px;
    font-family: var(--sg-font-stack);
    font-size: 13px;
    font-weight: 600;
    color: var(--sg-text-body);
    border: 1px solid var(--sg-border-color);
    border-radius: 6px;
}
:where(body.page-template-template-home) .sg-slider-toggle:hover {
    border-color: var(--sg-blue-accent);
    color: var(--sg-blue-accent);
}

@media (prefers-reduced-motion: reduce) {
    :where(body.page-template-template-home) .sg-main *, :where(body.page-template-template-home) .sg-main *::before, :where(body.page-template-template-home) .sg-main *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
        transition-delay: 0s !important;
    }
}
:where(body.page-template-template-home) .sg-proof {
    background-color: var(--sg-blue-primary);
    color: #fff;
    padding: 96px 0;
}
:where(body.page-template-template-home) .sg-proof-head {
    max-width: 760px;
    margin: 0 auto 48px;
    text-align: center;
}
:where(body.page-template-template-home) .sg-proof-head h2 {
    color: #fff;
    font-size: clamp(28px, 4vw, 40px);
    margin-bottom: 16px;
}
:where(body.page-template-template-home) .sg-proof-head p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 17px;
    margin-bottom: 0;
}
:where(body.page-template-template-home) .sg-proof-list {
    max-width: 940px;
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}
:where(body.page-template-template-home) .sg-proof-row {
    display: grid;
    grid-template-columns: 84px 1fr auto;
    gap: 24px;
    align-items: center;
    padding: 24px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
:where(body.page-template-template-home) .sg-proof-tag {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--sg-accent-on-dark);
}
:where(body.page-template-template-home) .sg-proof-body strong {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 1.35;
    margin-bottom: 4px;
}
:where(body.page-template-template-home) .sg-proof-body span {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.62);
    line-height: 1.5;
}
html body:where(.page-template-template-home) .sg-main .sg-proof-row a.sg-proof-link, html body:where(.page-template-template-home) .sg-main .sg-proof-row a.sg-proof-link:link, html body:where(.page-template-template-home) .sg-main .sg-proof-row a.sg-proof-link:visited {
    all: unset;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 18px;
    font-family: var(--sg-font-stack);
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 6px;
    white-space: nowrap;
}
html body:where(.page-template-template-home) .sg-main .sg-proof-row a.sg-proof-link:hover {
    background-color: #fff;
    color: var(--sg-blue-primary);
    border-color: #fff;
}
:where(body.page-template-template-home) .sg-proof-note {
    max-width: 940px;
    margin: 28px auto 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.55);
}

@media (max-width: 767px) {
    :where(body.page-template-template-home) .sg-proof-row {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 24px 0;
    }
}
:where(body.page-template-template-home) .sg-work-meta {
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--sg-blue-accent);
    margin-bottom: 10px;
}
:where(body.page-template-template-home) .sg-contact-rows {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: 0 auto 36px;
    text-align: left;
}
:where(body.page-template-template-home) .sg-contact-rows li {
    background-color: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    padding: 20px;
}
:where(body.page-template-template-home) .sg-main address.sg-contact-address {
    font-style: normal;
}
:where(body.page-template-template-home) .sg-contact-rows strong {
    display: block;
    font-size: 13px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 8px;
}
html body:where(.page-template-template-home) .sg-main .sg-contact-rows a {
    display: block;
    color: #fff !important;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.7;
}
html body:where(.page-template-template-home) .sg-main .sg-contact-rows a:hover {
    text-decoration: underline;
}
:where(body.page-template-template-home) .sg-contact-rows em {
    display: block;
    font-size: 13px;
    font-style: normal;
    color: rgba(255, 255, 255, 0.55);
    margin-top: 6px;
}

@media (max-width: 767px) {
    :where(body.page-template-template-home) .sg-contact-rows {
        grid-template-columns: 1fr;
    }
}
html body:where(.page-template-template-home) .sg-mobile-sticky-footer a.sg-mobile-call, html body:where(.page-template-template-home) .sg-mobile-sticky-footer a.sg-mobile-call:link, html body:where(.page-template-template-home) .sg-mobile-sticky-footer a.sg-mobile-call:visited, html body:where(.page-template-template-home) .sg-mobile-sticky-footer a.sg-mobile-call:hover, html body:where(.page-template-template-home) .sg-mobile-sticky-footer a.sg-mobile-call:focus {
    all: unset !important;
    box-sizing: border-box !important;
    flex: 0 0 48px !important;
    width: 48px !important;
    height: 48px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 8px !important;
    background-color: var(--sg-blue-accent) !important;
    color: #ffffff !important;
    line-height: 1 !important;
    text-decoration: none !important;
    cursor: pointer !important;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1) !important;
}
html body:where(.page-template-template-home) .sg-main a.sg-btn:focus-visible, html body:where(.page-template-template-home) .sg-main button.sg-faq-question:focus-visible, html body:where(.page-template-template-home) .sg-main .sg-proof-row a.sg-proof-link:focus-visible, html body:where(.page-template-template-home) .sg-main .sg-top-bar a:focus-visible {
    outline: 3px solid var(--sg-blue-accent) !important;
    outline-offset: 3px !important;
    border-radius: 4px;
}
html body:where(.page-template-template-home) .sg-main .sg-hero a.sg-btn:focus-visible, html body:where(.page-template-template-home) .sg-main .sg-proof a.sg-proof-link:focus-visible, html body:where(.page-template-template-home) .sg-main .bento-support a.sg-btn:focus-visible, html body:where(.page-template-template-home) .sg-main .sg-cta-final a.sg-btn:focus-visible, html body:where(.page-template-template-home) .sg-main .sg-top-bar a:focus-visible {
    outline-color: #ffffff !important;
}
html body:where(.page-template-template-home) .sg-mobile-sticky-footer a.sg-mobile-btn:focus-visible, html body:where(.page-template-template-home) .sg-mobile-sticky-footer a.sg-mobile-wa:focus-visible, html body:where(.page-template-template-home) .sg-mobile-sticky-footer a.sg-mobile-call:focus-visible {
    outline: 3px solid var(--sg-blue-primary) !important;
    outline-offset: 3px !important;
}
html body:where(.page-template-template-home) .sg-main .sg-slider-nav button:focus-visible {
    outline: 3px solid var(--sg-blue-accent) !important;
    outline-offset: 2px !important;
}


/* ===== template-industries.php  scoped to .page-template-template-industries ===== */
:where(body.page-template-template-industries) .sg-service-page {
    font-family: var(--sg-font-stack);
    color: var(--sg-text-body);
    background-color: var(--sg-bg-white);
    line-height: 1.8;
    overflow-x: clip;
}
:where(body.page-template-template-industries) .sg-service-page h1, :where(body.page-template-template-industries) .sg-service-page h2, :where(body.page-template-template-industries) .sg-service-page h3, :where(body.page-template-template-industries) .sg-service-page h4 {
    color: var(--sg-blue-primary);
    font-weight: 800;
    margin-top: 0;
    line-height: 1.2;
    letter-spacing: -0.02em;
}
:where(body.page-template-template-industries) .sg-highlight {
    color: var(--sg-brand-blue);
    font-weight: 700;
}
:where(body.page-template-template-industries) .sg-eyebrow::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--sg-brand-blue);
}
:where(body.page-template-template-industries) .sg-eyebrow-dark {
    background: rgba(255,255,255,0.1);
    color: #FFFFFF;
    border: 1px solid rgba(255,255,255,0.2);
}
:where(body.page-template-template-industries) .sg-eyebrow-dark::before {
    background-color: #FFFFFF;
}
:where(body.page-template-template-industries) .sg-btn:hover {
    background-color: var(--sg-blue-primary);
    border-color: var(--sg-blue-primary);
    transform: translateY(-3px);
    box-shadow: 0 20px 25px -5px rgba(15, 23, 42, 0.2);
}
:where(body.page-template-template-industries) .sg-btn-outline-dark {
    background-color: transparent;
    color: #FFFFFF !important;
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: none;
}
:where(body.page-template-template-industries) .sg-btn-outline-dark:hover {
    background-color: #FFFFFF;
    color: var(--sg-blue-primary) !important;
    border-color: #FFFFFF;
}
:where(body.page-template-template-industries) .sg-quote-block-dark {
    border-left: 4px solid var(--sg-brand-blue);
    padding: 32px 40px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 0 var(--sg-radius) var(--sg-radius) 0;
    font-weight: 700;
    font-size: 24px;
    color: #FFFFFF;
    font-style: italic;
    margin: 40px 0;
}
:where(body.page-template-template-industries) .sg-quote-center::before {
    content: '“';
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 120px;
    color: var(--sg-brand-blue);
    opacity: 0.1;
    font-family: serif;
    line-height: 1;
}
:where(body.page-template-template-industries) .sg-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
:where(body.page-template-template-industries) .sg-feature-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 28px;
    height: 28px;
    background-color: var(--sg-brand-blue);
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 4px 6px rgba(20, 142, 207, 0.2);
}
:where(body.page-template-template-industries) .sg-feature-list-negative li::before {
    background-color: var(--sg-warning);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
    box-shadow: 0 4px 6px rgba(239, 68, 68, 0.2);
}
:where(body.page-template-template-industries) .sg-hero-content {
    position: relative;
    z-index: 2;
}
:where(body.page-template-template-industries) .sg-split-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: var(--sg-radius);
    overflow: hidden;
    box-shadow: var(--sg-shadow-hover);
    border: 1px solid var(--sg-border-color);
}
:where(body.page-template-template-industries) .sg-industry-card {
    background: var(--sg-bg-white);
    border-top: 4px solid var(--sg-brand-blue);
    padding: 48px;
    border-radius: var(--sg-radius);
    box-shadow: var(--sg-shadow);
    transition: transform 0.3s ease;
    height: 100%;
}
:where(body.page-template-template-industries) .sg-industry-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--sg-shadow-hover);
    border-color: var(--sg-blue-primary);
}
:where(body.page-template-template-industries) .sg-industry-icon {
    width: 64px;
    height: 64px;
    background: var(--sg-blue-soft);
    color: var(--sg-brand-blue);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    border: 1px solid var(--sg-border-color);
}
:where(body.page-template-template-industries) .sg-industry-icon svg {
    width: 32px;
    height: 32px;
}
:where(body.page-template-template-industries) .sg-pill-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 32px 0;
}
:where(body.page-template-template-industries) .sg-pill {
    background: var(--sg-bg-white);
    border: 1px solid var(--sg-border-color);
    color: var(--sg-blue-primary);
    font-weight: 700;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 50px;
    box-shadow: var(--sg-shadow);
    transition: all 0.3s ease;
}
:where(body.page-template-template-industries) .sg-pill:hover {
    background: var(--sg-brand-blue);
    color: #fff;
    border-color: var(--sg-brand-blue);
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(20, 142, 207, 0.3);
}
:where(body.page-template-template-industries) .sg-reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
:where(body.page-template-template-industries) .sg-reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1024px) {
    :where(body.page-template-template-industries) .sg-grid-2 {
        grid-template-columns: 1fr;
        gap: 56px;
    }
    :where(body.page-template-template-industries) .sg-grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
    :where(body.page-template-template-industries) .sg-split-panel {
        grid-template-columns: 1fr;
    }
    :where(body.page-template-template-industries) .sg-split-bad {
        border-right: none;
        border-bottom: 1px solid var(--sg-border-color);
    }
}

@media (max-width: 768px) {
    :where(body.page-template-template-industries) .sg-section {
        padding: 80px 0;
    }
    :where(body.page-template-template-industries) .sg-service-hero {
        padding: 120px 0 60px;
    }
    :where(body.page-template-template-industries) .sg-btn-group {
        flex-direction: column;
        align-items: stretch;
    }
    :where(body.page-template-template-industries) .sg-btn {
        width: 100%;
    }
    :where(body.page-template-template-industries) .sg-grid-3 {
        grid-template-columns: 1fr;
    }
    :where(body.page-template-template-industries) .sg-industry-card {
        padding: 32px 24px;
    }
    :where(body.page-template-template-industries) .sg-split-good, :where(body.page-template-template-industries) .sg-split-bad {
        padding: 40px 24px;
    }
}


/* ===== template-process.php  scoped to .page-template-template-process ===== */
:where(body.page-template-template-process) .sg-process-page {
    font-family: var(--sg-font-stack);
    color: var(--sg-text-body);
    background-color: var(--sg-bg-white);
    line-height: 1.8;
    overflow-x: clip;
}
:where(body.page-template-template-process) .sg-process-page h1, :where(body.page-template-template-process) .sg-process-page h2, :where(body.page-template-template-process) .sg-process-page h3, :where(body.page-template-template-process) .sg-process-page h4 {
    color: var(--sg-blue-primary);
    font-weight: 800;
    margin-top: 0;
    line-height: 1.2;
    letter-spacing: -0.02em;
}
:where(body.page-template-template-process) .sg-eyebrow-dark {
    background: rgba(255,255,255,0.1);
    color: #FFFFFF;
    border: 1px solid rgba(255,255,255,0.2);
}
:where(body.page-template-template-process) .sg-quote-block-dark {
    border-left: 4px solid var(--sg-blue-accent);
    padding: 32px 40px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 0 var(--sg-radius) var(--sg-radius) 0;
    font-weight: 700;
    font-size: 24px;
    color: #FFFFFF;
    font-style: italic;
    margin: 40px 0;
}
:where(body.page-template-template-process) .sg-btn:hover {
    background-color: var(--sg-blue-primary);
    border-color: var(--sg-blue-primary);
    transform: translateY(-3px);
    box-shadow: 0 20px 25px -5px rgba(15, 23, 42, 0.2);
}
:where(body.page-template-template-process) .sg-btn-outline {
    background-color: transparent;
    color: var(--sg-blue-primary) !important;
    border-color: var(--sg-blue-primary);
    box-shadow: none;
}
:where(body.page-template-template-process) .sg-btn-outline:hover {
    background-color: var(--sg-blue-primary);
    color: #FFFFFF !important;
}
:where(body.page-template-template-process) .sg-btn-outline-dark {
    background-color: transparent;
    color: #FFFFFF !important;
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: none;
}
:where(body.page-template-template-process) .sg-btn-outline-dark:hover {
    background-color: #FFFFFF;
    color: var(--sg-blue-primary) !important;
    border-color: #FFFFFF;
}
:where(body.page-template-template-process) .sg-process-hero {
    position: relative;
    padding: 200px 0 160px;
    background-color: var(--sg-blue-primary);
    background-image: url('https://images.unsplash.com/photo-1503387762-592deb58ef4e?q=80&w=2000&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
}
:where(body.page-template-template-process) .sg-hero-content {
    position: relative;
    z-index: 2;
}
:where(body.page-template-template-process) .sg-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
:where(body.page-template-template-process) .sg-feature-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 28px;
    height: 28px;
    background-color: var(--sg-blue-accent);
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 4px 6px rgba(37, 99, 235, 0.2);
}
:where(body.page-template-template-process) .sg-feature-list-cross li::before {
    background-color: #EF4444;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
}
:where(body.page-template-template-process) .sg-timeline-wrap {
    position: relative;
    max-width: 1000px;
    margin: 80px auto 0;
    padding: 40px 0;
}
:where(body.page-template-template-process) .sg-timeline-line {
    position: absolute;
    left: 40px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--sg-border-color);
    z-index: 1;
}
:where(body.page-template-template-process) .sg-timeline-step {
    position: relative;
    z-index: 2;
    padding-left: 100px;
    margin-bottom: 80px;
}
:where(body.page-template-template-process) .sg-timeline-step:last-child {
    margin-bottom: 0;
}
:where(body.page-template-template-process) .sg-timeline-marker {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    background: var(--sg-bg-white);
    border: 2px solid var(--sg-blue-accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 800;
    color: var(--sg-blue-accent);
    box-shadow: 0 0 0 8px var(--sg-bg-white);
    transition: all 0.4s ease;
}
:where(body.page-template-template-process) .sg-timeline-step:hover .sg-timeline-marker {
    background: var(--sg-blue-accent);
    color: #fff;
    transform: scale(1.05);
}
:where(body.page-template-template-process) .sg-timeline-content {
    background: var(--sg-bg-white);
    border: 1px solid var(--sg-border-color);
    border-radius: var(--sg-radius);
    padding: 56px;
    box-shadow: var(--sg-shadow);
    transition: transform 0.4s ease;
}
:where(body.page-template-template-process) .sg-timeline-content:hover {
    transform: translateY(-5px);
    border-color: var(--sg-blue-accent);
    box-shadow: var(--sg-shadow-hover);
}
:where(body.page-template-template-process) .sg-focus-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 24px 0;
}
:where(body.page-template-template-process) .sg-focus-pill {
    background: var(--sg-blue-soft);
    color: var(--sg-blue-primary);
    font-size: 14px;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 50px;
    border: 1px solid var(--sg-border-color);
}
:where(body.page-template-template-process) .sg-matter-box {
    background: var(--sg-blue-light);
    border-left: 3px solid var(--sg-blue-accent);
    padding: 20px;
    border-radius: 0 8px 8px 0;
    margin-top: 32px;
}
:where(body.page-template-template-process) .sg-matter-box span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
    color: var(--sg-blue-accent);
    letter-spacing: 1px;
    margin-bottom: 8px;
}
:where(body.page-template-template-process) .sg-matter-box p {
    font-size: 16px;
    font-weight: 600;
    color: var(--sg-blue-primary);
    margin: 0;
}
:where(body.page-template-template-process) .sg-bento-card {
    background: var(--sg-bg-white);
    border-top: 4px solid var(--sg-blue-accent);
    padding: 40px;
    border-radius: var(--sg-radius);
    box-shadow: var(--sg-shadow);
    transition: transform 0.3s;
}
:where(body.page-template-template-process) .sg-bento-card:hover {
    transform: translateY(-5px);
    border-color: var(--sg-blue-primary);
}
:where(body.page-template-template-process) .sg-bento-card h3 {
    font-size: 22px;
    margin-bottom: 12px;
}
:where(body.page-template-template-process) .sg-featured-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: var(--sg-radius);
    box-shadow: var(--sg-shadow-hover);
}
:where(body.page-template-template-process) .sg-reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
:where(body.page-template-template-process) .sg-reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1024px) {
    :where(body.page-template-template-process) .sg-grid-2 {
        grid-template-columns: 1fr;
        gap: 56px;
    }
    :where(body.page-template-template-process) .sg-bento-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    :where(body.page-template-template-process) .sg-section {
        padding: 80px 0;
    }
    :where(body.page-template-template-process) .sg-process-hero {
        padding: 140px 0 80px;
    }
    :where(body.page-template-template-process) .sg-btn-group {
        flex-direction: column;
        align-items: stretch;
    }
    :where(body.page-template-template-process) .sg-btn {
        width: 100%;
    }
    :where(body.page-template-template-process) .sg-title {
        font-size: 36px;
    }
    :where(body.page-template-template-process) .sg-bento-grid {
        grid-template-columns: 1fr;
    }
    :where(body.page-template-template-process) .sg-timeline-wrap {
        padding: 0;
    }
    :where(body.page-template-template-process) .sg-timeline-line {
        display: none;
    }
    :where(body.page-template-template-process) .sg-timeline-step {
        padding-left: 0;
        margin-bottom: 64px;
    }
    :where(body.page-template-template-process) .sg-timeline-marker {
        position: relative;
        margin-bottom: 24px;
        box-shadow: none;
    }
    :where(body.page-template-template-process) .sg-timeline-content {
        padding: 32px 24px;
    }
}


/* ===== template-service-custom-apps.php  scoped to .page-template-template-service-custom-apps ===== */
:where(body.page-template-template-service-custom-apps) .sg-service-page {
    font-family: var(--sg-font-stack);
    color: var(--sg-text-body);
    background-color: var(--sg-bg-white);
    line-height: 1.8;
    overflow-x: clip;
}
:where(body.page-template-template-service-custom-apps) .sg-service-page h1, :where(body.page-template-template-service-custom-apps) .sg-service-page h2, :where(body.page-template-template-service-custom-apps) .sg-service-page h3, :where(body.page-template-template-service-custom-apps) .sg-service-page h4 {
    color: var(--sg-blue-primary);
    font-weight: 800;
    margin-top: 0;
    line-height: 1.2;
    letter-spacing: -0.02em;
}
:where(body.page-template-template-service-custom-apps) .sg-highlight {
    color: var(--sg-brand-blue);
    font-weight: 700;
}
:where(body.page-template-template-service-custom-apps) .sg-eyebrow::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--sg-brand-blue);
}
:where(body.page-template-template-service-custom-apps) .sg-eyebrow-dark {
    background: rgba(255,255,255,0.1);
    color: #FFFFFF;
    border: 1px solid rgba(255,255,255,0.2);
}
:where(body.page-template-template-service-custom-apps) .sg-eyebrow-dark::before {
    background-color: #FFFFFF;
}
:where(body.page-template-template-service-custom-apps) .sg-btn:hover {
    background-color: var(--sg-blue-primary);
    border-color: var(--sg-blue-primary);
    transform: translateY(-3px);
    box-shadow: 0 20px 25px -5px rgba(15, 23, 42, 0.2);
}
:where(body.page-template-template-service-custom-apps) .sg-btn-outline-dark {
    background-color: transparent;
    color: #FFFFFF !important;
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: none;
}
:where(body.page-template-template-service-custom-apps) .sg-btn-outline-dark:hover {
    background-color: #FFFFFF;
    color: var(--sg-blue-primary) !important;
    border-color: #FFFFFF;
}
:where(body.page-template-template-service-custom-apps) .sg-quote-center::before {
    content: '“';
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 120px;
    color: var(--sg-brand-blue);
    opacity: 0.1;
    font-family: serif;
    line-height: 1;
}
:where(body.page-template-template-service-custom-apps) .sg-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
:where(body.page-template-template-service-custom-apps) .sg-feature-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 28px;
    height: 28px;
    background-color: var(--sg-brand-blue);
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 4px 6px rgba(20, 142, 207, 0.2);
}
:where(body.page-template-template-service-custom-apps) .sg-feature-list-negative li::before {
    background-color: var(--sg-warning);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
    box-shadow: 0 4px 6px rgba(239, 68, 68, 0.2);
}
:where(body.page-template-template-service-custom-apps) .sg-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
:where(body.page-template-template-service-custom-apps) .sg-multi-col-list {
    column-count: 2;
    column-gap: 40px;
}
:where(body.page-template-template-service-custom-apps) .sg-hero-content {
    position: relative;
    z-index: 2;
}
:where(body.page-template-template-service-custom-apps) .sg-split-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: var(--sg-radius);
    overflow: hidden;
    box-shadow: var(--sg-shadow-hover);
    border: 1px solid var(--sg-border-color);
}
:where(body.page-template-template-service-custom-apps) .sg-feature-card {
    background: var(--sg-bg-white);
    border-top: 4px solid var(--sg-brand-blue);
    padding: 40px;
    border-radius: var(--sg-radius);
    box-shadow: var(--sg-shadow);
    transition: transform 0.3s ease;
    height: 100%;
}
:where(body.page-template-template-service-custom-apps) .sg-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--sg-shadow-hover);
    border-color: var(--sg-blue-primary);
}
:where(body.page-template-template-service-custom-apps) .sg-feature-icon {
    width: 56px;
    height: 56px;
    background: var(--sg-blue-soft);
    color: var(--sg-brand-blue);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    border: 1px solid var(--sg-border-color);
}
:where(body.page-template-template-service-custom-apps) .sg-feature-icon svg {
    width: 28px;
    height: 28px;
}
:where(body.page-template-template-service-custom-apps) .sg-feature-card h3 {
    font-size: 22px;
    margin-bottom: 12px;
}
:where(body.page-template-template-service-custom-apps) .sg-feature-card p {
    font-size: 15px;
    margin: 0;
}
:where(body.page-template-template-service-custom-apps) .sg-tech-tabs {
    margin-top: 48px;
    background: var(--sg-bg-white);
    border: 1px solid var(--sg-border-color);
    border-radius: var(--sg-radius);
    overflow: hidden;
    box-shadow: var(--sg-shadow);
}
:where(body.page-template-template-service-custom-apps) .sg-tab-buttons {
    display: flex;
    overflow-x: auto;
    background: var(--sg-blue-soft);
    border-bottom: 1px solid var(--sg-border-color);
    scrollbar-width: none;
}
:where(body.page-template-template-service-custom-apps) .sg-tab-buttons::-webkit-scrollbar {
    display: none;
}
:where(body.page-template-template-service-custom-apps) .sg-tab-btn {
    flex: 1;
    min-width: 150px;
    padding: 20px 24px;
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    font-family: var(--sg-font-stack);
    font-size: 16px;
    font-weight: 700;
    color: var(--sg-text-body);
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}
:where(body.page-template-template-service-custom-apps) .sg-tab-btn:hover {
    color: var(--sg-blue-primary);
    background: rgba(255,255,255,0.5);
}
:where(body.page-template-template-service-custom-apps) .sg-tab-btn.active {
    color: var(--sg-brand-blue);
    border-bottom-color: var(--sg-brand-blue);
    background: var(--sg-bg-white);
}
:where(body.page-template-template-service-custom-apps) .sg-tab-content {
    display: none;
    padding: 48px;
    animation: sg-fade-in 0.4s ease;
}
:where(body.page-template-template-service-custom-apps) .sg-tab-content.active {
    display: block;
}

@keyframes sg-fade-in {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
:where(body.page-template-template-service-custom-apps) .sg-tech-logos {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 24px;
}
:where(body.page-template-template-service-custom-apps) .sg-tech-logo-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px 24px;
    border: 1px solid var(--sg-border-color);
    border-radius: 12px;
    background: var(--sg-bg-white);
    transition: transform 0.3s ease, border-color 0.3s ease;
}
:where(body.page-template-template-service-custom-apps) .sg-tech-logo-box:hover {
    transform: translateY(-5px);
    border-color: var(--sg-brand-blue);
    box-shadow: var(--sg-shadow-hover);
}
:where(body.page-template-template-service-custom-apps) .sg-tech-logo-box svg {
    width: 56px;
    height: 56px;
    margin-bottom: 16px;
}
:where(body.page-template-template-service-custom-apps) .sg-tech-logo-box span {
    font-weight: 700;
    font-size: 16px;
    color: var(--sg-blue-primary);
}
:where(body.page-template-template-service-custom-apps) .sg-process-wrap {
    position: relative;
    max-width: 900px;
    margin: 64px auto 0;
    padding: 40px 0;
}
:where(body.page-template-template-service-custom-apps) .sg-process-line {
    position: absolute;
    left: 40px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--sg-border-color);
    z-index: 1;
}
:where(body.page-template-template-service-custom-apps) .sg-process-step:last-child {
    margin-bottom: 0;
}
:where(body.page-template-template-service-custom-apps) .sg-process-marker {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    background: var(--sg-bg-white);
    border: 2px solid var(--sg-brand-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--sg-brand-blue);
    box-shadow: 0 0 0 8px var(--sg-bg-white);
    transition: all 0.4s ease;
}
:where(body.page-template-template-service-custom-apps) .sg-process-marker svg {
    width: 32px;
    height: 32px;
}
:where(body.page-template-template-service-custom-apps) .sg-process-step:hover .sg-process-marker {
    background: var(--sg-brand-blue);
    color: #fff;
    transform: scale(1.05);
}
:where(body.page-template-template-service-custom-apps) .sg-process-content {
    background: var(--sg-bg-white);
    border: 1px solid var(--sg-border-color);
    border-radius: var(--sg-radius);
    padding: 40px;
    box-shadow: var(--sg-shadow);
    transition: transform 0.4s ease;
}
:where(body.page-template-template-service-custom-apps) .sg-process-content:hover {
    transform: translateY(-5px);
    border-color: var(--sg-brand-blue);
    box-shadow: var(--sg-shadow-hover);
}
:where(body.page-template-template-service-custom-apps) .sg-process-content h3 {
    font-size: 24px;
    margin-bottom: 16px;
}
:where(body.page-template-template-service-custom-apps) .sg-process-content p {
    margin: 0;
    font-size: 16px;
}
:where(body.page-template-template-service-custom-apps) .sg-featured-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: var(--sg-radius);
    box-shadow: var(--sg-shadow-hover);
}
:where(body.page-template-template-service-custom-apps) .sg-reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
:where(body.page-template-template-service-custom-apps) .sg-reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1024px) {
    :where(body.page-template-template-service-custom-apps) .sg-grid-2 {
        grid-template-columns: 1fr;
        gap: 56px;
    }
    :where(body.page-template-template-service-custom-apps) .sg-grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
    :where(body.page-template-template-service-custom-apps) .sg-split-panel {
        grid-template-columns: 1fr;
    }
    :where(body.page-template-template-service-custom-apps) .sg-split-good {
        border-left: none;
        border-top: 1px solid var(--sg-border-color);
    }
    :where(body.page-template-template-service-custom-apps) .sg-multi-col-list {
        column-count: 1;
    }
}

@media (max-width: 768px) {
    :where(body.page-template-template-service-custom-apps) .sg-section {
        padding: 80px 0;
    }
    :where(body.page-template-template-service-custom-apps) .sg-service-hero {
        padding: 140px 0 80px;
    }
    :where(body.page-template-template-service-custom-apps) .sg-btn-group {
        flex-direction: column;
        align-items: stretch;
    }
    :where(body.page-template-template-service-custom-apps) .sg-btn {
        width: 100%;
    }
    :where(body.page-template-template-service-custom-apps) .sg-grid-3 {
        grid-template-columns: 1fr;
    }
    :where(body.page-template-template-service-custom-apps) .sg-tech-logos {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    :where(body.page-template-template-service-custom-apps) .sg-tab-content {
        padding: 24px;
    }
    :where(body.page-template-template-service-custom-apps) .sg-process-wrap {
        padding: 0;
        margin-top: 40px;
    }
    :where(body.page-template-template-service-custom-apps) .sg-process-line {
        display: none;
    }
    :where(body.page-template-template-service-custom-apps) .sg-process-step {
        padding-left: 0;
        margin-bottom: 48px;
    }
    :where(body.page-template-template-service-custom-apps) .sg-process-marker {
        position: relative;
        margin-bottom: 24px;
        box-shadow: none;
    }
    :where(body.page-template-template-service-custom-apps) .sg-process-content {
        padding: 32px 24px;
    }
}


/* ===== template-service-shopify.php  scoped to .page-template-template-service-shopify ===== */
:where(body.page-template-template-service-shopify) .sg-service-page {
    font-family: var(--sg-font-stack);
    color: var(--sg-text-body);
    background-color: var(--sg-bg-white);
    line-height: 1.8;
    overflow-x: clip;
}
:where(body.page-template-template-service-shopify) .sg-service-page h1, :where(body.page-template-template-service-shopify) .sg-service-page h2, :where(body.page-template-template-service-shopify) .sg-service-page h3, :where(body.page-template-template-service-shopify) .sg-service-page h4 {
    color: var(--sg-blue-primary);
    font-weight: 800;
    margin-top: 0;
    line-height: 1.2;
    letter-spacing: -0.02em;
}
:where(body.page-template-template-service-shopify) .sg-highlight {
    color: var(--sg-brand-blue);
    font-weight: 700;
}
:where(body.page-template-template-service-shopify) .sg-eyebrow::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--sg-brand-blue);
}
:where(body.page-template-template-service-shopify) .sg-eyebrow-dark {
    background: rgba(255,255,255,0.1);
    color: #FFFFFF;
    border: 1px solid rgba(255,255,255,0.2);
}
:where(body.page-template-template-service-shopify) .sg-eyebrow-dark::before {
    background-color: #FFFFFF;
}
:where(body.page-template-template-service-shopify) .sg-btn:hover {
    background-color: var(--sg-blue-primary);
    border-color: var(--sg-blue-primary);
    transform: translateY(-3px);
    box-shadow: 0 20px 25px -5px rgba(15, 23, 42, 0.2);
}
:where(body.page-template-template-service-shopify) .sg-btn-outline-dark {
    background-color: transparent;
    color: #FFFFFF !important;
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: none;
}
:where(body.page-template-template-service-shopify) .sg-btn-outline-dark:hover {
    background-color: #FFFFFF;
    color: var(--sg-blue-primary) !important;
    border-color: #FFFFFF;
}
:where(body.page-template-template-service-shopify) .sg-quote-center::before {
    content: '“';
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 120px;
    color: var(--sg-brand-blue);
    opacity: 0.1;
    font-family: serif;
    line-height: 1;
}
:where(body.page-template-template-service-shopify) .sg-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
:where(body.page-template-template-service-shopify) .sg-feature-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 28px;
    height: 28px;
    background-color: var(--sg-brand-blue);
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 4px 6px rgba(20, 142, 207, 0.2);
}
:where(body.page-template-template-service-shopify) .sg-feature-list-negative li::before {
    background-color: var(--sg-warning);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
    box-shadow: 0 4px 6px rgba(239, 68, 68, 0.2);
}
:where(body.page-template-template-service-shopify) .sg-multi-col-list {
    column-count: 2;
    column-gap: 40px;
}
:where(body.page-template-template-service-shopify) .sg-hero-content {
    position: relative;
    z-index: 2;
}
:where(body.page-template-template-service-shopify) .sg-split-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: var(--sg-radius);
    overflow: hidden;
    box-shadow: var(--sg-shadow-hover);
    border: 1px solid var(--sg-border-color);
}
:where(body.page-template-template-service-shopify) .sg-pill-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 32px 0;
}
:where(body.page-template-template-service-shopify) .sg-pill {
    background: var(--sg-bg-white);
    border: 1px solid var(--sg-border-color);
    color: var(--sg-blue-primary);
    font-weight: 700;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 50px;
    box-shadow: var(--sg-shadow);
    transition: all 0.3s ease;
}
:where(body.page-template-template-service-shopify) .sg-pill:hover {
    background: var(--sg-brand-blue);
    color: #fff;
    border-color: var(--sg-brand-blue);
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(20, 142, 207, 0.3);
}
:where(body.page-template-template-service-shopify) .sg-feature-card {
    background: var(--sg-bg-white);
    border-top: 4px solid var(--sg-brand-blue);
    padding: 40px;
    border-radius: var(--sg-radius);
    box-shadow: var(--sg-shadow);
    transition: transform 0.3s ease;
    height: 100%;
}
:where(body.page-template-template-service-shopify) .sg-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--sg-shadow-hover);
    border-color: var(--sg-blue-primary);
}
:where(body.page-template-template-service-shopify) .sg-feature-icon {
    width: 56px;
    height: 56px;
    background: var(--sg-blue-soft);
    color: var(--sg-brand-blue);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    border: 1px solid var(--sg-border-color);
}
:where(body.page-template-template-service-shopify) .sg-feature-icon svg {
    width: 28px;
    height: 28px;
}
:where(body.page-template-template-service-shopify) .sg-feature-card h3 {
    font-size: 22px;
    margin-bottom: 12px;
}
:where(body.page-template-template-service-shopify) .sg-feature-card p {
    font-size: 15px;
    margin: 0;
}
:where(body.page-template-template-service-shopify) .sg-process-wrap {
    position: relative;
    max-width: 900px;
    margin: 64px auto 0;
    padding: 40px 0;
}
:where(body.page-template-template-service-shopify) .sg-process-line {
    position: absolute;
    left: 40px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--sg-border-color);
    z-index: 1;
}
:where(body.page-template-template-service-shopify) .sg-process-step:last-child {
    margin-bottom: 0;
}
:where(body.page-template-template-service-shopify) .sg-process-marker {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    background: var(--sg-bg-white);
    border: 2px solid var(--sg-brand-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--sg-brand-blue);
    box-shadow: 0 0 0 8px var(--sg-bg-white);
    transition: all 0.4s ease;
}
:where(body.page-template-template-service-shopify) .sg-process-marker svg {
    width: 32px;
    height: 32px;
}
:where(body.page-template-template-service-shopify) .sg-process-step:hover .sg-process-marker {
    background: var(--sg-brand-blue);
    color: #fff;
    transform: scale(1.05);
}
:where(body.page-template-template-service-shopify) .sg-process-content {
    background: var(--sg-bg-white);
    border: 1px solid var(--sg-border-color);
    border-radius: var(--sg-radius);
    padding: 40px;
    box-shadow: var(--sg-shadow);
    transition: transform 0.4s ease;
}
:where(body.page-template-template-service-shopify) .sg-process-content:hover {
    transform: translateY(-5px);
    border-color: var(--sg-brand-blue);
    box-shadow: var(--sg-shadow-hover);
}
:where(body.page-template-template-service-shopify) .sg-process-content h3 {
    font-size: 24px;
    margin-bottom: 16px;
}
:where(body.page-template-template-service-shopify) .sg-process-content p {
    margin: 0;
    font-size: 16px;
}
:where(body.page-template-template-service-shopify) .sg-accordion-wrapper {
    max-width: 800px;
    margin: 48px auto 0;
}
:where(body.page-template-template-service-shopify) .sg-accordion-item {
    background: var(--sg-bg-white);
    border: 1px solid var(--sg-border-color);
    border-radius: 12px;
    margin-bottom: 16px;
    box-shadow: var(--sg-shadow);
    transition: all 0.3s ease;
    overflow: hidden;
}
:where(body.page-template-template-service-shopify) .sg-accordion-item:hover {
    border-color: rgba(20, 142, 207, 0.5);
    box-shadow: var(--sg-shadow-hover);
}
:where(body.page-template-template-service-shopify) .sg-accordion-item.active {
    border-color: var(--sg-brand-blue);
}
:where(body.page-template-template-service-shopify) .sg-accordion-header {
    width: 100%;
    text-align: left;
    background: transparent;
    border: none;
    padding: 24px;
    font-family: var(--sg-font-stack);
    font-size: 18px;
    font-weight: 700;
    color: var(--sg-blue-primary);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    outline: none;
    transition: color 0.3s ease;
}
:where(body.page-template-template-service-shopify) .sg-accordion-item:hover .sg-accordion-header {
    color: var(--sg-brand-blue);
}
:where(body.page-template-template-service-shopify) .sg-accordion-icon {
    color: var(--sg-brand-blue);
    font-size: 24px;
    transition: transform 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: var(--sg-blue-soft);
    border-radius: 50%;
    flex-shrink: 0;
    margin-left: 16px;
}
:where(body.page-template-template-service-shopify) .sg-accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background: var(--sg-bg-white);
}
:where(body.page-template-template-service-shopify) .sg-accordion-inner {
    padding: 0 24px 24px 24px;
}
:where(body.page-template-template-service-shopify) .sg-accordion-body p {
    margin: 0;
    color: var(--sg-text-body);
    font-size: 16px;
    line-height: 1.7;
}
:where(body.page-template-template-service-shopify) .sg-accordion-item.active .sg-accordion-icon {
    transform: rotate(45deg);
    background: var(--sg-brand-blue);
    color: #fff;
}
:where(body.page-template-template-service-shopify) .sg-reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
:where(body.page-template-template-service-shopify) .sg-reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1024px) {
    :where(body.page-template-template-service-shopify) .sg-grid-2 {
        grid-template-columns: 1fr;
        gap: 56px;
    }
    :where(body.page-template-template-service-shopify) .sg-grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
    :where(body.page-template-template-service-shopify) .sg-split-panel {
        grid-template-columns: 1fr;
    }
    :where(body.page-template-template-service-shopify) .sg-split-bad {
        border-right: none;
        border-bottom: 1px solid var(--sg-border-color);
    }
    :where(body.page-template-template-service-shopify) .sg-multi-col-list {
        column-count: 1;
    }
}

@media (max-width: 768px) {
    :where(body.page-template-template-service-shopify) .sg-section {
        padding: 80px 0;
    }
    :where(body.page-template-template-service-shopify) .sg-service-hero {
        padding: 120px 0 60px;
    }
    :where(body.page-template-template-service-shopify) .sg-btn-group {
        flex-direction: column;
        align-items: stretch;
    }
    :where(body.page-template-template-service-shopify) .sg-btn {
        width: 100%;
    }
    :where(body.page-template-template-service-shopify) .sg-grid-3 {
        grid-template-columns: 1fr;
    }
    :where(body.page-template-template-service-shopify) .sg-process-wrap {
        padding: 0;
        margin-top: 40px;
    }
    :where(body.page-template-template-service-shopify) .sg-process-line {
        display: none;
    }
    :where(body.page-template-template-service-shopify) .sg-process-step {
        padding-left: 0;
        margin-bottom: 48px;
    }
    :where(body.page-template-template-service-shopify) .sg-process-marker {
        position: relative;
        margin-bottom: 24px;
        box-shadow: none;
    }
    :where(body.page-template-template-service-shopify) .sg-process-content {
        padding: 32px 24px;
    }
    :where(body.page-template-template-service-shopify) .sg-split-good, :where(body.page-template-template-service-shopify) .sg-split-bad {
        padding: 40px 24px;
    }
}


/* ===== template-service-woocommerce.php  scoped to .page-template-template-service-woocommerce ===== */
:where(body.page-template-template-service-woocommerce) .sg-service-page {
    font-family: var(--sg-font-stack);
    color: var(--sg-text-body);
    background-color: var(--sg-bg-white);
    line-height: 1.8;
    overflow-x: clip;
}
:where(body.page-template-template-service-woocommerce) .sg-service-page h1, :where(body.page-template-template-service-woocommerce) .sg-service-page h2, :where(body.page-template-template-service-woocommerce) .sg-service-page h3, :where(body.page-template-template-service-woocommerce) .sg-service-page h4 {
    color: var(--sg-blue-primary);
    font-weight: 800;
    margin-top: 0;
    line-height: 1.2;
    letter-spacing: -0.02em;
}
:where(body.page-template-template-service-woocommerce) .sg-highlight {
    color: var(--sg-brand-blue);
    font-weight: 700;
}
:where(body.page-template-template-service-woocommerce) .sg-eyebrow::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--sg-brand-blue);
}
:where(body.page-template-template-service-woocommerce) .sg-eyebrow-dark {
    background: rgba(255,255,255,0.1);
    color: #FFFFFF;
    border: 1px solid rgba(255,255,255,0.2);
}
:where(body.page-template-template-service-woocommerce) .sg-eyebrow-dark::before {
    background-color: #FFFFFF;
}
:where(body.page-template-template-service-woocommerce) .sg-btn:hover {
    background-color: var(--sg-blue-primary);
    border-color: var(--sg-blue-primary);
    transform: translateY(-3px);
    box-shadow: 0 20px 25px -5px rgba(15, 23, 42, 0.2);
}
:where(body.page-template-template-service-woocommerce) .sg-btn-outline-dark {
    background-color: transparent;
    color: #FFFFFF !important;
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: none;
}
:where(body.page-template-template-service-woocommerce) .sg-btn-outline-dark:hover {
    background-color: #FFFFFF;
    color: var(--sg-blue-primary) !important;
    border-color: #FFFFFF;
}
:where(body.page-template-template-service-woocommerce) .sg-quote-center::before {
    content: '“';
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 120px;
    color: var(--sg-brand-blue);
    opacity: 0.1;
    font-family: serif;
    line-height: 1;
}
:where(body.page-template-template-service-woocommerce) .sg-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
:where(body.page-template-template-service-woocommerce) .sg-feature-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 28px;
    height: 28px;
    background-color: var(--sg-brand-blue);
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 4px 6px rgba(20, 142, 207, 0.2);
}
:where(body.page-template-template-service-woocommerce) .sg-feature-list-negative li::before {
    background-color: var(--sg-warning);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
    box-shadow: 0 4px 6px rgba(239, 68, 68, 0.2);
}
:where(body.page-template-template-service-woocommerce) .sg-hero-content {
    position: relative;
    z-index: 2;
}
:where(body.page-template-template-service-woocommerce) .sg-split-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: var(--sg-radius);
    overflow: hidden;
    box-shadow: var(--sg-shadow-hover);
    border: 1px solid var(--sg-border-color);
}
:where(body.page-template-template-service-woocommerce) .sg-pill-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 32px 0;
}
:where(body.page-template-template-service-woocommerce) .sg-pill {
    background: var(--sg-bg-white);
    border: 1px solid var(--sg-border-color);
    color: var(--sg-blue-primary);
    font-weight: 700;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 50px;
    box-shadow: var(--sg-shadow);
    transition: all 0.3s ease;
}
:where(body.page-template-template-service-woocommerce) .sg-pill:hover {
    background: var(--sg-brand-blue);
    color: #fff;
    border-color: var(--sg-brand-blue);
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(20, 142, 207, 0.3);
}
:where(body.page-template-template-service-woocommerce) .sg-feature-card {
    background: var(--sg-bg-white);
    border-top: 4px solid var(--sg-brand-blue);
    padding: 40px;
    border-radius: var(--sg-radius);
    box-shadow: var(--sg-shadow);
    transition: transform 0.3s ease;
    height: 100%;
}
:where(body.page-template-template-service-woocommerce) .sg-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--sg-shadow-hover);
    border-color: var(--sg-blue-primary);
}
:where(body.page-template-template-service-woocommerce) .sg-feature-icon {
    width: 56px;
    height: 56px;
    background: var(--sg-blue-soft);
    color: var(--sg-brand-blue);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    border: 1px solid var(--sg-border-color);
}
:where(body.page-template-template-service-woocommerce) .sg-feature-icon svg {
    width: 28px;
    height: 28px;
}
:where(body.page-template-template-service-woocommerce) .sg-feature-card h3 {
    font-size: 22px;
    margin-bottom: 12px;
}
:where(body.page-template-template-service-woocommerce) .sg-feature-card p {
    font-size: 15px;
    margin: 0;
}
:where(body.page-template-template-service-woocommerce) .sg-process-wrap {
    position: relative;
    max-width: 900px;
    margin: 64px auto 0;
    padding: 40px 0;
}
:where(body.page-template-template-service-woocommerce) .sg-process-line {
    position: absolute;
    left: 40px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--sg-border-color);
    z-index: 1;
}
:where(body.page-template-template-service-woocommerce) .sg-process-step:last-child {
    margin-bottom: 0;
}
:where(body.page-template-template-service-woocommerce) .sg-process-marker {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    background: var(--sg-bg-white);
    border: 2px solid var(--sg-brand-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--sg-brand-blue);
    box-shadow: 0 0 0 8px var(--sg-bg-white);
    transition: all 0.4s ease;
}
:where(body.page-template-template-service-woocommerce) .sg-process-marker svg {
    width: 32px;
    height: 32px;
}
:where(body.page-template-template-service-woocommerce) .sg-process-step:hover .sg-process-marker {
    background: var(--sg-brand-blue);
    color: #fff;
    transform: scale(1.05);
}
:where(body.page-template-template-service-woocommerce) .sg-process-content {
    background: var(--sg-bg-white);
    border: 1px solid var(--sg-border-color);
    border-radius: var(--sg-radius);
    padding: 40px;
    box-shadow: var(--sg-shadow);
    transition: transform 0.4s ease;
}
:where(body.page-template-template-service-woocommerce) .sg-process-content:hover {
    transform: translateY(-5px);
    border-color: var(--sg-brand-blue);
    box-shadow: var(--sg-shadow-hover);
}
:where(body.page-template-template-service-woocommerce) .sg-process-content h3 {
    font-size: 24px;
    margin-bottom: 16px;
}
:where(body.page-template-template-service-woocommerce) .sg-process-content p {
    margin: 0;
    font-size: 16px;
}
:where(body.page-template-template-service-woocommerce) .sg-accordion-wrapper {
    max-width: 800px;
    margin: 48px auto 0;
}
:where(body.page-template-template-service-woocommerce) .sg-accordion-item {
    background: var(--sg-bg-white);
    border: 1px solid var(--sg-border-color);
    border-radius: 12px;
    margin-bottom: 16px;
    box-shadow: var(--sg-shadow);
    transition: all 0.3s ease;
    overflow: hidden;
}
:where(body.page-template-template-service-woocommerce) .sg-accordion-item:hover {
    border-color: rgba(20, 142, 207, 0.5);
    box-shadow: var(--sg-shadow-hover);
}
:where(body.page-template-template-service-woocommerce) .sg-accordion-item.active {
    border-color: var(--sg-brand-blue);
}
:where(body.page-template-template-service-woocommerce) .sg-accordion-header {
    width: 100%;
    text-align: left;
    background: transparent;
    border: none;
    padding: 24px;
    font-family: var(--sg-font-stack);
    font-size: 18px;
    font-weight: 700;
    color: var(--sg-blue-primary);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    outline: none;
    transition: color 0.3s ease;
}
:where(body.page-template-template-service-woocommerce) .sg-accordion-item:hover .sg-accordion-header {
    color: var(--sg-brand-blue);
}
:where(body.page-template-template-service-woocommerce) .sg-accordion-icon {
    color: var(--sg-brand-blue);
    font-size: 24px;
    transition: transform 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: var(--sg-blue-soft);
    border-radius: 50%;
    flex-shrink: 0;
    margin-left: 16px;
}
:where(body.page-template-template-service-woocommerce) .sg-accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background: var(--sg-bg-white);
}
:where(body.page-template-template-service-woocommerce) .sg-accordion-inner {
    padding: 0 24px 24px 24px;
}
:where(body.page-template-template-service-woocommerce) .sg-accordion-body p {
    margin: 0;
    color: var(--sg-text-body);
    font-size: 16px;
    line-height: 1.7;
}
:where(body.page-template-template-service-woocommerce) .sg-accordion-item.active .sg-accordion-icon {
    transform: rotate(45deg);
    background: var(--sg-brand-blue);
    color: #fff;
}
:where(body.page-template-template-service-woocommerce) .sg-reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
:where(body.page-template-template-service-woocommerce) .sg-reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1024px) {
    :where(body.page-template-template-service-woocommerce) .sg-grid-2 {
        grid-template-columns: 1fr;
        gap: 56px;
    }
    :where(body.page-template-template-service-woocommerce) .sg-grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
    :where(body.page-template-template-service-woocommerce) .sg-split-panel {
        grid-template-columns: 1fr;
    }
    :where(body.page-template-template-service-woocommerce) .sg-split-bad {
        border-right: none;
        border-bottom: 1px solid var(--sg-border-color);
    }
}

@media (max-width: 768px) {
    :where(body.page-template-template-service-woocommerce) .sg-section {
        padding: 80px 0;
    }
    :where(body.page-template-template-service-woocommerce) .sg-service-hero {
        padding: 140px 0 80px;
    }
    :where(body.page-template-template-service-woocommerce) .sg-btn-group {
        flex-direction: column;
        align-items: stretch;
    }
    :where(body.page-template-template-service-woocommerce) .sg-btn {
        width: 100%;
    }
    :where(body.page-template-template-service-woocommerce) .sg-grid-3 {
        grid-template-columns: 1fr;
    }
    :where(body.page-template-template-service-woocommerce) .sg-process-wrap {
        padding: 0;
        margin-top: 40px;
    }
    :where(body.page-template-template-service-woocommerce) .sg-process-line {
        display: none;
    }
    :where(body.page-template-template-service-woocommerce) .sg-process-step {
        padding-left: 0;
        margin-bottom: 48px;
    }
    :where(body.page-template-template-service-woocommerce) .sg-process-marker {
        position: relative;
        margin-bottom: 24px;
        box-shadow: none;
    }
    :where(body.page-template-template-service-woocommerce) .sg-process-content {
        padding: 32px 24px;
    }
    :where(body.page-template-template-service-woocommerce) .sg-split-good, :where(body.page-template-template-service-woocommerce) .sg-split-bad {
        padding: 40px 24px;
    }
}


/* ===== template-service-wordpress.php  scoped to .page-template-template-service-wordpress ===== */
:where(body.page-template-template-service-wordpress) .sg-service-page {
    font-family: var(--sg-font-stack);
    color: var(--sg-text-body);
    background-color: var(--sg-bg-white);
    line-height: 1.8;
    overflow-x: clip;
}
:where(body.page-template-template-service-wordpress) .sg-service-page h1, :where(body.page-template-template-service-wordpress) .sg-service-page h2, :where(body.page-template-template-service-wordpress) .sg-service-page h3, :where(body.page-template-template-service-wordpress) .sg-service-page h4 {
    color: var(--sg-blue-primary);
    font-weight: 800;
    margin-top: 0;
    line-height: 1.2;
    letter-spacing: -0.02em;
}
:where(body.page-template-template-service-wordpress) .sg-highlight {
    color: var(--sg-brand-blue);
    font-weight: 700;
}
:where(body.page-template-template-service-wordpress) .sg-eyebrow::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--sg-brand-blue);
}
:where(body.page-template-template-service-wordpress) .sg-eyebrow-dark {
    background: rgba(255,255,255,0.1);
    color: #FFFFFF;
    border: 1px solid rgba(255,255,255,0.2);
}
:where(body.page-template-template-service-wordpress) .sg-eyebrow-dark::before {
    background-color: #FFFFFF;
}
:where(body.page-template-template-service-wordpress) .sg-btn:hover {
    background-color: var(--sg-blue-primary);
    border-color: var(--sg-blue-primary);
    transform: translateY(-3px);
    box-shadow: 0 20px 25px -5px rgba(15, 23, 42, 0.2);
}
:where(body.page-template-template-service-wordpress) .sg-btn-outline-dark {
    background-color: transparent;
    color: #FFFFFF !important;
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: none;
}
:where(body.page-template-template-service-wordpress) .sg-btn-outline-dark:hover {
    background-color: #FFFFFF;
    color: var(--sg-blue-primary) !important;
    border-color: #FFFFFF;
}
:where(body.page-template-template-service-wordpress) .sg-quote-center::before {
    content: '“';
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 120px;
    color: var(--sg-brand-blue);
    opacity: 0.1;
    font-family: serif;
    line-height: 1;
}
:where(body.page-template-template-service-wordpress) .sg-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
:where(body.page-template-template-service-wordpress) .sg-feature-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 28px;
    height: 28px;
    background-color: var(--sg-brand-blue);
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 4px 6px rgba(20, 142, 207, 0.2);
}
:where(body.page-template-template-service-wordpress) .sg-feature-list-negative li::before {
    background-color: var(--sg-warning);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
    box-shadow: 0 4px 6px rgba(239, 68, 68, 0.2);
}
:where(body.page-template-template-service-wordpress) .sg-hero-content {
    position: relative;
    z-index: 2;
}
:where(body.page-template-template-service-wordpress) .sg-split-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: var(--sg-radius);
    overflow: hidden;
    box-shadow: var(--sg-shadow-hover);
    border: 1px solid var(--sg-border-color);
}
:where(body.page-template-template-service-wordpress) .sg-pill-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 32px 0;
}
:where(body.page-template-template-service-wordpress) .sg-pill {
    background: var(--sg-bg-white);
    border: 1px solid var(--sg-border-color);
    color: var(--sg-blue-primary);
    font-weight: 700;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 50px;
    box-shadow: var(--sg-shadow);
    transition: all 0.3s ease;
}
:where(body.page-template-template-service-wordpress) .sg-pill:hover {
    background: var(--sg-brand-blue);
    color: #fff;
    border-color: var(--sg-brand-blue);
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(20, 142, 207, 0.3);
}
:where(body.page-template-template-service-wordpress) .sg-feature-card {
    background: var(--sg-bg-white);
    border-top: 4px solid var(--sg-brand-blue);
    padding: 40px;
    border-radius: var(--sg-radius);
    box-shadow: var(--sg-shadow);
    transition: transform 0.3s ease;
    height: 100%;
}
:where(body.page-template-template-service-wordpress) .sg-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--sg-shadow-hover);
    border-color: var(--sg-blue-primary);
}
:where(body.page-template-template-service-wordpress) .sg-feature-icon {
    width: 56px;
    height: 56px;
    background: var(--sg-blue-soft);
    color: var(--sg-brand-blue);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    border: 1px solid var(--sg-border-color);
}
:where(body.page-template-template-service-wordpress) .sg-feature-icon svg {
    width: 28px;
    height: 28px;
}
:where(body.page-template-template-service-wordpress) .sg-feature-card h3 {
    font-size: 22px;
    margin-bottom: 12px;
}
:where(body.page-template-template-service-wordpress) .sg-feature-card p {
    font-size: 15px;
    margin: 0;
}
:where(body.page-template-template-service-wordpress) .sg-process-wrap {
    position: relative;
    max-width: 900px;
    margin: 64px auto 0;
    padding: 40px 0;
}
:where(body.page-template-template-service-wordpress) .sg-process-line {
    position: absolute;
    left: 40px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--sg-border-color);
    z-index: 1;
}
:where(body.page-template-template-service-wordpress) .sg-process-step:last-child {
    margin-bottom: 0;
}
:where(body.page-template-template-service-wordpress) .sg-process-marker {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    background: var(--sg-bg-white);
    border: 2px solid var(--sg-brand-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--sg-brand-blue);
    box-shadow: 0 0 0 8px var(--sg-bg-white);
    transition: all 0.4s ease;
}
:where(body.page-template-template-service-wordpress) .sg-process-marker svg {
    width: 32px;
    height: 32px;
}
:where(body.page-template-template-service-wordpress) .sg-process-step:hover .sg-process-marker {
    background: var(--sg-brand-blue);
    color: #fff;
    transform: scale(1.05);
}
:where(body.page-template-template-service-wordpress) .sg-process-content {
    background: var(--sg-bg-white);
    border: 1px solid var(--sg-border-color);
    border-radius: var(--sg-radius);
    padding: 40px;
    box-shadow: var(--sg-shadow);
    transition: transform 0.4s ease;
}
:where(body.page-template-template-service-wordpress) .sg-process-content:hover {
    transform: translateY(-5px);
    border-color: var(--sg-brand-blue);
    box-shadow: var(--sg-shadow-hover);
}
:where(body.page-template-template-service-wordpress) .sg-process-content h3 {
    font-size: 24px;
    margin-bottom: 16px;
}
:where(body.page-template-template-service-wordpress) .sg-process-content p {
    margin: 0;
    font-size: 16px;
}
:where(body.page-template-template-service-wordpress) .sg-accordion-wrapper {
    max-width: 800px;
    margin: 48px auto 0;
}
:where(body.page-template-template-service-wordpress) .sg-accordion-item {
    background: var(--sg-bg-white);
    border: 1px solid var(--sg-border-color);
    border-radius: 12px;
    margin-bottom: 16px;
    box-shadow: var(--sg-shadow);
    transition: all 0.3s ease;
    overflow: hidden;
}
:where(body.page-template-template-service-wordpress) .sg-accordion-item:hover {
    border-color: rgba(20, 142, 207, 0.5);
    box-shadow: var(--sg-shadow-hover);
}
:where(body.page-template-template-service-wordpress) .sg-accordion-item.active {
    border-color: var(--sg-brand-blue);
}
:where(body.page-template-template-service-wordpress) .sg-accordion-header {
    width: 100%;
    text-align: left;
    background: transparent;
    border: none;
    padding: 24px;
    font-family: var(--sg-font-stack);
    font-size: 18px;
    font-weight: 700;
    color: var(--sg-blue-primary);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    outline: none;
    transition: color 0.3s ease;
}
:where(body.page-template-template-service-wordpress) .sg-accordion-item:hover .sg-accordion-header {
    color: var(--sg-brand-blue);
}
:where(body.page-template-template-service-wordpress) .sg-accordion-icon {
    color: var(--sg-brand-blue);
    font-size: 24px;
    transition: transform 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: var(--sg-blue-soft);
    border-radius: 50%;
    flex-shrink: 0;
    margin-left: 16px;
}
:where(body.page-template-template-service-wordpress) .sg-accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background: var(--sg-bg-white);
}
:where(body.page-template-template-service-wordpress) .sg-accordion-inner {
    padding: 0 24px 24px 24px;
}
:where(body.page-template-template-service-wordpress) .sg-accordion-body p {
    margin: 0;
    color: var(--sg-text-body);
    font-size: 16px;
    line-height: 1.7;
}
:where(body.page-template-template-service-wordpress) .sg-accordion-item.active .sg-accordion-icon {
    transform: rotate(45deg);
    background: var(--sg-brand-blue);
    color: #fff;
}
:where(body.page-template-template-service-wordpress) .sg-reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
:where(body.page-template-template-service-wordpress) .sg-reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1024px) {
    :where(body.page-template-template-service-wordpress) .sg-grid-2 {
        grid-template-columns: 1fr;
        gap: 56px;
    }
    :where(body.page-template-template-service-wordpress) .sg-grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
    :where(body.page-template-template-service-wordpress) .sg-split-panel {
        grid-template-columns: 1fr;
    }
    :where(body.page-template-template-service-wordpress) .sg-split-bad {
        border-right: none;
        border-bottom: 1px solid var(--sg-border-color);
    }
}

@media (max-width: 768px) {
    :where(body.page-template-template-service-wordpress) .sg-section {
        padding: 80px 0;
    }
    :where(body.page-template-template-service-wordpress) .sg-service-hero {
        padding: 140px 0 80px;
    }
    :where(body.page-template-template-service-wordpress) .sg-btn-group {
        flex-direction: column;
        align-items: stretch;
    }
    :where(body.page-template-template-service-wordpress) .sg-btn {
        width: 100%;
    }
    :where(body.page-template-template-service-wordpress) .sg-grid-3 {
        grid-template-columns: 1fr;
    }
    :where(body.page-template-template-service-wordpress) .sg-process-wrap {
        padding: 0;
        margin-top: 40px;
    }
    :where(body.page-template-template-service-wordpress) .sg-process-line {
        display: none;
    }
    :where(body.page-template-template-service-wordpress) .sg-process-step {
        padding-left: 0;
        margin-bottom: 48px;
    }
    :where(body.page-template-template-service-wordpress) .sg-process-marker {
        position: relative;
        margin-bottom: 24px;
        box-shadow: none;
    }
    :where(body.page-template-template-service-wordpress) .sg-process-content {
        padding: 32px 24px;
    }
    :where(body.page-template-template-service-wordpress) .sg-split-good, :where(body.page-template-template-service-wordpress) .sg-split-bad {
        padding: 40px 24px;
    }
}


/* ===== template-services.php  scoped to .page-template-template-services ===== */
:where(body.page-template-template-services) .sg-services-page {
    font-family: var(--sg-font-stack);
    color: var(--sg-text-body);
    background-color: var(--sg-bg-white);
    line-height: 1.8;
    overflow-x: clip;
}
:where(body.page-template-template-services) .sg-services-page h1, :where(body.page-template-template-services) .sg-services-page h2, :where(body.page-template-template-services) .sg-services-page h3, :where(body.page-template-template-services) .sg-services-page h4 {
    color: var(--sg-blue-primary);
    font-weight: 800;
    margin-top: 0;
    line-height: 1.2;
    letter-spacing: -0.02em;
}
:where(body.page-template-template-services) .sg-btn:hover {
    background-color: var(--sg-blue-primary);
    border-color: var(--sg-blue-primary);
    transform: translateY(-3px);
    box-shadow: 0 20px 25px -5px rgba(15, 23, 42, 0.2);
}
:where(body.page-template-template-services) .sg-btn-outline {
    background-color: transparent;
    color: var(--sg-blue-primary) !important;
    border-color: var(--sg-blue-primary);
    box-shadow: none;
}
:where(body.page-template-template-services) .sg-btn-outline:hover {
    background-color: var(--sg-blue-primary);
    color: #FFFFFF !important;
}
:where(body.page-template-template-services) .sg-services-hero {
    position: relative;
    padding: 160px 0 100px;
    background-color: var(--sg-blue-soft);
    overflow: hidden;
}
:where(body.page-template-template-services) .sg-hero-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 500px;
    border-radius: var(--sg-radius);
    overflow: hidden;
    box-shadow: var(--sg-shadow-hover);
}
:where(body.page-template-template-services) .sg-hero-image-wrapper img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
:where(body.page-template-template-services) .sg-services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
    margin-top: 64px;
}
:where(body.page-template-template-services) .sg-service-card {
    background: var(--sg-bg-white);
    border: 1px solid var(--sg-border-color);
    border-radius: var(--sg-radius);
    box-shadow: var(--sg-shadow);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
:where(body.page-template-template-services) .sg-service-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--sg-shadow-hover);
    border-color: var(--sg-blue-accent);
}
:where(body.page-template-template-services) .sg-service-image {
    width: 100%;
    height: 260px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--sg-border-color);
}
:where(body.page-template-template-services) .sg-service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
:where(body.page-template-template-services) .sg-service-card:hover .sg-service-image img {
    transform: scale(1.05);
}
:where(body.page-template-template-services) .sg-service-number {
    position: absolute;
    top: 16px;
    right: 16px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: var(--sg-blue-primary);
    font-weight: 800;
    font-size: 16px;
    padding: 8px 16px;
    border-radius: 50px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    z-index: 2;
    border: 1px solid rgba(255,255,255,0.5);
}
:where(body.page-template-template-services) .sg-service-content {
    padding: 40px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
:where(body.page-template-template-services) .sg-service-content h3 {
    font-size: 28px;
    margin-bottom: 16px;
}
:where(body.page-template-template-services) .sg-service-content p {
    font-size: 16px;
    margin-bottom: 24px;
    color: var(--sg-text-body);
}
:where(body.page-template-template-services) .sg-service-callout {
    background: var(--sg-blue-soft);
    border-left: 3px solid var(--sg-blue-accent);
    padding: 20px 24px;
    border-radius: 0 8px 8px 0;
    margin-top: auto;
    margin-bottom: 32px;
}
:where(body.page-template-template-services) .sg-service-callout span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
    color: var(--sg-blue-accent);
    letter-spacing: 1px;
    margin-bottom: 8px;
}
:where(body.page-template-template-services) .sg-service-callout p {
    font-size: 16px;
    font-weight: 600;
    color: var(--sg-blue-primary);
    margin: 0;
    line-height: 1.5;
}
:where(body.page-template-template-services) .sg-service-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    color: var(--sg-blue-accent);
    text-decoration: none;
    font-size: 16px;
    transition: gap 0.3s ease, color 0.3s ease;
}
:where(body.page-template-template-services) .sg-service-link:hover {
    gap: 12px;
    color: var(--sg-blue-primary);
}
:where(body.page-template-template-services) .sg-tech-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 40px;
}
:where(body.page-template-template-services) .sg-tech-pill {
    background: var(--sg-bg-white);
    color: var(--sg-blue-primary);
    font-weight: 700;
    padding: 16px 32px;
    border-radius: 50px;
    font-size: 16px;
    border: 1px solid var(--sg-border-color);
    box-shadow: var(--sg-shadow);
    transition: all 0.3s ease;
}
:where(body.page-template-template-services) .sg-tech-pill:hover {
    background: var(--sg-blue-accent);
    color: #fff;
    border-color: var(--sg-blue-accent);
    transform: translateY(-3px);
    box-shadow: 0 10px 15px -3px rgba(37, 99, 235, 0.3);
}
:where(body.page-template-template-services) .sg-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
:where(body.page-template-template-services) .sg-feature-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 28px;
    height: 28px;
    background-color: var(--sg-blue-accent);
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 4px 6px rgba(37, 99, 235, 0.2);
}
:where(body.page-template-template-services) .sg-reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
:where(body.page-template-template-services) .sg-reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1024px) {
    :where(body.page-template-template-services) .sg-grid-2, :where(body.page-template-template-services) .sg-services-grid {
        grid-template-columns: 1fr;
        gap: 56px;
    }
    :where(body.page-template-template-services) .sg-hero-image-wrapper {
        min-height: 400px;
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    :where(body.page-template-template-services) .sg-section {
        padding: 80px 0;
    }
    :where(body.page-template-template-services) .sg-services-hero {
        padding: 140px 0 80px;
    }
    :where(body.page-template-template-services) .sg-btn-group {
        flex-direction: column;
        align-items: stretch;
    }
    :where(body.page-template-template-services) .sg-btn {
        width: 100%;
    }
    :where(body.page-template-template-services) .sg-title {
        font-size: 36px;
    }
    :where(body.page-template-template-services) .sg-quote-block {
        font-size: 22px;
        padding: 24px;
    }
    :where(body.page-template-template-services) .sg-service-content {
        padding: 32px 24px;
    }
}


/* ===== template-technology-stack.php  scoped to .page-template-template-technology-stack ===== */
:where(body.page-template-template-technology-stack) .sg-service-page {
    font-family: var(--sg-font-stack);
    color: var(--sg-text-body);
    background-color: var(--sg-bg-white);
    line-height: 1.8;
    overflow-x: clip;
}
:where(body.page-template-template-technology-stack) .sg-service-page h1, :where(body.page-template-template-technology-stack) .sg-service-page h2, :where(body.page-template-template-technology-stack) .sg-service-page h3, :where(body.page-template-template-technology-stack) .sg-service-page h4 {
    color: var(--sg-blue-primary);
    font-weight: 800;
    margin-top: 0;
    line-height: 1.2;
    letter-spacing: -0.02em;
}
:where(body.page-template-template-technology-stack) .sg-highlight {
    color: var(--sg-brand-blue);
    font-weight: 700;
}
:where(body.page-template-template-technology-stack) .sg-eyebrow::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--sg-brand-blue);
}
:where(body.page-template-template-technology-stack) .sg-eyebrow-dark {
    background: rgba(255,255,255,0.1);
    color: #FFFFFF;
    border: 1px solid rgba(255,255,255,0.2);
}
:where(body.page-template-template-technology-stack) .sg-eyebrow-dark::before {
    background-color: #FFFFFF;
}
:where(body.page-template-template-technology-stack) .sg-btn:hover {
    background-color: var(--sg-blue-primary);
    border-color: var(--sg-blue-primary);
    transform: translateY(-3px);
    box-shadow: 0 20px 25px -5px rgba(15, 23, 42, 0.2);
}
:where(body.page-template-template-technology-stack) .sg-btn-outline-dark {
    background-color: transparent;
    color: #FFFFFF !important;
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: none;
}
:where(body.page-template-template-technology-stack) .sg-btn-outline-dark:hover {
    background-color: #FFFFFF;
    color: var(--sg-blue-primary) !important;
    border-color: #FFFFFF;
}
:where(body.page-template-template-technology-stack) .sg-quote-block-dark {
    border-left: 4px solid var(--sg-brand-blue);
    padding: 32px 40px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 0 var(--sg-radius) var(--sg-radius) 0;
    font-weight: 700;
    font-size: 24px;
    color: #FFFFFF;
    font-style: italic;
    margin: 40px 0;
}
:where(body.page-template-template-technology-stack) .sg-quote-center::before {
    content: '“';
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 120px;
    color: var(--sg-brand-blue);
    opacity: 0.1;
    font-family: serif;
    line-height: 1;
}
:where(body.page-template-template-technology-stack) .sg-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
:where(body.page-template-template-technology-stack) .sg-feature-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 24px;
    height: 24px;
    background-color: var(--sg-brand-blue);
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 4px 6px rgba(20, 142, 207, 0.2);
}
:where(body.page-template-template-technology-stack) .sg-feature-list-negative li::before {
    background-color: var(--sg-warning);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
    box-shadow: 0 4px 6px rgba(239, 68, 68, 0.2);
}
:where(body.page-template-template-technology-stack) .sg-hero-content {
    position: relative;
    z-index: 2;
}
:where(body.page-template-template-technology-stack) .sg-split-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: var(--sg-radius);
    overflow: hidden;
    box-shadow: var(--sg-shadow-hover);
    border: 1px solid var(--sg-border-color);
}
:where(body.page-template-template-technology-stack) .sg-tech-detail-card {
    background: var(--sg-bg-white);
    border: 1px solid var(--sg-border-color);
    border-radius: var(--sg-radius);
    padding: 40px;
    box-shadow: var(--sg-shadow);
    transition: transform 0.3s ease, border-color 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}
:where(body.page-template-template-technology-stack) .sg-tech-detail-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--sg-shadow-hover);
    border-color: var(--sg-brand-blue);
}
:where(body.page-template-template-technology-stack) .sg-tech-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--sg-border-color);
}
:where(body.page-template-template-technology-stack) .sg-tech-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--sg-brand-blue);
}
:where(body.page-template-template-technology-stack) .sg-tech-icon svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
:where(body.page-template-template-technology-stack) .sg-tech-header h3 {
    margin: 0;
    font-size: 24px;
}
:where(body.page-template-template-technology-stack) .sg-tech-use-case {
    flex-grow: 1;
    margin-bottom: 32px;
}
:where(body.page-template-template-technology-stack) .sg-tech-use-case h4 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #94A3B8;
    margin-bottom: 16px;
}
:where(body.page-template-template-technology-stack) .sg-tech-why {
    background: var(--sg-blue-soft);
    padding: 24px;
    border-radius: 8px;
    border-left: 3px solid var(--sg-brand-blue);
}
:where(body.page-template-template-technology-stack) .sg-tech-why h4 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--sg-brand-blue);
    margin-bottom: 8px;
}
:where(body.page-template-template-technology-stack) .sg-tech-why p {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: var(--sg-blue-primary);
    line-height: 1.6;
}
:where(body.page-template-template-technology-stack) .sg-platform-card {
    background: var(--sg-bg-white);
    border-top: 4px solid var(--sg-brand-blue);
    padding: 48px;
    border-radius: var(--sg-radius);
    box-shadow: var(--sg-shadow);
    transition: transform 0.3s ease;
    height: 100%;
}
:where(body.page-template-template-technology-stack) .sg-platform-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--sg-shadow-hover);
    border-color: var(--sg-blue-primary);
}
:where(body.page-template-template-technology-stack) .sg-platform-card h3 {
    font-size: 28px;
    margin-bottom: 16px;
}
:where(body.page-template-template-technology-stack) .sg-reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
:where(body.page-template-template-technology-stack) .sg-reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1024px) {
    :where(body.page-template-template-technology-stack) .sg-grid-2 {
        grid-template-columns: 1fr;
        gap: 56px;
    }
    :where(body.page-template-template-technology-stack) .sg-grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
    :where(body.page-template-template-technology-stack) .sg-split-panel {
        grid-template-columns: 1fr;
    }
    :where(body.page-template-template-technology-stack) .sg-split-bad {
        border-right: none;
        border-bottom: 1px solid var(--sg-border-color);
    }
}

@media (max-width: 768px) {
    :where(body.page-template-template-technology-stack) .sg-section {
        padding: 80px 0;
    }
    :where(body.page-template-template-technology-stack) .sg-service-hero {
        padding: 120px 0 60px;
    }
    :where(body.page-template-template-technology-stack) .sg-btn-group {
        flex-direction: column;
        align-items: stretch;
    }
    :where(body.page-template-template-technology-stack) .sg-btn {
        width: 100%;
    }
    :where(body.page-template-template-technology-stack) .sg-grid-3 {
        grid-template-columns: 1fr;
    }
    :where(body.page-template-template-technology-stack) .sg-split-good, :where(body.page-template-template-technology-stack) .sg-split-bad {
        padding: 40px 24px;
    }
    :where(body.page-template-template-technology-stack) .sg-tech-detail-card {
        padding: 24px;
    }
    :where(body.page-template-template-technology-stack) .sg-platform-card {
        padding: 32px 24px;
    }
}


/* ===== template-why.php  scoped to .page-template-template-why ===== */
:where(body.page-template-template-why) .sg-page {
    font-family: var(--sg-font-stack);
    color: var(--sg-text-body);
    background-color: var(--sg-bg-white);
    line-height: 1.8;
    overflow-x: clip;
}
:where(body.page-template-template-why) .sg-page h1, :where(body.page-template-template-why) .sg-page h2, :where(body.page-template-template-why) .sg-page h3, :where(body.page-template-template-why) .sg-page h4 {
    color: var(--sg-blue-primary);
    font-weight: 800;
    margin-top: 0;
    line-height: 1.2;
    letter-spacing: -0.02em;
}
:where(body.page-template-template-why) .sg-eyebrow-dark {
    background: rgba(255,255,255,0.1);
    color: #FFFFFF;
    border: 1px solid rgba(255,255,255,0.2);
}
:where(body.page-template-template-why) .sg-quote-block-dark {
    border-left: 4px solid var(--sg-blue-accent);
    padding: 32px 40px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 0 var(--sg-radius) var(--sg-radius) 0;
    font-weight: 700;
    font-size: 24px;
    color: #FFFFFF;
    font-style: italic;
    margin: 40px 0;
}
:where(body.page-template-template-why) .sg-btn:hover {
    background-color: var(--sg-blue-primary);
    border-color: var(--sg-blue-primary);
    transform: translateY(-3px);
    box-shadow: 0 20px 25px -5px rgba(15, 23, 42, 0.2);
}
:where(body.page-template-template-why) .sg-btn-outline {
    background-color: transparent;
    color: var(--sg-blue-primary) !important;
    border-color: var(--sg-blue-primary);
    box-shadow: none;
}
:where(body.page-template-template-why) .sg-btn-outline:hover {
    background-color: var(--sg-blue-primary);
    color: #FFFFFF !important;
}
:where(body.page-template-template-why) .sg-btn-outline-dark {
    background-color: transparent;
    color: #FFFFFF !important;
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: none;
}
:where(body.page-template-template-why) .sg-btn-outline-dark:hover {
    background-color: #FFFFFF;
    color: var(--sg-blue-primary) !important;
    border-color: #FFFFFF;
}
:where(body.page-template-template-why) .sg-hero-content {
    position: relative;
    z-index: 2;
}
:where(body.page-template-template-why) .sg-manifesto {
    background: var(--sg-bg-white);
    border: 1px solid var(--sg-border-color);
    border-radius: var(--sg-radius);
    padding: 64px;
    margin-top: -80px;
    position: relative;
    z-index: 10;
    box-shadow: var(--sg-shadow-hover);
    text-align: center;
}
:where(body.page-template-template-why) .sg-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
:where(body.page-template-template-why) .sg-feature-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 28px;
    height: 28px;
    background-color: var(--sg-blue-accent);
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 4px 6px rgba(37, 99, 235, 0.2);
}
:where(body.page-template-template-why) .sg-numbered-point {
    margin-bottom: 48px;
}
:where(body.page-template-template-why) .sg-numbered-point h3 {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 28px;
    margin-bottom: 16px;
}
:where(body.page-template-template-why) .sg-point-num {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--sg-blue-light);
    color: var(--sg-blue-accent);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 800;
    flex-shrink: 0;
}
:where(body.page-template-template-why) .sg-bento-5 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 32px;
}
:where(body.page-template-template-why) .sg-bento-card {
    background: var(--sg-bg-white);
    border-top: 4px solid var(--sg-blue-accent);
    padding: 40px;
    border-radius: var(--sg-radius);
    box-shadow: var(--sg-shadow);
    transition: transform 0.3s ease;
}
:where(body.page-template-template-why) .sg-bento-card:hover {
    transform: translateY(-5px);
    border-color: var(--sg-blue-primary);
    box-shadow: var(--sg-shadow-hover);
}
:where(body.page-template-template-why) .sg-bento-card h3 {
    font-size: 24px;
    margin-bottom: 16px;
}
:where(body.page-template-template-why) .b-card-1 {
    grid-column: span 3;
}
:where(body.page-template-template-why) .b-card-2 {
    grid-column: span 3;
}
:where(body.page-template-template-why) .b-card-3 {
    grid-column: span 2;
}
:where(body.page-template-template-why) .b-card-4 {
    grid-column: span 2;
}
:where(body.page-template-template-why) .b-card-5 {
    grid-column: span 2;
}
:where(body.page-template-template-why) .sg-phil-card {
    background: var(--sg-bg-white);
    border: 1px solid var(--sg-border-color);
    padding: 40px;
    border-radius: var(--sg-radius);
    box-shadow: var(--sg-shadow);
    transition: transform 0.3s;
}
:where(body.page-template-template-why) .sg-phil-card:hover {
    transform: translateY(-5px);
    border-color: var(--sg-blue-accent);
}
:where(body.page-template-template-why) .sg-phil-card h3 {
    color: var(--sg-blue-accent);
    font-size: 24px;
    margin-bottom: 12px;
}
:where(body.page-template-template-why) .sg-phil-card p {
    font-size: 18px;
    font-weight: 600;
    color: var(--sg-blue-primary);
    margin: 0;
}
:where(body.page-template-template-why) .sg-featured-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: var(--sg-radius);
    box-shadow: var(--sg-shadow-hover);
}
:where(body.page-template-template-why) .sg-reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
:where(body.page-template-template-why) .sg-reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1024px) {
    :where(body.page-template-template-why) .sg-grid-2 {
        grid-template-columns: 1fr;
        gap: 56px;
    }
    :where(body.page-template-template-why) .sg-bento-5 {
        grid-template-columns: repeat(2, 1fr);
    }
    :where(body.page-template-template-why) .b-card-1, :where(body.page-template-template-why) .b-card-2, :where(body.page-template-template-why) .b-card-3, :where(body.page-template-template-why) .b-card-4, :where(body.page-template-template-why) .b-card-5 {
        grid-column: span 1;
    }
    :where(body.page-template-template-why) .b-card-5 {
        grid-column: span 2;
    }
}

@media (max-width: 768px) {
    :where(body.page-template-template-why) .sg-section {
        padding: 80px 0;
    }
    :where(body.page-template-template-why) .sg-grid-3, :where(body.page-template-template-why) .sg-bento-5 {
        grid-template-columns: 1fr;
    }
    :where(body.page-template-template-why) .b-card-5 {
        grid-column: span 1;
    }
    :where(body.page-template-template-why) .sg-manifesto {
        padding: 40px 24px;
        margin-top: -40px;
    }
    :where(body.page-template-template-why) .sg-btn-group {
        flex-direction: column;
        align-items: stretch;
    }
    :where(body.page-template-template-why) .sg-btn {
        width: 100%;
    }
}


/* ===== footer.php ===== */
:root {
    --sgf-bg: #0f172a;
    --sgf-text: #ffffff;
    --sgf-heading: #FFFFFF;
    --sgf-accent: #2563EB;
    --sgf-custom-blue: #01377d;
    --sgf-border: rgba(255, 255, 255, 0.1);
    --sgf-font: "Miranda Sans", system-ui, -apple-system, sans-serif;
}
.sg-site-footer {
    background-color: var(--sgf-bg);
    color: var(--sgf-text);
    font-family: var(--sgf-font);
    padding-top: 80px;
    border-top: 4px solid var(--sgf-accent);
}
.sg-footer-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}
.sg-offices-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 64px;
}
.sg-office-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--sgf-border);
    border-radius: 12px;
    padding: 24px 20px;
    transition: transform 0.3s ease, border-color 0.3s ease;
    display: flex;
    flex-direction: column;
}
.sg-office-card:hover {
    transform: translateY(-5px);
    border-color: rgba(37, 99, 235, 0.5);
}
.sg-flag-wrap img {
    width: 42px;
    border-radius: 4px;
    margin-bottom: 16px;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1);
}
.sg-country-label {
    color: var(--sgf-heading);
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 12px 0;
}
.sg-office-address {
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
    color: #CBD5E1;
    flex-grow: 1;
}
.sg-office-divider {
    height: 1px;
    background: var(--sgf-border);
    margin: 16px 0;
}
.sg-office-contact {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.sg-office-contact a, .sg-office-contact span {
    color: var(--sgf-heading);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s;
}
.sg-office-contact a:hover {
    color: var(--sgf-accent);
}
.sg-newsletter-wrapper {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid var(--sgf-border);
    border-radius: 16px;
    padding: 48px 24px;
    text-align: center;
    margin-bottom: 64px;
}
.sg-newsletter-wrapper h3 {
    color: #fff;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 12px;
}
.sg-newsletter-wrapper p {
    color: #CBD5E1;
    font-size: 16px;
    margin-bottom: 24px;
}
.sg-subscribe-form {
    display: flex;
    gap: 12px;
    max-width: 500px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.sg-subscribe-input {
    flex: 1;
    min-width: 200px;
    padding: 16px 24px;
    border-radius: 50px;
    border: 1px solid rgba(255,255,255,0.2);
    background: rgba(255,255,255,0.05);
    color: #fff;
    outline: none;
    font-family: var(--sgf-font);
    font-size: 16px;
    transition: border-color 0.3s ease;
}
.sg-subscribe-input:focus {
    border-color: var(--sgf-accent);
}
.sg-subscribe-input::placeholder {
    color: #94A3B8;
}
.sg-subscribe-btn {
    background: var(--sgf-accent);
    color: #fff;
    padding: 16px 32px;
    border: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.sg-subscribe-btn:hover {
    background: #FFFFFF;
    color: var(--sgf-accent);
    transform: translateY(-2px);
}
#sg-sub-msg {
    display: none;
    font-size: 15px;
    margin-top: 16px;
    font-weight: 600;
}
.sg-footer-menus {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 64px;
}
.sg-menu-col h4 {
    color: var(--sgf-heading);
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 24px;
    letter-spacing: 0.5px;
}
.sg-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sg-menu-list li {
    margin-bottom: 14px;
}
.sg-menu-list a {
    color: var(--sgf-text);
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
    display: inline-block;
}
.sg-menu-list a:hover {
    color: var(--sgf-accent);
    transform: translateX(4px);
}
.sg-menu-tag {
    display: inline;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    margin-left: 6px;
    white-space: nowrap;
}
.sg-footer-bottom-wrapper {
    background-color: var(--sgf-custom-blue);
    padding: 24px 0;
    margin-top: 20px;
}
.sg-footer-bottom-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
}
.sg-footer-bottom-left {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}
.sg-footer-logo-box {
    background-color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}
.sg-footer-logo-box:hover {
    transform: translateY(-2px);
}
.sg-footer-logo-box img {
    max-height: 35px;
    width: auto;
    display: block;
}
.sg-copyright {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    font-weight: 500;
}
.sg-footer-bottom-right {
    display: flex;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
}
.sg-social-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.sg-social-links a {
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    font-size: 15px;
    line-height: 1;
    text-decoration: none;
}
.sg-social-links a i {
    pointer-events: none;
}
.sg-social-links a:hover {
    background: #FFFFFF;
    color: var(--sgf-custom-blue);
    transform: translateY(-3px);
}
.sg-bottom-legal-list {
    display: flex;
    gap: 24px;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}
.sg-bottom-legal-list a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: opacity 0.3s;
}
.sg-bottom-legal-list a:hover {
    opacity: 0.7;
}
.sg-office-kicker {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: var(--sgf-accent);
    margin-bottom: 10px;
}
.sg-office-fine {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.6);
}
.sg-site-footer a:focus-visible, .sg-site-footer button:focus-visible, .sg-site-footer input:focus-visible {
    outline: 3px solid #ffffff;
    outline-offset: 3px;
    border-radius: 4px;
}
.sg-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.sg-hp-wrap {
    position: absolute !important;
    left: -9999px !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.sg-sub-consent {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    max-width: 520px;
    margin: 16px auto 0;
    text-align: left;
}
.sg-sub-consent input[type="checkbox"] {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: var(--sgf-accent);
    cursor: pointer;
}
.sg-sub-consent label {
    font-size: 13px;
    color: #CBD5E1;
    line-height: 1.5;
    cursor: pointer;
}
.sg-sub-consent a {
    color: #fff;
    text-decoration: underline;
}
#sg-sub-msg[role="status"]:empty {
    display: none;
}
.sg-footer-proof {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 40px;
    padding-top: 32px;
    border-top: 1px solid var(--sgf-border);
}
.sg-proof-chip {
    display: block;
    padding: 18px 20px;
    border: 1px solid var(--sgf-border);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
    text-decoration: none;
    transition: border-color 0.3s ease, transform 0.3s ease;
}
.sg-proof-chip:hover {
    border-color: rgba(37, 99, 235, 0.6);
    transform: translateY(-3px);
}
.sg-proof-chip strong {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 4px;
}
.sg-proof-chip span {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.5;
}

@media (prefers-reduced-motion: reduce) {
    .sg-site-footer *, .sg-site-footer *::before, .sg-site-footer *::after {
        transition-duration: 0.001ms !important;
        animation-duration: 0.001ms !important;
    }
}

@media (max-width: 1024px) {
    .sg-offices-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }
    .sg-footer-menus {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }
    .sg-footer-proof {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .sg-site-footer {
        padding-top: 56px;
    }
    .sg-offices-grid, .sg-footer-menus {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .sg-subscribe-form {
        flex-direction: column;
    }
    .sg-subscribe-btn {
        width: 100%;
    }
    .sg-footer-bottom-inner {
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }
    .sg-footer-bottom-left, .sg-footer-bottom-right {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
    .sg-bottom-legal-list {
        justify-content: center;
        gap: 16px;
    }
}


/* ===== touch targets, small screens =====
 * Measured at 375px: 56 controls fell under the 44px minimum, every one of them in
 * the header or footer. Navigation lists get real vertical padding rather than an
 * invisible expanded hit area, because 23px links expanded to 44px would overlap
 * their neighbours and cause mis-taps. Isolated controls just grow.
 *
 * Two are deliberately left alone: .skip-link is 1x1 until it receives focus, which
 * is how a skip link is supposed to behave, and the .sg-hp-wrap input is a spam
 * honeypot that must stay unobtrusive.
 */
@media (max-width: 767px) {
    .sg-menu-list li a,
    .sg-bottom-legal-list li a,
    .sg-office-contact a {
        display: block;
        min-height: 44px;
        padding-top: 11px;
        padding-bottom: 11px;
        line-height: 22px;
    }
    .sg-social-links a,
    .sg-search-trigger,
    .sg-menu-toggle,
    .sg-search-submit {
        min-width: 44px;
        min-height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .sg-subscribe-input {
        min-height: 44px;
    }
    /* WCAG 2.5.8 allows 24px for an inline input, so the checkbox grows to 24 and the
     * label text beside it carries the rest of the target. */
    .sg-sub-consent input[type="checkbox"] {
        min-width: 24px;
        min-height: 24px;
    }
    .sg-sub-consent label a {
        display: inline-block;
        min-height: 44px;
        line-height: 44px;
    }
}
