:root {
  --ink: #151617;
  --ink-soft: #4c4d4f;
  --paper: #f7f6f2;
  --white: #fffefa;
  --line: #deded7;
  --lime: #d9ff4f;
  --lime-deep: #b6db29;
  --orange: #ff7a38;
  --purple: #8f79ff;
  --blue: #88ccff;
  --success: #157d54;
  --danger: #d84c4c;
  --shadow: 0 20px 60px rgba(25, 26, 27, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
button, input { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }

.site-shell { min-height: 100vh; overflow: hidden; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.topbar {
  background: var(--ink);
  color: #eaeae3;
  font-size: 12px;
  letter-spacing: .01em;
}
.topbar-inner { min-height: 36px; display: flex; align-items: center; justify-content: center; gap: 9px; }
.dot { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(217,255,79,.12); }
.header { height: 82px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 10; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-size: 20px; font-weight: 700; letter-spacing: -.055em; }
.brand-mark { width: 28px; height: 28px; position: relative; display: block; }
.brand-mark::before, .brand-mark::after { content: ""; position: absolute; border-radius: 50%; }
.brand-mark::before { width: 22px; height: 22px; top: 1px; left: 1px; background: var(--ink); }
.brand-mark::after { width: 14px; height: 14px; right: 0; bottom: 0; background: var(--lime); }
.nav { display: flex; align-items: center; gap: 29px; margin-left: 105px; }
.nav a { color: #626365; font-size: 14px; font-weight: 500; transition: color .2s ease; }
.nav a:hover, .nav a.active { color: var(--ink); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.link-button, .button { border: 0; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; transition: transform .2s, box-shadow .2s, background .2s; }
.link-button { color: var(--ink); background: transparent; padding: 10px 5px; font-size: 14px; font-weight: 600; }
.button { padding: 13px 19px; font-size: 14px; font-weight: 700; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: white; background: var(--ink); box-shadow: 0 6px 0 #2d2e30; }
.button-dark:hover { box-shadow: 0 8px 0 #2d2e30; }
.button-lime { color: var(--ink); background: var(--lime); box-shadow: 0 6px 0 var(--lime-deep); }
.button-lime:hover { box-shadow: 0 8px 0 var(--lime-deep); }
.button-light { color: var(--ink); background: var(--white); border: 1px solid var(--line); }
.button-wide { width: 100%; }
.button[disabled] { cursor: not-allowed; opacity: .65; transform: none; }
.menu-button { display: none; width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); background: var(--white); }

.hero { padding: 54px 0 76px; position: relative; }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 60px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; border: 1px solid #d7d7d0; border-radius: 99px; padding: 7px 11px; color: #595b59; font: 500 11px "DM Mono", monospace; letter-spacing: .05em; text-transform: uppercase; }
.eyebrow span { width: 6px; height: 6px; border-radius: 100%; background: var(--orange); }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { font-family: Fraunces, Georgia, serif; font-size: clamp(48px, 6.1vw, 78px); font-weight: 600; line-height: .99; letter-spacing: -.065em; margin: 20px 0 24px; max-width: 645px; }
.hero h1 em { color: #7670ce; font-weight: 600; }
.hero-copy { color: var(--ink-soft); line-height: 1.65; font-size: 17px; max-width: 500px; margin-bottom: 30px; }
.hero-buttons { display: flex; gap: 12px; align-items: center; }
.hero-note { display: flex; align-items: center; gap: 11px; margin-top: 31px; color: #666765; font-size: 12px; }
.avatar-stack { display: flex; }
.avatar { width: 26px; height: 26px; margin-right: -7px; border: 2px solid var(--paper); border-radius: 50%; background: linear-gradient(130deg, #4e83d6 0 52%, #ffc48d 52%); }
.avatar:nth-child(2) { background: linear-gradient(135deg, #fa9e80 0 55%, #553738 55%); }
.avatar:nth-child(3) { background: linear-gradient(135deg, #5d9f82 0 48%, #f2d2b2 48%); }
.hero-art { min-height: 485px; position: relative; }
.hero-blob { position: absolute; width: 430px; height: 430px; top: 21px; right: 1px; border-radius: 46% 54% 52% 48% / 47% 45% 55% 53%; background: var(--lime); transform: rotate(-7deg); }
.hero-blob::before { content: ""; position: absolute; inset: 25px; border: 1.5px solid rgba(22,23,24,.18); border-radius: inherit; }
.product-fan { position: absolute; width: 440px; height: 420px; top: 24px; left: 7px; }
.hero-card { position: absolute; width: 196px; height: 262px; padding: 16px; border: 2px solid var(--ink); box-shadow: 9px 10px 0 var(--ink); overflow: hidden; transition: transform .3s ease; }
.hero-card:hover { z-index: 6; transform: translateY(-9px) rotate(0deg); }
.hero-card p { font: 500 10px "DM Mono", monospace; letter-spacing: .04em; margin: 0; }
.hero-card strong { display: block; font: 700 27px/1 Fraunces, Georgia, serif; letter-spacing: -.06em; max-width: 130px; margin-top: 12px; }
.hero-card.one { background: #ffc77d; top: 40px; left: 20px; transform: rotate(-13deg); }
.hero-card.two { background: #b9aafc; top: 23px; left: 127px; transform: rotate(4deg); }
.hero-card.three { background: #f9f6eb; top: 135px; left: 238px; transform: rotate(14deg); }
.cover-doodle { position: absolute; width: 114px; height: 114px; right: -12px; bottom: -13px; border: 2px solid var(--ink); border-radius: 50% 42% 47% 51%; }
.cover-doodle::after { content: ""; position: absolute; height: 89px; width: 16px; top: -47px; left: 53px; background: var(--ink); transform: rotate(37deg); border-radius: 20px; }
.hero-card.two .cover-doodle { background: var(--lime); border-radius: 24px; transform: rotate(21deg); }
.hero-card.three .cover-doodle { border-radius: 0; background: #ff6f45; transform: rotate(45deg); }
.float-sticker { position: absolute; z-index: 8; background: var(--ink); color: white; padding: 11px 13px; border-radius: 10px; font: 500 11px "DM Mono", monospace; letter-spacing: .015em; transform: rotate(-6deg); bottom: 20px; left: 23px; box-shadow: 5px 6px 0 rgba(20,21,22,.16); }
.float-sticker b { color: var(--lime); }

.social-proof { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 23px 0; }
.social-proof-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.social-proof p { font-size: 13px; color: #6e706e; margin: 0; max-width: 175px; line-height: 1.4; }
.logo-list { display: flex; align-items: center; justify-content: space-between; flex: 1; gap: 20px; color: #777874; }
.client-logo { color: #686966; font-size: 18px; font-weight: 700; letter-spacing: -.05em; white-space: nowrap; }
.client-logo:nth-child(even) { font-family: Fraunces, Georgia, serif; font-style: italic; font-weight: 600; }

.section { padding: 102px 0; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 37px; gap: 20px; }
.section-heading h2 { margin: 10px 0 0; font: 600 clamp(34px, 4vw, 50px)/1 Fraunces, Georgia, serif; letter-spacing: -.06em; }
.section-heading p { color: var(--ink-soft); line-height: 1.58; max-width: 335px; margin: 0; font-size: 14px; }
.text-link { display: inline-flex; gap: 7px; align-items: center; font-size: 14px; font-weight: 700; padding-bottom: 3px; border-bottom: 1px solid var(--ink); }
.text-link:hover { color: #716bbd; border-color: #716bbd; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.product-card { background: var(--white); border: 1px solid var(--line); padding: 10px; border-radius: 13px; transition: transform .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.cover { height: 234px; position: relative; overflow: hidden; border-radius: 8px; padding: 14px; }
.cover .cover-kicker { font: 500 9px "DM Mono", monospace; letter-spacing: .06em; }
.cover .cover-title { position: relative; z-index: 2; display: block; font: 600 26px/.94 Fraunces, Georgia, serif; letter-spacing: -.06em; max-width: 145px; margin-top: 10px; }
.cover .cover-sub { display: block; position: absolute; left: 14px; bottom: 13px; font: 500 9px "DM Mono", monospace; letter-spacing: .03em; z-index: 2; }
.cover-canvas { background: #ffc97e; }
.cover-canvas::before { content: ""; width: 120px; height: 120px; border: 2px solid var(--ink); position: absolute; right: -25px; bottom: -19px; border-radius: 50%; }
.cover-canvas::after { content: ""; width: 12px; height: 144px; position: absolute; right: 54px; bottom: -8px; border-radius: 10px; background: var(--ink); transform: rotate(41deg); }
.cover-notion { background: #c2b5fe; }
.cover-notion::before { content: "N"; position: absolute; right: -7px; bottom: -33px; font: 700 185px/.8 Georgia, serif; color: #e9e5ff; letter-spacing: -.18em; }
.cover-ebook { background: #9edff4; }
.cover-ebook::before { content: ""; position: absolute; right: 13px; bottom: 16px; width: 80px; height: 103px; background: #fff9e9; border: 2px solid var(--ink); transform: rotate(9deg); box-shadow: 8px 7px 0 #ff7547; }
.cover-ebook::after { content: ""; position: absolute; right: 60px; bottom: 45px; width: 54px; height: 4px; background: var(--ink); box-shadow: 0 13px 0 var(--ink), 0 26px 0 var(--ink); transform: rotate(9deg); }
.cover-pitch { background: #f3f0e8; }
.cover-pitch::before { content: ""; position: absolute; width: 182px; height: 126px; right: -30px; bottom: -34px; border: 2px solid var(--ink); border-radius: 50% 50% 0 0; background: var(--lime); }
.cover-pitch::after { content: "↗"; position: absolute; right: 15px; bottom: 16px; font-size: 90px; line-height: .8; }
.product-info { padding: 14px 4px 3px; }
.product-type { display: flex; align-items: center; justify-content: space-between; color: #797a77; font: 500 10px "DM Mono", monospace; letter-spacing: .04em; text-transform: uppercase; }
.rating { color: #4e4f4e; letter-spacing: 0; }
.product-name { margin: 8px 0 5px; font-size: 16px; letter-spacing: -.035em; line-height: 1.18; }
.product-description { margin: 0; color: #71726f; font-size: 12px; line-height: 1.45; min-height: 36px; }
.product-bottom { margin-top: 15px; display: flex; justify-content: space-between; align-items: center; }
.price { font-weight: 700; letter-spacing: -.025em; }
.card-arrow { width: 31px; height: 31px; border: 1px solid var(--line); background: var(--white); border-radius: 50%; display: grid; place-items: center; transition: background .2s; }
.product-card:hover .card-arrow { background: var(--lime); border-color: var(--lime); }

.process-section { background: var(--ink); color: white; padding: 99px 0 93px; position: relative; overflow: hidden; }
.process-section::before { content: ""; position: absolute; width: 730px; height: 730px; border: 1px solid rgba(217,255,79,.19); border-radius: 50%; right: -320px; bottom: -380px; }
.process-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; position: relative; }
.process-heading h2 { margin: 10px 0 0; color: #fffefa; font: 600 clamp(36px, 4.7vw, 57px)/.98 Fraunces, Georgia, serif; letter-spacing: -.06em; max-width: 520px; }
.process-heading .eyebrow { color: #babbb3; border-color: #3e4041; }
.process-heading .eyebrow span { background: var(--lime); }
.process-heading p { color: #bbbdb7; max-width: 282px; line-height: 1.6; font-size: 14px; margin: 0 0 3px; }
.steps { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 49px; margin-top: 61px; }
.step { border-top: 1px solid #444647; padding-top: 20px; }
.step-number { color: var(--lime); font: 500 11px "DM Mono", monospace; }
.step-icon { margin: 28px 0 21px; width: 45px; height: 45px; border-radius: 50%; background: #27292a; display: grid; place-items: center; }
.step h3 { font-size: 18px; letter-spacing: -.04em; margin-bottom: 8px; }
.step p { color: #b5b6b0; line-height: 1.55; font-size: 13px; max-width: 290px; margin: 0; }
.line-art { position: absolute; width: 112px; height: 1px; background: linear-gradient(90deg, #5c5d5a 50%, transparent 50%); background-size: 8px 1px; top: 44px; left: calc(33.333% - 31px); }
.line-art.two { left: calc(66.666% - 31px); }

.testimonial { padding: 105px 0; }
.testimonial-box { background: #eeebe2; padding: 61px min(8vw, 104px); position: relative; border-radius: 5px; overflow: hidden; }
.testimonial-box::after { content: "“"; position: absolute; color: var(--lime); font: 700 220px/.7 Fraunces, Georgia, serif; top: 16px; right: 35px; opacity: .8; }
.testimonial-quote { position: relative; z-index: 1; max-width: 820px; margin: 0; font: 600 clamp(29px, 3.45vw, 45px)/1.16 Fraunces, Georgia, serif; letter-spacing: -.055em; }
.testimonial-author { position: relative; z-index: 1; margin-top: 31px; display: flex; align-items: center; gap: 10px; font-size: 13px; }
.author-photo { width: 34px; height: 34px; border-radius: 50%; background: linear-gradient(135deg, #e6a575 0 47%, #372a2b 47% 70%, #f4d2ba 70%); }
.author-role { color: #6a6b68; font-size: 12px; margin-top: 2px; }

.faq-section { padding: 0 0 102px; }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.faq-layout h2 { margin: 10px 0 0; font: 600 clamp(35px, 4vw, 49px)/1 Fraunces, Georgia, serif; letter-spacing: -.06em; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { appearance: none; border: 0; padding: 20px 2px; width: 100%; display: flex; justify-content: space-between; gap: 20px; background: transparent; font-size: 15px; font-weight: 600; text-align: left; }
.faq-question span:last-child { color: #777; font-size: 22px; font-weight: 400; line-height: .75; transition: transform .2s; }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faq-answer p { overflow: hidden; margin: 0; color: #686966; font-size: 13px; line-height: 1.6; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer p { padding: 0 35px 20px 0; }
.faq-item.open .faq-question span:last-child { transform: rotate(45deg); }

.cta { padding-bottom: 92px; }
.cta-inner { color: white; background: #716bc4; min-height: 310px; padding: 58px min(7vw, 89px); display: flex; justify-content: space-between; align-items: center; gap: 25px; border-radius: 5px; position: relative; overflow: hidden; }
.cta-inner::before { content: ""; position: absolute; width: 260px; height: 260px; right: 31px; bottom: -145px; border-radius: 50%; border: 2px solid rgba(255,255,255,.48); }
.cta-inner::after { content: "✦"; position: absolute; right: 92px; top: 42px; font-size: 62px; color: var(--lime); transform: rotate(11deg); }
.cta h2 { max-width: 545px; position: relative; z-index: 1; margin: 0; font: 600 clamp(35px, 4.4vw, 55px)/.99 Fraunces, Georgia, serif; letter-spacing: -.06em; }
.cta .button { position: relative; z-index: 1; flex-shrink: 0; }
.footer { color: #bcbdb8; background: var(--ink); padding: 54px 0 28px; }
.footer-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; padding-bottom: 50px; border-bottom: 1px solid #3d3f40; }
.footer .brand { color: #f9f8f2; }
.footer .brand-mark::before { background: #f9f8f2; }
.footer-links { display: flex; gap: 27px; font-size: 13px; }
.footer-links a:hover { color: var(--lime); }
.footer-bottom { padding-top: 24px; display: flex; justify-content: space-between; font: 400 11px "DM Mono", monospace; color: #92938e; }

/* Catalog and product pages */
.page-intro { padding: 55px 0 48px; border-bottom: 1px solid var(--line); }
.page-intro h1 { font: 600 clamp(45px, 5.7vw, 68px)/.98 Fraunces, Georgia, serif; letter-spacing: -.067em; margin: 13px 0 14px; }
.page-intro p { color: var(--ink-soft); max-width: 500px; line-height: 1.6; margin: 0; }
.catalog { padding: 33px 0 100px; }
.filters { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; margin-bottom: 31px; }
.filter { appearance: none; border: 1px solid var(--line); padding: 8px 13px; color: #5b5c59; background: var(--white); border-radius: 999px; font-size: 12px; font-weight: 600; }
.filter.active, .filter:hover { background: var(--ink); color: white; border-color: var(--ink); }
.catalog .product-grid { grid-template-columns: repeat(3, 1fr); gap: 22px; }
.catalog .cover { height: 280px; }
.empty-message { padding: 65px 0; color: #73746f; text-align: center; }
.breadcrumb { padding: 28px 0 0; color: #71726f; font-size: 13px; }
.breadcrumb a { color: var(--ink); font-weight: 600; }
.breadcrumb span { margin: 0 8px; }
.detail { padding: 31px 0 106px; display: grid; grid-template-columns: .93fr 1.07fr; gap: 77px; align-items: start; }
.detail-cover { height: 575px; padding: 29px; position: sticky; top: 20px; border-radius: 8px; }
.detail-cover .cover-title { font-size: 57px; max-width: 270px; margin-top: 20px; }
.detail-cover .cover-kicker { font-size: 12px; }
.detail-cover .cover-sub { font-size: 12px; left: 29px; bottom: 27px; }
.detail-content { padding-top: 12px; }
.detail-category { font: 500 11px "DM Mono", monospace; letter-spacing: .06em; color: #71726f; text-transform: uppercase; }
.detail-content h1 { max-width: 500px; font: 600 clamp(42px, 5.4vw, 63px)/.98 Fraunces, Georgia, serif; letter-spacing: -.065em; margin: 15px 0 19px; }
.detail-lead { color: var(--ink-soft); font-size: 17px; line-height: 1.62; max-width: 530px; }
.detail-price { margin: 27px 0 22px; font-size: 24px; letter-spacing: -.04em; font-weight: 700; }
.detail-points { list-style: none; padding: 23px 0; margin: 0 0 28px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; gap: 13px; }
.detail-points li { font-size: 14px; display: flex; align-items: center; gap: 10px; }
.tick { width: 19px; height: 19px; border-radius: 50%; display: inline-grid; place-items: center; color: var(--ink); background: var(--lime); font-size: 12px; font-weight: 700; }
.secure-note { color: #6b6c69; font-size: 12px; margin: 21px 0 0; text-align: center; }

/* Checkout */
.checkout-wrap { padding: 32px 0 100px; }
.checkout-steps { display: flex; align-items: center; margin-bottom: 32px; color: #83847f; font: 500 11px "DM Mono", monospace; text-transform: uppercase; letter-spacing: .04em; }
.checkout-step { display: flex; align-items: center; gap: 7px; }
.checkout-step::after { content: ""; width: 43px; height: 1px; background: var(--line); margin: 0 13px; }
.checkout-step:last-child::after { display: none; }
.checkout-step i { font-style: normal; border-radius: 50%; background: #d8d9d2; color: #6e706b; width: 20px; height: 20px; display: grid; place-items: center; }
.checkout-step.active { color: var(--ink); }
.checkout-step.active i { color: var(--ink); background: var(--lime); }
.checkout-grid { display: grid; grid-template-columns: .96fr 1.04fr; gap: 27px; align-items: start; }
.checkout-panel { background: var(--white); border: 1px solid var(--line); border-radius: 9px; padding: 31px; }
.checkout-panel h1, .checkout-panel h2 { margin: 0 0 8px; font: 600 35px/1.05 Fraunces, Georgia, serif; letter-spacing: -.055em; }
.checkout-panel > p { color: #6f716c; line-height: 1.55; font-size: 13px; margin-bottom: 26px; }
.field-label { font-size: 13px; font-weight: 700; display: block; margin-bottom: 8px; }
.input { width: 100%; height: 49px; border: 1px solid #d2d3cc; border-radius: 6px; padding: 0 13px; background: #fff; color: var(--ink); outline-color: #8078cf; }
.input:focus { border-color: #8078cf; }
.input-hint { font-size: 11px; color: #777873; margin: 8px 0 23px; line-height: 1.45; }
.order-summary { padding: 0; overflow: hidden; }
.summary-top { display: flex; gap: 16px; padding: 21px; border-bottom: 1px solid var(--line); }
.summary-cover { flex: 0 0 86px; height: 98px; border-radius: 5px; padding: 8px; }
.summary-cover .cover-title { font-size: 14px; max-width: 58px; margin-top: 4px; }
.summary-cover .cover-kicker, .summary-cover .cover-sub { font-size: 5px; }
.summary-cover .cover-sub { left: 8px; bottom: 8px; }
.summary-top h2 { font: 600 19px/1.1 Fraunces, Georgia, serif; letter-spacing: -.04em; margin: 4px 0 8px; }
.summary-top p { color: #777873; font-size: 11px; line-height: 1.5; margin: 0; }
.summary-details { padding: 18px 21px 21px; }
.summary-line { display: flex; justify-content: space-between; color: #656662; font-size: 13px; margin-bottom: 12px; }
.summary-total { border-top: 1px solid var(--line); padding-top: 16px; margin-top: 16px; color: var(--ink); font-size: 16px; font-weight: 700; }
.payment-panel { position: relative; }
.status-badge { display: inline-flex; align-items: center; gap: 7px; border-radius: 99px; padding: 6px 10px; font: 500 10px "DM Mono", monospace; letter-spacing: .035em; text-transform: uppercase; background: #f5eec6; color: #816919; }
.status-badge .status-dot { width: 6px; height: 6px; border-radius: 50%; background: #d3ac1c; }
.status-badge.paid { background: #dff5e8; color: #147145; }
.status-badge.paid .status-dot { background: #15945a; }
.qris-box { display: grid; grid-template-columns: 185px 1fr; gap: 27px; align-items: center; padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin: 22px 0; }
.qr-code { width: 185px; height: 185px; padding: 11px; background: white; border: 1px solid #cccdc7; position: relative; }
.qr-code::before { content: ""; display: block; width: 100%; height: 100%; background-color: #171819; background-image: linear-gradient(90deg, transparent 54%, white 54% 59%, transparent 59%), linear-gradient(0deg, transparent 31%, white 31% 36%, transparent 36%), repeating-linear-gradient(90deg, transparent 0 6px, white 6px 11px, transparent 11px 17px), repeating-linear-gradient(0deg, transparent 0 9px, white 9px 14px, transparent 14px 21px); background-size: 100% 100%, 100% 100%, 31px 39px, 27px 34px; opacity: .95; }
.qr-code:has(img)::before { display: none; }
.qr-code img { width: 100%; height: 100%; display: block; object-fit: contain; position: relative; z-index: 2; }
.qr-finder { position: absolute; width: 38px; height: 38px; border: 8px solid #171819; background: white; z-index: 1; }
.qr-finder::after { content: ""; display: block; width: 100%; height: 100%; background: #171819; }
.qr-finder.a { left: 18px; top: 18px; }.qr-finder.b { right: 18px; top: 18px; }.qr-finder.c { left: 18px; bottom: 18px; }
.payment-value { color: #73746f; font-size: 12px; margin-bottom: 8px; }
.payment-value strong { display: block; color: var(--ink); font-size: 26px; letter-spacing: -.05em; margin-top: 3px; }
.expiry { display: flex; align-items: center; gap: 8px; color: #787974; font-size: 12px; margin-top: 20px; }
.expiry b { color: var(--ink); font: 500 12px "DM Mono", monospace; }
.payment-note { color: #747570; font-size: 12px; line-height: 1.6; margin: 0; }
.demo-pay { margin-top: 24px; font-size: 12px; width: 100%; padding: 11px; border-radius: 6px; color: #5d5e5a; border: 1px dashed #bebfb8; background: #fbfbf7; }
.demo-pay:hover { background: #f1f0e9; }
.payment-success { padding: 26px 0 4px; text-align: center; }
.success-orb { width: 56px; height: 56px; display: grid; place-items: center; color: var(--ink); background: var(--lime); border-radius: 50%; margin: 0 auto 17px; font-size: 25px; }
.payment-success h2 { margin-bottom: 8px; }

/* Admin */
.admin-shell { min-height: 100vh; background: #f4f4ef; display: grid; grid-template-columns: 235px 1fr; }
.admin-side { background: var(--ink); color: white; padding: 28px 18px; display: flex; flex-direction: column; min-height: 100vh; }
.admin-side .brand { padding: 0 8px; margin-bottom: 53px; }.admin-side .brand-mark::before { background: white; }
.admin-label { color: #898a85; font: 500 10px "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; padding: 0 11px; margin-bottom: 10px; }
.admin-menu { display: grid; gap: 4px; }
.admin-menu a { display: flex; align-items: center; gap: 11px; padding: 11px; border-radius: 7px; color: #b9bab4; font-size: 13px; font-weight: 500; }
.admin-menu a.active, .admin-menu a:hover { color: white; background: #2b2d2e; }
.admin-menu a span:first-child { width: 18px; color: var(--lime); }
.admin-user { margin-top: auto; padding: 14px 10px 2px; border-top: 1px solid #393b3b; display: flex; align-items: center; gap: 10px; }
.admin-user .author-photo { width: 29px; height: 29px; }.admin-user strong { font-size: 12px; display: block; }.admin-user small { font-size: 10px; color: #9c9d98; }
.admin-main { padding: 29px 38px 54px; min-width: 0; }
.admin-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 31px; }
.admin-head p { margin: 0 0 5px; color: #747570; font-size: 12px; }.admin-head h1 { margin: 0; font: 600 32px/1 Fraunces, Georgia, serif; letter-spacing: -.055em; }
.admin-date { color: #666762; background: white; border: 1px solid var(--line); border-radius: 6px; font-size: 12px; padding: 9px 12px; }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.stat { padding: 18px; background: white; border: 1px solid var(--line); border-radius: 8px; }.stat-label { color: #747570; font-size: 11px; }.stat-value { margin-top: 10px; font-size: 24px; letter-spacing: -.055em; font-weight: 700; }.stat-change { color: #11824f; font-size: 10px; font-weight: 700; }.stat-change.neutral { color: #787974; }
.admin-content-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 17px; margin-top: 19px; }
.dashboard-card { border: 1px solid var(--line); border-radius: 8px; background: white; overflow: hidden; }.dashboard-card-header { padding: 19px 20px 16px; display: flex; justify-content: space-between; align-items: center; }.dashboard-card h2 { font: 600 17px Fraunces, Georgia, serif; letter-spacing: -.035em; margin: 0; }.small-link { color: #6566a7; border: 0; background: none; padding: 0; font-size: 11px; font-weight: 700; }
.sales-chart { padding: 13px 21px 23px; height: 232px; position: relative; display: flex; align-items: flex-end; gap: 14px; background: linear-gradient(to bottom, transparent 32%, #f1f1eb 32% 33%, transparent 33% 65%, #f1f1eb 65% 66%, transparent 66%); }.chart-col { flex: 1; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; gap: 8px; }.chart-bar { width: min(32px, 80%); border-radius: 5px 5px 2px 2px; background: #d7d8d1; }.chart-col.highlight .chart-bar { background: var(--lime); }.chart-col small { color: #878883; font: 10px "DM Mono", monospace; }
.top-product { padding: 18px 20px; display: flex; align-items: center; gap: 12px; border-top: 1px solid var(--line); }.mini-cover { width: 39px; height: 45px; flex: none; border-radius: 3px; }.top-product strong { display: block; font-size: 12px; margin-bottom: 3px; }.top-product small { color: #767772; font-size: 10px; }.top-product .rank { margin-left: auto; color: #787974; font: 10px "DM Mono", monospace; }
.orders-card { grid-column: 1/-1; }.table-wrap { overflow-x: auto; }.orders-table { width: 100%; border-collapse: collapse; min-width: 680px; }.orders-table th { color: #858680; background: #fafaf6; text-align: left; padding: 11px 20px; font: 500 10px "DM Mono", monospace; letter-spacing: .04em; text-transform: uppercase; }.orders-table td { padding: 14px 20px; font-size: 12px; border-top: 1px solid #edede8; }.order-id { font: 500 11px "DM Mono", monospace; }.customer-email { color: #777873; }.table-product { font-weight: 600; }.table-status { display: inline-block; border-radius: 99px; padding: 4px 8px; font: 500 9px "DM Mono", monospace; text-transform: uppercase; }.table-status.paid { background: #def5e8; color: #17764e; }.table-status.pending { background: #fff4cc; color: #926e13; }.table-status.delivered { background: #e5e2ff; color: #6255b4; }
.admin-product-intro { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 17px 20px; margin-bottom: 18px; border: 1px solid var(--line); border-radius: 8px; background: #eef6ca; }.admin-product-intro strong { font-size: 13px; }.admin-product-intro p { margin: 5px 0 0; color: #676962; font-size: 12px; }.admin-product-intro > span { color: #6566a7; font: 500 11px "DM Mono", monospace; white-space: nowrap; }.admin-products { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }.admin-product-card { display: grid; gap: 22px; padding: 21px; border: 1px solid var(--line); border-radius: 8px; background: white; }.admin-product-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #747570; font: 500 10px "DM Mono", monospace; letter-spacing: .04em; text-transform: uppercase; }.admin-product-card h2 { margin: 13px 0 7px; font: 600 20px Fraunces, Georgia, serif; letter-spacing: -.035em; }.admin-product-card p { margin: 0; min-height: 36px; color: #747570; font-size: 12px; line-height: 1.5; }.admin-price-editor > label { display: block; margin-bottom: 8px; color: #61625d; font-size: 11px; font-weight: 700; }.admin-price-input { position: relative; }.admin-price-input > span { position: absolute; top: 50%; left: 13px; z-index: 1; color: #747570; font-size: 12px; transform: translateY(-50%); }.admin-price-input .input { padding-left: 37px; }.admin-price-actions { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 11px; }.admin-price-actions > span { color: #747570; font: 500 11px "DM Mono", monospace; }.admin-save-button { padding: 9px 12px; font-size: 11px; }.admin-save-button:disabled { cursor: wait; opacity: .62; }
.admin-file-editor { padding-top: 18px; border-top: 1px solid var(--line); }.admin-file-editor > label { display: block; margin-bottom: 8px; color: #61625d; font-size: 11px; font-weight: 700; }.admin-file-editor input[type="file"] { display: block; width: 100%; color: #5e605b; font: 11px "DM Sans", sans-serif; }.admin-file-editor input[type="file"]::file-selector-button { margin-right: 10px; padding: 8px 10px; border: 1px solid var(--line); border-radius: 5px; color: var(--ink); background: #f7f7f2; font: 600 11px "DM Sans", sans-serif; cursor: pointer; }.admin-file-actions { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 12px; }.admin-file-actions > span { overflow: hidden; color: #747570; font: 500 10px "DM Mono", monospace; text-overflow: ellipsis; white-space: nowrap; }.admin-upload-button { flex: none; margin: 0; padding: 9px 12px; font-size: 11px; }.admin-upload-button:disabled { cursor: wait; opacity: .62; }.admin-file-editor small { display: block; margin-top: 9px; color: #8a8b86; font-size: 10px; line-height: 1.45; }
.analytics-status { display: grid; grid-template-columns: repeat(2, 1fr); }.analytics-status > div { padding: 21px; border-top: 1px solid var(--line); }.analytics-status > div + div { border-left: 1px solid var(--line); }.analytics-status span { display: block; color: #747570; font-size: 11px; }.analytics-status strong { display: block; margin-top: 8px; font-size: 27px; letter-spacing: -.05em; }.admin-settings { display: grid; gap: 17px; max-width: 800px; }.settings-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 19px 20px; border-top: 1px solid var(--line); }.settings-row strong, .settings-row small { display: block; }.settings-row strong { font-size: 13px; }.settings-row small { max-width: 450px; margin-top: 5px; color: #747570; font-size: 11px; line-height: 1.5; }

.toast { position: fixed; left: 50%; bottom: 26px; transform: translate(-50%, 100px); color: white; background: var(--ink); padding: 12px 16px; border-radius: 8px; font-size: 12px; box-shadow: 0 14px 35px rgba(0,0,0,.18); opacity: 0; transition: .3s ease; z-index: 40; }.toast.show { transform: translate(-50%, 0); opacity: 1; }

@media (max-width: 900px) {
  .nav { margin-left: 20px; gap: 18px; }.product-grid { grid-template-columns: repeat(2, 1fr); }.hero-grid { gap: 26px; }.hero-card.three { left: 190px; }.product-fan { transform: scale(.86); transform-origin: left center; }.hero-blob { width: 360px; height: 360px; }.hero-art { min-height: 400px; }.catalog .product-grid { grid-template-columns: repeat(2, 1fr); }.detail { gap: 40px; }.detail-cover { height: 475px; }.admin-main { padding: 27px 24px; }.stat-grid { grid-template-columns: repeat(2, 1fr); }.admin-content-grid { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .container { width: min(100% - 32px, 560px); }.header { height: 70px; }.nav, .header-actions .link-button { display: none; }.menu-button { display: grid; place-items: center; }.header.menu-open .nav { display: grid; position: absolute; top: 60px; left: 0; right: 0; padding: 13px; margin: 0; gap: 5px; background: var(--white); border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }.header.menu-open .nav a { padding: 9px; }.hero { padding: 30px 0 48px; }.hero-grid { grid-template-columns: 1fr; }.hero h1 { font-size: clamp(48px, 14vw, 64px); }.hero-art { min-height: 365px; margin-top: 3px; }.hero-blob { width: 318px; height: 318px; right: 7px; top: 20px; }.product-fan { left: 3px; top: 8px; transform: scale(.75); }.social-proof-inner { display: block; }.social-proof p { margin-bottom: 17px; }.logo-list { gap: 17px; overflow: hidden; }.client-logo { font-size: 15px; }.client-logo:nth-child(n+4) { display: none; }.section { padding: 68px 0; }.section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 27px; }.section-heading h2 { font-size: 38px; }.product-grid, .catalog .product-grid { grid-template-columns: 1fr; gap: 14px; }.cover { height: 265px; }.process-section { padding: 68px 0; }.process-heading { display: block; }.process-heading p { margin-top: 21px; }.steps { grid-template-columns: 1fr; gap: 15px; margin-top: 41px; }.step { display: grid; grid-template-columns: 38px 48px 1fr; gap: 9px; align-items: center; padding: 15px 0; }.step-number { grid-column: 1; }.step-icon { grid-column: 2; grid-row: 1/3; margin: 0; }.step h3 { grid-column: 3; grid-row: 1; margin: 0; }.step p { grid-column: 3; grid-row: 2; margin: -8px 0 0; }.line-art { display: none; }.testimonial { padding: 68px 0; }.testimonial-box { padding: 38px 28px; }.testimonial-box::after { font-size: 130px; right: 10px; top: 20px; }.faq-section { padding-bottom: 68px; }.faq-layout { grid-template-columns: 1fr; gap: 32px; }.cta { padding-bottom: 62px; }.cta-inner { display: block; min-height: 280px; padding: 38px 29px; }.cta h2 { font-size: 39px; }.cta .button { margin-top: 29px; }.footer-top { display: block; padding-bottom: 30px; }.footer-links { margin-top: 29px; flex-wrap: wrap; gap: 15px 23px; }.footer-bottom { flex-direction: column; gap: 9px; }.page-intro { padding: 31px 0 32px; }.page-intro h1 { font-size: 49px; }.detail { grid-template-columns: 1fr; gap: 28px; padding-top: 22px; }.detail-cover { height: 393px; position: static; }.detail-cover .cover-title { font-size: 43px; }.detail-content { padding-top: 0; }.detail-content h1 { font-size: 45px; }.checkout-wrap { padding-top: 23px; }.checkout-grid { grid-template-columns: 1fr; }.checkout-panel { padding: 23px; }.checkout-panel h1 { font-size: 31px; }.qris-box { grid-template-columns: 145px 1fr; gap: 17px; }.qr-code { width: 145px; height: 145px; }.qr-finder { width: 31px; height: 31px; border-width: 7px; }.qris-box strong { font-size: 21px; }.checkout-steps { font-size: 9px; }.checkout-step::after { width: 21px; margin: 0 8px; }.admin-shell { display: block; }.admin-side { min-height: 0; padding: 16px; }.admin-side .brand { margin-bottom: 16px; }.admin-menu { display: flex; overflow: auto; }.admin-menu a { flex: none; }.admin-label, .admin-user { display: none; }.admin-main { padding: 25px 16px 40px; }.admin-head { margin-bottom: 24px; }.admin-head h1 { font-size: 30px; }.admin-date { display: none; }.stat-grid { gap: 9px; }.stat { padding: 14px; }.stat-value { font-size: 20px; }.dashboard-card-header { padding: 16px; }.sales-chart { padding-left: 15px; padding-right: 15px; gap: 7px; }.orders-table th, .orders-table td { padding-left: 14px; padding-right: 14px; }.admin-product-intro { align-items: flex-start; }.admin-products { grid-template-columns: 1fr; }.admin-product-card { padding: 18px; }.settings-row { align-items: flex-start; flex-direction: column; }.analytics-status { grid-template-columns: 1fr; }.analytics-status > div + div { border-top: 1px solid var(--line); border-left: 0; }
}
