:root {
    --stitch-ink: #111318;
    --stitch-muted: #61656e;
    --stitch-paper: #f8f8f6;
    --stitch-low: #eff0ee;
    --stitch-line: #dedfdc;
    --stitch-gold: #9b681f;
    --stitch-gold-soft: #f4dfbb;
    --stitch-green: #087857;
    --stitch-serif: "Playfair Display", Georgia, serif;
    --stitch-sans: "Plus Jakarta Sans", Inter, ui-sans-serif, system-ui, sans-serif;
}

.landing-body { margin: 0; background: var(--stitch-paper); color: #1a1c1c; font-family: var(--stitch-sans); -webkit-font-smoothing: antialiased; }
.stitch-landing { overflow: hidden; background: var(--stitch-paper); }
.stitch-shell { width: min(1280px, calc(100% - 48px)); margin: auto; }
.stitch-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.95); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); box-shadow: 0 1px 8px rgba(0,0,0,.04); }
.stitch-nav { min-height: 80px; display: flex; align-items: center; gap: 24px; }
.stitch-brand { display: flex; align-items: center; gap: 10px; color: var(--stitch-ink); white-space: nowrap; }
.stitch-brand > span:last-child { display: flex; flex-direction: column; font-size: 1rem; letter-spacing: -.04em; }
.stitch-brand small { margin-top: 3px; color: var(--stitch-muted); font-size: .55rem; letter-spacing: .12em; line-height: 1.1; }
.stitch-mark { display: grid; place-items: center; width: 31px; height: 31px; background: var(--stitch-ink); color: #fff; border-radius: 7px; font-family: var(--stitch-serif); font-size: 1.1rem; }
.stitch-logo-image { width: 40px; height: 40px; object-fit: contain; border-radius: 6px; }
.stitch-nav-links { display: flex; align-items: center; gap: 5px; margin-left: auto; }
.stitch-nav-links a { padding: 10px 12px; color: #454950; font-size: .82rem; font-weight: 650; border-radius: 7px; transition: .2s; }
.stitch-nav-links a:hover, .stitch-nav-links a.is-active { background: var(--stitch-gold-soft); color: #2a1800; }
.stitch-nav-actions { display: flex; align-items: center; gap: 10px; }
.stitch-nav-actions > a { font-size: .76rem; font-weight: 700; }
.stitch-wa { display: inline-flex; align-items: center; transition: transform .2s; }
.stitch-wa img { width: 32px; height: 32px; object-fit: contain; }
.stitch-wa:hover { transform: translateY(-2px); }
.stitch-member { padding: 9px 12px; color: #454950; }
.stitch-cta { padding: 11px 15px; background: var(--stitch-ink); color: #fff; border-radius: 7px; }
.stitch-cta:hover { color: #fff; background: #303339; }
.stitch-hero { background: #fff; overflow: hidden; }
.stitch-hero-grid { display: grid; grid-template-columns: 1.65fr .78fr; gap: 48px; align-items: center; padding: 64px 0 52px; }
.stitch-hero-copy { padding: 20px 0; }
.stitch-hero-slideshow { position: relative; min-height: 315px; padding: 34px 34px 76px; background: var(--stitch-ink); border-radius: 12px; box-shadow: 0 20px 45px rgba(17,19,24,.16); }
.stitch-hero-slide { position: absolute; inset: 0; opacity: 0; transform: translateY(12px); pointer-events: none; transition: opacity .55s ease, transform .55s ease; }
.stitch-hero-slide.is-active { opacity: 1; transform: translateY(0); pointer-events: auto; }
.stitch-hero-slide h1 { margin: 25px 0 21px; padding: 0 34px; color: #fff; }
.stitch-hero-slide h1 em { color: var(--stitch-gold-soft); }
.stitch-hero-slide p { max-width: 720px; margin: 0; padding: 0 34px; color: #c5cecb; font-size: 1.08rem; line-height: 1.65; }
.stitch-hero-controls { position: absolute; left: 34px; bottom: 25px; display: flex; align-items: center; gap: 14px; }
.stitch-hero-arrow { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid rgba(244,223,187,.45); border-radius: 50%; background: transparent; color: var(--stitch-gold-soft); cursor: pointer; transition: .2s; }
.stitch-hero-arrow:hover { border-color: var(--stitch-gold-soft); background: var(--stitch-gold-soft); color: var(--stitch-ink); }
.stitch-hero-dots { display: flex; gap: 6px; }
.stitch-hero-dots button { width: 22px; height: 3px; padding: 0; border: 0; background: rgba(255,255,255,.35); cursor: pointer; transition: .25s; }
.stitch-hero-dots button.is-active { width: 38px; background: var(--stitch-gold-soft); }
.stitch-hero-slideshow-full { position: relative; min-height: clamp(530px, 72vh, 690px); overflow: hidden; background: var(--stitch-ink); color: #fff; }
.stitch-hero-slides, .stitch-hero-bg { position: absolute; inset: 0; }
.stitch-hero-bg { background-size: cover; background-position: center; opacity: 0; transform: scale(1.04); transition: opacity .65s ease, transform 7s linear; }
.stitch-hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, rgba(17,19,24,.88) 0%, rgba(17,19,24,.62) 45%, rgba(17,19,24,.22) 100%); }
.stitch-hero-bg.is-active { opacity: 1; transform: scale(1); }
.stitch-hero-progress { position: absolute; top: 0; left: 0; z-index: 3; width: 0; height: 3px; background: var(--stitch-gold-soft); transform-origin: left; }
.stitch-hero-full-inner { position: relative; z-index: 4; min-height: clamp(530px, 72vh, 690px); display: flex; align-items: flex-end; padding-top: 80px; padding-bottom: 58px; }
.stitch-hero-full-copy { width: 100%; }
.stitch-hero-full-copy .stitch-badge { background: rgba(244,223,187,.14); color: var(--stitch-gold-soft); }
.stitch-hero-full-copy .stitch-hero-slide { position: absolute; left: 0; width: min(760px, calc(100% - 280px)); min-height: 300px; }
.stitch-hero-full-copy .stitch-hero-slide h1 { margin: 48px 0 21px; color: #fff; font-size: clamp(2.7rem, 4.8vw, 5.1rem); }
.stitch-hero-full-copy .stitch-hero-slide h1 em { color: var(--stitch-gold-soft); }
.stitch-hero-full-copy .stitch-hero-slide p { max-width: 650px; color: #d0d7d3; font-size: 1.08rem; line-height: 1.65; }
.stitch-hero-full-actions { position: absolute; right: 0; bottom: 105px; display: flex; flex-direction: column; align-items: stretch; gap: 14px; width: 220px; }
.stitch-hero-light-link { color: #fff; border-bottom: 1px solid rgba(255,255,255,.65); padding-bottom: 4px; font-size: .85rem; font-weight: 750; }
.stitch-hero-light-link:hover { color: var(--stitch-gold-soft); border-color: var(--stitch-gold-soft); }
.stitch-hero-full-meta { position: absolute; right: 0; bottom: 28px; display: flex; flex-direction: column; gap: 5px; color: rgba(255,255,255,.65); font-size: .62rem; font-weight: 750; letter-spacing: .15em; text-align: right; }
.stitch-hero-slideshow-full .stitch-hero-controls { left: 0; right: auto; bottom: 28px; z-index: 6; }
.stitch-hero-slideshow-full .stitch-hero-arrow { border-color: rgba(244,223,187,.45); color: var(--stitch-gold-soft); }
.stitch-hero-slideshow-full .stitch-hero-dots button { background: rgba(255,255,255,.4); }
.stitch-hero-slideshow-full .stitch-hero-dots button.is-active { background: var(--stitch-gold-soft); }
.stitch-badge { display: inline-flex; align-items: center; gap: 9px; padding: 7px 12px; background: var(--stitch-low); border-radius: 999px; color: #454950; font-size: .64rem; font-weight: 800; letter-spacing: .1em; }
.stitch-badge i { width: 8px; height: 8px; border-radius: 50%; background: var(--stitch-green); box-shadow: 0 0 0 4px rgba(8,120,87,.1); }
.stitch-hero h1 { max-width: 850px; margin: 25px 0 21px; font-family: var(--stitch-serif); font-size: clamp(3rem, 5.8vw, 5.6rem); font-weight: 600; line-height: 1.05; letter-spacing: -.055em; }
.stitch-hero h1 em, .stitch-section h2 em, .stitch-final h2 em { color: var(--stitch-gold); font-style: italic; }
.stitch-hero-copy > p { max-width: 720px; color: var(--stitch-muted); font-size: 1.08rem; line-height: 1.65; }
.stitch-hero-actions { display: flex; align-items: center; gap: 12px; margin-top: 27px; }
.stitch-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 19px; border-radius: 7px; font-size: .83rem; font-weight: 750; transition: .2s; }
.stitch-btn:hover { transform: translateY(-2px); }
.stitch-btn-dark { background: var(--stitch-ink); color: #fff; }
.stitch-btn-dark:hover { color: #fff; background: #303339; }
.stitch-btn-soft { background: var(--stitch-low); color: #34373c; }
.stitch-btn-soft:hover { background: #e2e4e1; color: #111318; }
.stitch-btn-gold { background: var(--stitch-gold-soft); color: #2a1800; }
.stitch-btn-gold:hover { background: #edc98f; color: #2a1800; }
.stitch-reassurance { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 30px; color: var(--stitch-muted); font-size: .7rem; font-weight: 700; }
.stitch-reassurance span:first-child { color: var(--stitch-green); }
.stitch-hero-card { position: relative; min-height: 430px; background: var(--stitch-low); padding: 14px; border-radius: 12px; box-shadow: 0 18px 42px rgba(0,0,0,.1); }
.stitch-hero-card img { width: 100%; height: 402px; object-fit: cover; display: block; border-radius: 8px; filter: saturate(.6); }
.stitch-hero-overlay { position: absolute; left: 28px; right: 28px; bottom: 28px; color: #fff; background: linear-gradient(transparent, rgba(0,0,0,.75)); padding-top: 80px; }
.stitch-hero-overlay small { font-size: .64rem; letter-spacing: .13em; color: var(--stitch-gold-soft); font-weight: 800; }
.stitch-hero-overlay strong { display: block; margin-top: 5px; font-family: var(--stitch-serif); font-size: 1.6rem; line-height: 1.05; }
.stitch-hero-overlay span { display: block; margin-top: 13px; font-size: .64rem; letter-spacing: .08em; }
.stitch-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin-top: 22px; background: var(--stitch-line); border: 1px solid var(--stitch-line); border-radius: 10px; overflow: hidden; }
.stitch-stats > div { display: flex; flex-direction: column; gap: 5px; padding: 19px; background: var(--stitch-low); }
.stitch-stats strong { font-size: 1.65rem; line-height: 1; color: var(--stitch-ink); }
.stitch-stats span { color: var(--stitch-muted); font-size: .72rem; }
.stitch-section { padding: 105px 0; }
.stitch-catalog { background: var(--stitch-paper); }
.stitch-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 35px; }
.stitch-section-heading > div { max-width: 700px; }
.stitch-section-heading small, .stitch-process-heading small, .stitch-assurance-copy > small, .stitch-trust-copy > small, .stitch-final small { color: var(--stitch-gold); font-size: .68rem; letter-spacing: .15em; font-weight: 800; }
.stitch-section h2 { margin: 10px 0 0; color: var(--stitch-ink); font-family: var(--stitch-serif); font-size: clamp(2.1rem,4vw,3.7rem); font-weight: 600; line-height: 1.08; letter-spacing: -.05em; }
.stitch-section-heading > p { max-width: 360px; margin: 0; color: var(--stitch-muted); font-size: .9rem; line-height: 1.65; }
.stitch-service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.stitch-service-card { min-height: 245px; display: flex; flex-direction: column; padding: 24px; background: #fff; border-radius: 11px; box-shadow: 0 4px 18px rgba(0,0,0,.045); transition: .25s; }
.stitch-service-card:hover { transform: translateY(-5px); box-shadow: 0 13px 28px rgba(0,0,0,.09); }
.stitch-service-card.is-featured { background: var(--stitch-ink); color: #fff; }
.stitch-card-top { display: flex; justify-content: space-between; color: var(--stitch-gold); font-size: .78rem; font-weight: 800; }
.stitch-service-card.is-featured .stitch-card-top { color: var(--stitch-gold-soft); }
.stitch-service-card h3 { margin: 42px 0 10px; font-size: 1.1rem; line-height: 1.25; }
.stitch-service-card p { margin: 0; color: var(--stitch-muted); font-size: .82rem; line-height: 1.55; flex: 1; }
.stitch-service-card.is-featured p { color: #c1c8c9; }
.stitch-card-bottom { display: flex; justify-content: space-between; margin-top: 22px; color: var(--stitch-muted); font-size: .75rem; font-weight: 700; }
.stitch-service-card.is-featured .stitch-card-bottom { color: #dfe4df; }
.stitch-card-bottom strong { color: var(--stitch-gold); }
.stitch-center-link { text-align: center; margin-top: 30px; }
.stitch-text-link { color: var(--stitch-ink); border-bottom: 1px solid var(--stitch-ink); padding-bottom: 4px; font-size: .84rem; font-weight: 800; }
.stitch-text-link:hover { color: var(--stitch-gold); border-color: var(--stitch-gold); }
.stitch-process { background: var(--stitch-low); }
.stitch-process-heading { max-width: 790px; margin-bottom: 35px; }
.stitch-process-heading p { max-width: 590px; margin-top: 16px; color: var(--stitch-muted); font-size: .95rem; line-height: 1.65; }
.stitch-step-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.stitch-step-grid article { position: relative; min-height: 235px; overflow: hidden; padding: 0; background: #fff; border-radius: 10px; }
.stitch-step-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.58); }
.stitch-step-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(17,19,24,.1), rgba(17,19,24,.88)); }
.stitch-step-content { position: absolute; inset: auto 22px 20px; color: #fff; }
.stitch-step-meta { display: flex; align-items: center; justify-content: space-between; margin-bottom: 25px; }
.stitch-step-number { display: grid; place-items: center; width: 31px; height: 31px; background: var(--stitch-gold); color: #fff; border-radius: 50%; font-family: var(--stitch-serif); font-size: 1rem; }
.stitch-step-grid h3 { margin: 0 0 8px; font-size: 1rem; }
.stitch-step-grid p { margin: 0; color: #e3e6e2; font-size: .78rem; line-height: 1.55; }
.stitch-assurance { background: #fff; }
.stitch-assurance-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 75px; align-items: center; }
.stitch-assurance-copy h2, .stitch-trust-copy h2 { margin: 11px 0 16px; }
.stitch-assurance-copy > p, .stitch-trust-copy > p { max-width: 470px; color: var(--stitch-muted); font-size: .95rem; line-height: 1.7; }
.stitch-assurance-list { display: grid; gap: 10px; margin-top: 25px; color: #34373c; font-size: .82rem; font-weight: 700; }
.stitch-payment-panel { padding: 28px; background: var(--stitch-low); border-radius: 13px; }
.stitch-payment-panel > small { color: var(--stitch-muted); font-size: .68rem; font-weight: 800; letter-spacing: .14em; }
.stitch-payment-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin: 20px 0; }
.stitch-payment-grid span { display: grid; place-items: center; min-height: 75px; background: #fff; border-radius: 8px; color: var(--stitch-ink); font-size: .82rem; font-weight: 800; box-shadow: 0 2px 8px rgba(0,0,0,.04); }
.stitch-payment-note { padding: 13px; background: var(--stitch-gold-soft); border-radius: 7px; color: #2a1800; font-size: .74rem; font-weight: 700; }
.stitch-trust { background: var(--stitch-paper); }
.stitch-trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.stitch-trust-image { height: 460px; padding: 13px; background: #fff; border-radius: 12px; box-shadow: 0 14px 30px rgba(0,0,0,.08); }
.stitch-trust-image img { width: 100%; height: 100%; object-fit: cover; border-radius: 7px; filter: saturate(.58); }
.stitch-trust-points { display: grid; gap: 14px; margin-top: 28px; color: #34373c; font-size: .82rem; font-weight: 750; }
.stitch-trust-points b { display: inline-flex; align-items: center; justify-content: center; width: 23px; height: 23px; margin-right: 10px; background: var(--stitch-gold-soft); border-radius: 50%; color: #2a1800; font-family: var(--stitch-serif); font-weight: 400; }
.stitch-final { padding: 75px 0; background: var(--stitch-ink); color: #fff; }
.stitch-final-inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: end; }
.stitch-final h2 { max-width: 650px; margin: 12px 0 0; font-family: var(--stitch-serif); font-size: clamp(2.5rem,5vw,4.6rem); font-weight: 600; line-height: 1.03; letter-spacing: -.06em; }
.stitch-final h2 em { color: var(--stitch-gold-soft); }
.stitch-final p { max-width: 340px; color: #bac4c3; line-height: 1.7; font-size: .95rem; }
.stitch-final .stitch-btn { margin-top: 24px; }
.stitch-footer { background: #111318; color: #9fa9a8; }
.stitch-footer > div { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 24px 0; font-size: .75rem; }
.stitch-footer b { display: inline-grid; place-items: center; width: 21px; height: 21px; margin-right: 7px; background: var(--stitch-gold); border-radius: 5px; color: #fff; font-family: var(--stitch-serif); font-weight: 400; }
.stitch-footer-logo { width: 21px; height: 21px; object-fit: contain; border-radius: 4px; vertical-align: middle; margin-right: 7px; flex: none; }
.stitch-footer > div > span:first-child { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.stitch-footer span:last-child { text-transform: uppercase; letter-spacing: .1em; }

@media (max-width: 1000px) { .stitch-shell{width:min(100% - 32px,760px)} .stitch-nav{min-height:72px}.stitch-nav-links{display:none}.stitch-hero-grid{grid-template-columns:1fr;gap:40px;padding:55px 0 40px}.stitch-hero-slideshow{min-height:300px}.stitch-hero-slideshow-full,.stitch-hero-full-inner{min-height:590px}.stitch-hero-full-copy .stitch-hero-slide{width:100%}.stitch-hero-full-actions{left:0;right:auto;bottom:28px;width:auto;flex-direction:row;align-items:center}.stitch-hero-slideshow-full .stitch-hero-controls{left:auto;right:0;bottom:28px}.stitch-hero-card{min-height:400px;max-width:560px;margin-left:auto}.stitch-hero-card img{height:370px}.stitch-stats{grid-template-columns:repeat(2,1fr)}.stitch-service-grid{grid-template-columns:repeat(2,1fr)}.stitch-step-grid{grid-template-columns:repeat(2,1fr)}.stitch-assurance-grid,.stitch-trust-grid,.stitch-final-inner{grid-template-columns:1fr;gap:45px}.stitch-trust-image{max-width:560px}.stitch-final{padding:60px 0} }
@media (max-width: 600px) { .stitch-shell{width:calc(100% - 28px)}.stitch-member{display:none}.stitch-cta{padding:10px 12px;font-size:.73rem}.stitch-brand>span:last-child{font-size:.91rem}.stitch-logo-image{width:36px;height:36px}.stitch-hero h1{font-size:3rem}.stitch-hero-slideshow{min-height:390px;padding:25px 20px 78px}.stitch-hero-slideshow-full,.stitch-hero-full-inner{min-height:560px}.stitch-hero-full-inner{padding-top:70px;padding-bottom:75px}.stitch-hero-full-copy .stitch-hero-slide{min-height:360px}.stitch-hero-full-copy .stitch-hero-slide h1{font-size:2.7rem;line-height:1.04}.stitch-hero-full-copy .stitch-hero-slide p{font-size:.95rem}.stitch-hero-full-actions{left:0;right:auto;bottom:75px;align-items:flex-start;flex-direction:column;gap:16px;width:auto}.stitch-hero-controls{left:20px;bottom:24px}.stitch-hero-slideshow-full .stitch-hero-controls{left:auto;right:0}.stitch-hero-copy>p{font-size:.96rem}.stitch-hero-actions{align-items:stretch;flex-direction:column}.stitch-hero-card{min-height:320px;margin:0}.stitch-hero-card img{height:300px}.stitch-stats{grid-template-columns:1fr 1fr}.stitch-stats strong{font-size:1.35rem}.stitch-stats span{font-size:.68rem}.stitch-section{padding:75px 0}.stitch-section-heading{display:block}.stitch-section-heading>p{margin-top:18px}.stitch-service-grid,.stitch-step-grid{grid-template-columns:1fr}.stitch-service-card{min-height:210px}.stitch-payment-grid{grid-template-columns:1fr 1fr}.stitch-trust-image{height:310px}.stitch-final h2{font-size:2.9rem}.stitch-footer>div{display:block}.stitch-footer>div>span{display:block;margin-top:9px} }
@media (max-width: 1000px) { .stitch-hero-slideshow-full,.stitch-hero-full-inner{min-height:calc(100dvh - 102px)}.stitch-hero-full-copy{width:100%}.stitch-hero-full-copy .stitch-hero-slide{width:100%}.stitch-hero-slideshow-full .stitch-hero-controls{right:0;bottom:28px}.stitch-hero-full-meta{right:0;bottom:28px} }
@media (max-width: 600px) { .stitch-hero-full-inner{padding-top:80px;padding-bottom:125px;display:block}.stitch-hero-full-copy{padding-top:30px}.stitch-hero-full-copy .stitch-hero-slide{min-height:360px}.stitch-hero-full-copy .stitch-hero-slide h1{margin-top:35px;font-size:3.2rem;line-height:1.02}.stitch-hero-full-copy .stitch-hero-slide p{font-size:.95rem}.stitch-hero-full-actions{left:0;right:auto;bottom:76px;align-items:flex-start;flex-direction:column;gap:16px}.stitch-hero-full-meta{left:0;right:auto;bottom:24px;text-align:left;font-size:.55rem}.stitch-hero-slideshow-full .stitch-hero-controls{left:auto;right:0;bottom:28px} }
@media (prefers-reduced-motion: reduce) { .stitch-btn,.stitch-service-card{transition:none}.stitch-btn:hover,.stitch-service-card:hover{transform:none} }
/* Sembunyikan Yii2 debug toolbar di landing publik */
.yii-debug-toolbar,.yii-debug-toolbar-bottom,#yii-debug-toolbar-logo{display:none !important}
/* Back to top */
#stitch-back-top{position:fixed;right:22px;bottom:22px;z-index:120;width:44px;height:44px;border:1px solid var(--stitch-line);border-radius:50%;background:var(--stitch-ink);color:#fff;font-size:18px;line-height:1;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .25s,transform .25s,background .2s;box-shadow:0 10px 25px rgba(0,0,0,.18)}
#stitch-back-top:hover{background:var(--stitch-gold);border-color:var(--stitch-gold)}
#stitch-back-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}
