:root {
    --service-bg: #0b0b0d;
    --service-surface: #151519;
    --service-text: #f5f5f3;
    --service-muted: #b9b9c0;
    --service-accent: #c7f36b;
    --service-line: rgba(255,255,255,.13);
}

.service-page { background: var(--service-bg); color: var(--service-text); font-family: Inter, Arial, sans-serif; margin: 0; }
.service-page * { box-sizing: border-box; }
.service-page .navbar {
    position: absolute;
    top: 30px;
    z-index: 2147483647 !important;
    isolation: isolate;
    pointer-events: auto !important;
}
.service-page .navbar.nav-scroll {
    position: fixed !important;
    top: 0 !important;
    padding: 15px 0 !important;
    background: rgba(14, 15, 17, .88) !important;
    -webkit-backdrop-filter: blur(14px) saturate(135%) !important;
    backdrop-filter: blur(14px) saturate(135%) !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: background-color .25s ease, box-shadow .25s ease !important;
    transition: background-color .25s ease, box-shadow .25s ease !important;
}
.service-page .navbar .container,
.service-page .navbar .navbar-collapse,
.service-page .navbar .navbar-nav,
.service-page .navbar .nav-item,
.service-page .navbar a,
.service-page .navbar button,
.service-page .navbar .menu-icon { position: relative; z-index: 2; pointer-events: auto !important; }
.service-page .hamenu:not(.open) { z-index: -1 !important; pointer-events: none !important; }
.service-page .hamenu.open { z-index: 2147483647 !important; pointer-events: auto !important; }
.service-page main,
.service-page footer { position: relative; z-index: 0; }
.service-shell { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.service-nav { border-bottom: 1px solid var(--service-line); background: rgba(11,11,13,.94); position: sticky; top: 0; z-index: 10; }
.service-nav .service-shell { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.service-logo img { width: 190px; height: auto; display: block; }
.service-links { display: flex; gap: 24px; align-items: center; flex-wrap: wrap; }
.service-links a { color: var(--service-text); text-decoration: none; font-size: 15px; }
.service-links .service-cta, .service-cta { display: inline-flex; align-items: center; justify-content: center; padding: 13px 20px; border-radius: 999px; background: var(--service-accent); color: #10120b; font-weight: 700; text-decoration: none; }
.service-hero { position: relative; z-index: 0; padding: 170px 0 80px; background: radial-gradient(circle at 85% 20%, rgba(199,243,107,.13), transparent 28%); }
.service-kicker { color: var(--service-accent); font-size: 14px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.service-hero h1 { max-width: 900px; margin: 16px 0 24px; font-size: clamp(42px, 7vw, 78px); line-height: 1.02; letter-spacing: -.045em; }
.service-lead { max-width: 800px; color: var(--service-muted); font-size: clamp(18px, 2.2vw, 22px); line-height: 1.65; }
.service-actions { position: relative; z-index: 5; display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px; pointer-events: auto; }
.service-secondary { display: inline-flex; padding: 13px 20px; border: 1px solid var(--service-line); border-radius: 999px; color: var(--service-text); text-decoration: none; }
.service-actions a { position: relative; z-index: 6; min-height: 48px; pointer-events: auto; cursor: pointer; transition: transform .2s ease, background-color .2s ease, color .2s ease; }
.service-actions a:hover, .service-actions a:focus-visible { transform: translateY(-2px); }
.service-secondary:hover, .service-secondary:focus-visible { background: #fff; color: #111; }
.service-section { padding: 72px 0; border-top: 1px solid var(--service-line); }
.service-section h2 { max-width: 760px; margin: 0 0 20px; font-size: clamp(30px, 4vw, 48px); letter-spacing: -.03em; }
.service-section p, .service-section li { color: var(--service-muted); font-size: 17px; line-height: 1.75; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 32px; }
.service-card { padding: 28px; border: 1px solid var(--service-line); border-radius: 18px; background: var(--service-surface); }
.service-card h3 { margin: 0 0 12px; font-size: 21px; }
.service-card p { margin: 0; font-size: 15px; }
.service-steps { counter-reset: service-step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; padding: 0; list-style: none; margin-top: 32px; }
.service-steps li { counter-increment: service-step; padding: 24px; border-top: 2px solid var(--service-accent); background: var(--service-surface); }
.service-steps li::before { content: "0" counter(service-step); display: block; color: var(--service-accent); font-weight: 800; margin-bottom: 14px; }
.service-faq details { padding: 22px 0; border-bottom: 1px solid var(--service-line); }
.service-faq summary { cursor: pointer; font-size: 19px; font-weight: 700; }
.service-faq details p { max-width: 820px; margin: 14px 0 0; }
.service-proof { padding: 42px; border-radius: 22px; background: var(--service-accent); color: #111; }
.service-proof h2, .service-proof p { color: #111; }
.service-proof .service-cta { background: #111; color: #fff; min-height: 48px; margin-top: 18px; }
.service-proof .service-cta:hover, .service-proof .service-cta:focus-visible { background: #292929; color: #fff; transform: translateY(-2px); }
.service-footer { padding: 40px 0; border-top: 1px solid var(--service-line); color: var(--service-muted); }
.service-footer .service-shell { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.service-footer a { color: var(--service-text); }
.service-directory { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:32px; }
.service-directory a { padding:22px; background:var(--service-surface); border:1px solid var(--service-line); border-radius:16px; color:var(--service-text); text-decoration:none; font-weight:700; }
.service-directory a:hover { border-color:var(--service-accent); }

/* Keep the shared header and footer identical to the main Services page. */
.service-page .navbar .logo { width: auto; padding: 0; border: 0; }
.service-page .navbar .logo .onelogo { display: block; width: auto; max-width: 100%; height: auto; }
.service-page .footer-sa .logo { display: block; width: 360px; max-width: 100%; }
.service-page .footer-sa .logo img { display: block; width: 100%; height: auto; }
.service-page .footer-sa img[src*="ShopifyPartners_Primary_Inverted"] { display: block; width: 280px; max-width: 100%; height: auto; margin-top: 20px; }
.service-page .footer-sa h4 { font-size: 36px; line-height: 1.3; }
.service-page .footer-sa .contact-info .item p { font-size: 16px; line-height: 1.7; }
.service-page .footer-sa .sub-footer p,
.service-page .footer-sa .sub-footer a { font-size: 14px; }
@media (max-width: 992px) {
    .service-page .navbar,
    .service-page .navbar.nav-scroll { position: absolute !important; top: 18px !important; padding: 0 !important; transform: none !important; backdrop-filter: none !important; background: transparent !important; transition: none !important; }
    .service-page .navbar .container { padding-left: 14px; padding-right: 14px; }
    .service-page .navbar .logo,
    .service-page .navbar .logo img { width: 225px !important; max-width: 225px !important; height: auto; }
    .service-page .navbar .topnav .butn { display: none; }
    .service-links a:not(.service-cta) { display: none; }
    .service-grid, .service-directory { grid-template-columns: 1fr; }
    .service-steps { grid-template-columns: 1fr 1fr; }
    .service-hero { padding: 138px 0 56px; }
    .service-kicker { margin: 0 0 14px; line-height: 1.5; }
    .service-hero h1 { margin: 0 0 20px; line-height: 1.08; }
    .service-lead { font-size: 18px; line-height: 1.6; }
    .service-section { padding: 52px 0; }
    .service-section h2 { margin-bottom: 16px; }
    .service-grid { gap: 14px; margin-top: 24px; }
    .service-card { padding: 22px; }
    .service-steps { gap: 12px; margin-top: 24px; }
    .service-steps li { padding: 20px; }
    .service-faq details { padding: 18px 0; }
    .service-page .footer-sa { padding-bottom: 36px !important; }
    .service-page .footer-sa > .container.section-padding { padding-top: 56px; padding-bottom: 38px; }
    .service-page .footer-sa .call-action { margin-bottom: 44px !important; }
    .service-page .footer-sa .call-action h2 { font-size: 52px; line-height: 1.08; }
    .service-page .footer-sa .sec-head { margin-bottom: 30px !important; }
    .service-page .footer-sa .sec-head .mb-80 { margin-bottom: 32px !important; }
    .service-page .footer-sa .sec-head .mb-50 { margin-bottom: 24px !important; }
    .service-page .footer-sa .contact-info .item { margin-top: 24px; margin-bottom: 22px; }
    .service-page .footer-sa .contact-info .justify-content-end { justify-content: flex-start !important; }
    .service-page .footer-sa .sub-footer { padding-top: 24px; }
    .service-page .footer-sa .sub-footer .justify-content-end { justify-content: flex-start !important; }
    .service-page .footer-sa .sub-footer .links { gap: 16px 22px; flex-wrap: wrap; justify-content: flex-start !important; }
    .service-page .footer-sa .logo { width: min(300px, 100%); }
    .service-page .footer-sa h4 { font-size: 28px; }
    .service-page .footer-sa img[src*="ShopifyPartners_Primary_Inverted"] { width: 240px; }
}
@media (max-width: 520px) {
    .service-page .navbar,
    .service-page .navbar.nav-scroll { top: 14px !important; }
    .service-page .navbar .logo,
    .service-page .navbar .logo img { width: 195px !important; max-width: 195px !important; }
    .service-page .menu-icon { margin-left: auto; }
    .service-shell { width: min(100% - 28px, 1120px); }
    .service-logo img { width: 155px; }
    .service-steps { grid-template-columns: 1fr; }
    .service-hero { padding: 124px 0 44px; }
    .service-kicker { font-size: 12px; letter-spacing: .06em; margin-bottom: 12px; }
    .service-hero h1 { font-size: 36px; margin-bottom: 16px; }
    .service-lead { font-size: 16px; line-height: 1.65; }
    .service-actions { margin-top: 24px; gap: 10px; }
    .service-actions { align-items: stretch; flex-direction: column; }
    .service-actions a { width: 100%; text-align: center; }
    .service-section { padding: 42px 0; }
    .service-section h2 { font-size: 29px; line-height: 1.18; }
    .service-section p, .service-section li { font-size: 16px; line-height: 1.65; }
    .service-card { padding: 20px; border-radius: 14px; }
    .service-faq summary { font-size: 17px; line-height: 1.45; padding-right: 8px; }
    .service-proof { padding: 26px 20px; border-radius: 16px; }
    .service-proof .service-cta { width: 100%; }
    .service-page .footer-sa { padding-bottom: 24px !important; }
    .service-page .footer-sa > .container.section-padding { padding-top: 44px; padding-bottom: 28px; }
    .service-page .footer-sa .call-action { margin-bottom: 34px !important; }
    .service-page .footer-sa .call-action h2 { font-size: 39px; line-height: 1.08; }
    .service-page .footer-sa .sec-head { margin-bottom: 20px !important; }
    .service-page .footer-sa .sec-head .mb-80,
    .service-page .footer-sa .sec-head .mb-50 { margin-bottom: 24px !important; }
    .service-page .footer-sa .contact-info .item { margin-top: 20px; margin-bottom: 18px; }
    .service-page .footer-sa .sub-footer { padding-top: 20px; }
    .service-page .footer-sa .sub-footer .copy { margin-bottom: 18px !important; }
    .service-page .footer-sa .sub-footer .links { gap: 12px 18px; }
    .service-page .footer-sa .logo { width: min(240px, 100%); }
    .service-page .footer-sa h4 { font-size: 24px; }
    .service-page .footer-sa img[src*="ShopifyPartners_Primary_Inverted"] { width: 220px; }
}
