:root{--ink: #0f0f0e;--ink-soft: #1a1a18;--paper: #f5f3ee;--paper-warm: #ede9e0;--teal: #1D9E75;--teal-mid: #0e6e4f;--teal-dark: #085041;--teal-light: #E1F5EE;--teal-glow: #9FE1CB;--purple: #534AB7;--purple-light: #EEEDFE;--purple-mid: #3C3489;--amber: #c47a18;--amber-light: #FAEEDA;--border: #e2dfd7;--border-dark: #2e2e2c;--muted: #7a786e;--white: #ffffff;--font-display: "DM Serif Display", Georgia, serif;--font-body: "DM Sans", system-ui, sans-serif;--font-mono: "DM Mono", "Courier New", monospace;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--radius-xl: 20px;--ease: .18s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--paper);color:var(--ink);font-size:15px;line-height:1.65;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font-body)}h1,h2,h3,h4{font-family:var(--font-display);line-height:1.1;letter-spacing:-.02em}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 26px;font-family:var(--font-body);font-size:14px;font-weight:500;border-radius:var(--radius-md);border:none;transition:var(--ease);white-space:nowrap;cursor:pointer;text-decoration:none}.btn-primary{background:var(--ink);color:var(--white)}.btn-primary:hover{background:#2a2a28;transform:translateY(-1px)}.btn-teal{background:var(--teal);color:var(--white)}.btn-teal:hover{background:var(--teal-mid);transform:translateY(-1px)}.btn-ghost{background:transparent;color:var(--ink);border:1px solid var(--border)}.btn-ghost:hover{border-color:var(--ink)}.btn-lg{padding:16px 36px;font-size:15px;border-radius:var(--radius-lg)}.btn-sm{padding:8px 16px;font-size:13px}.btn-full{width:100%;text-align:center;justify-content:center}.announcement-bar{background:var(--ink);color:var(--white);text-align:center;padding:10px 3rem;font-size:12px;letter-spacing:.04em;display:flex;align-items:center;justify-content:center;gap:10px;position:relative}.announcement-bar a,.announcement-bar strong{color:var(--teal-glow);font-weight:500}.announcement-bar__close{position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#555;font-size:18px;cursor:pointer;padding:4px}.site-header{position:sticky;top:0;z-index:100;background:#f5f3eef2;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:62px;padding:0 2.5rem;max-width:1400px;margin:0 auto}.site-logo{display:flex;align-items:center;gap:9px;font-family:var(--font-display);font-size:21px;color:var(--ink);text-decoration:none}.site-logo__mark{width:30px;height:30px;background:var(--ink);border-radius:7px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.site-nav{display:flex;align-items:center;gap:2rem;list-style:none}.site-nav a{font-size:13px;color:var(--muted);transition:color var(--ease);text-decoration:none}.site-nav a:hover{color:var(--ink)}.header-actions{display:flex;align-items:center;gap:10px}.cart-link{display:flex;align-items:center;gap:7px;background:none;border:1px solid var(--border);border-radius:var(--radius-md);padding:7px 14px;font-size:13px;color:var(--muted);text-decoration:none;transition:var(--ease)}.cart-link:hover{border-color:var(--ink);color:var(--ink)}.cart-count{background:var(--teal);color:var(--white);border-radius:50%;width:18px;height:18px;font-size:10px;font-weight:600;display:inline-flex;align-items:center;justify-content:center}.hero{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--border);overflow:hidden}.hero__left{padding:5rem 4rem 5rem 2.5rem;display:flex;flex-direction:column;justify-content:center;gap:1.5rem;border-right:1px solid var(--border)}.hero__eyebrow{display:inline-flex;align-items:center;gap:8px;background:var(--teal-light);color:var(--teal-dark);padding:6px 14px;border-radius:20px;font-size:11px;font-weight:500;letter-spacing:.06em;width:fit-content}.hero__eyebrow:before{content:"";width:6px;height:6px;background:var(--teal);border-radius:50%;flex-shrink:0}.hero__title{font-family:var(--font-display);font-size:clamp(36px,4vw,54px);line-height:1.05;letter-spacing:-.03em}.hero__title em{font-style:italic;color:var(--teal)}.hero__sub{font-size:16px;color:var(--muted);max-width:440px;line-height:1.7}.hero__actions{display:flex;gap:12px;flex-wrap:wrap}.hero__trust{display:flex;align-items:center;gap:12px;font-size:12px;color:var(--muted)}.trust-faces{display:flex}.trust-face{width:28px;height:28px;border-radius:50%;border:2px solid var(--paper);display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:600;color:#fff;margin-left:-8px}.trust-face:first-child{margin-left:0}.tf1{background:var(--teal)}.tf2{background:var(--purple)}.tf3{background:var(--amber)}.tf4{background:#d85a30}.hero__right{background:var(--ink);padding:3.5rem 3rem;display:flex;flex-direction:column;justify-content:center;gap:1.25rem;position:relative;overflow:hidden}.hero__right:before{content:"";position:absolute;top:-80px;right:-80px;width:240px;height:240px;background:var(--teal);opacity:.07;border-radius:50%}.hero__right:after{content:"";position:absolute;bottom:-60px;left:-40px;width:160px;height:160px;background:var(--purple);opacity:.06;border-radius:50%}.hero-card{background:#1a1a18;border:1px solid var(--border-dark);border-radius:var(--radius-lg);padding:1.25rem;position:relative;z-index:1}.hero-card__tag{font-family:var(--font-mono);font-size:10px;color:var(--teal-glow);letter-spacing:.1em;margin-bottom:10px}.hero-card__title{font-family:var(--font-display);font-size:20px;color:var(--white);margin-bottom:6px}.hero-card__desc{font-size:12px;color:#666660;line-height:1.6;margin-bottom:14px}.hero-card__meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.hero-card__price{display:flex;align-items:baseline;gap:8px}.hero-card__price-now{font-size:22px;font-weight:500;color:var(--white)}.hero-card__price-was{font-size:13px;color:#444440;text-decoration:line-through}.hero-card__sale{background:var(--teal);color:var(--white);font-size:10px;font-weight:600;padding:4px 10px;border-radius:6px;letter-spacing:.04em}.hero-card__files{border-top:1px solid var(--border-dark);padding-top:12px;display:flex;gap:6px;flex-wrap:wrap}.file-pill{display:inline-flex;align-items:center;gap:5px;background:#252523;border:1px solid var(--border-dark);border-radius:var(--radius-sm);padding:4px 10px;font-size:11px;font-family:var(--font-mono);color:#888880}.dot{width:5px;height:5px;border-radius:50%;flex-shrink:0}.dot-pdf{background:#e24b4a}.dot-xlsx{background:var(--teal)}.dot-zip{background:var(--purple)}.dot-pdf2{background:#534ab7}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;position:relative;z-index:1}.hero-stat{background:#1a1a18;border:1px solid var(--border-dark);border-radius:var(--radius-md);padding:.9rem 1rem}.hero-stat__num{font-family:var(--font-display);font-size:28px;color:var(--white);line-height:1}.hero-stat__lbl{font-size:11px;color:#555550;margin-top:4px}.features-strip{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--border)}.feature-item{padding:1.5rem 2rem;border-right:1px solid var(--border);display:flex;align-items:center;gap:14px}.feature-item:last-child{border-right:none}.feature-icon{width:36px;height:36px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;flex-shrink:0}.fi-teal{background:var(--teal-light)}.fi-purple{background:var(--purple-light)}.fi-amber{background:var(--amber-light)}.fi-paper{background:var(--paper-warm)}.feature-text strong{display:block;font-size:13px;font-weight:500}.feature-text span{font-size:12px;color:var(--muted)}.section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2.5rem}.section-title{font-family:var(--font-display);font-size:clamp(28px,3vw,38px);line-height:1.1}.section-title em{font-style:italic;color:var(--teal)}.section-link{font-size:13px;color:var(--muted);border-bottom:1px solid var(--border);padding-bottom:2px;transition:color var(--ease);display:inline-flex;align-items:center;gap:4px}.section-link:hover{color:var(--ink)}.products-section{padding:5rem 2.5rem;max-width:1400px;margin:0 auto}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.product-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:border-color var(--ease),transform var(--ease)}.product-card:hover{border-color:var(--teal);transform:translateY(-2px)}.product-card__img{height:185px;display:flex;align-items:center;justify-content:center;padding:1.5rem;position:relative;overflow:hidden}.product-card__img img{width:100%;height:100%;object-fit:cover;border-radius:6px}.pc-img-teal{background:var(--teal-light)}.pc-img-purple{background:var(--purple-light)}.pc-img-amber{background:var(--amber-light)}.pc-img-ink{background:var(--ink)}.pc-img-warm{background:var(--paper-warm)}.pc-badge{position:absolute;top:12px;right:12px;font-size:10px;font-weight:600;padding:4px 10px;border-radius:6px;letter-spacing:.04em}.pc-badge-teal{background:var(--teal);color:var(--white)}.pc-badge-ink{background:var(--ink);color:var(--white)}.pc-pills{display:flex;flex-direction:column;gap:7px;align-items:center}.pc-pill-row{display:flex;gap:6px}.pc-pill{padding:5px 13px;border-radius:6px;font-size:11px;font-weight:600;font-family:var(--font-mono)}.pp-teal{background:var(--teal);color:#fff}.pp-purple{background:var(--purple);color:#fff}.pp-ink{background:#2a2a28;color:#fff}.pp-gray{background:var(--paper-warm);color:var(--ink)}.product-card__body{padding:1.25rem 1.25rem 1.5rem}.pc-type{font-size:11px;font-weight:500;color:var(--muted);letter-spacing:.06em;margin-bottom:6px;display:flex;align-items:center;gap:6px}.pc-type:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--teal);flex-shrink:0}.pc-title{font-family:var(--font-display);font-size:19px;color:var(--ink);margin-bottom:8px;line-height:1.2}.pc-title a{text-decoration:none;color:inherit}.pc-tags{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:10px}.pc-tag{font-size:10px;font-family:var(--font-mono);background:var(--teal-light);color:var(--teal-dark);padding:3px 8px;border-radius:4px}.pc-desc{font-size:12px;color:var(--muted);line-height:1.6;margin-bottom:1rem}.pc-footer{display:flex;align-items:center;justify-content:space-between}.pc-price{font-size:19px;font-weight:500;color:var(--ink)}.pc-price s{font-size:13px;color:var(--muted);font-weight:400;margin-right:4px}.testimonials{background:var(--ink);padding:5rem 2.5rem}.testimonials .section-title{color:var(--white)}.testimonials .section-title em{color:var(--teal-glow)}.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem}.testi-card{background:#1a1a18;border:1px solid var(--border-dark);border-radius:var(--radius-lg);padding:1.5rem}.testi-stars{color:var(--amber);font-size:13px;letter-spacing:2px;margin-bottom:12px}.testi-quote{font-family:var(--font-display);font-style:italic;font-size:16px;color:var(--white);line-height:1.6;margin-bottom:1rem}.testi-author{display:flex;align-items:center;gap:10px}.testi-avatar{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;color:#fff;flex-shrink:0}.testi-name{font-size:13px;font-weight:500;color:var(--white)}.testi-role{font-size:11px;color:#555550}.bundle-cta{padding:5rem 2.5rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;border-top:1px solid var(--border);max-width:1400px;margin:0 auto}.bundle-eyebrow{font-size:11px;font-weight:500;letter-spacing:.08em;color:var(--teal);text-transform:uppercase;margin-bottom:1rem}.bundle-title{font-family:var(--font-display);font-size:clamp(30px,3vw,44px);line-height:1.1;margin-bottom:1.25rem}.bundle-title em{font-style:italic;color:var(--purple)}.bundle-desc{font-size:15px;color:var(--muted);line-height:1.7;margin-bottom:2rem}.bundle-includes{display:flex;flex-direction:column;gap:10px;margin-bottom:2rem}.bi{display:flex;align-items:center;gap:10px;font-size:13px}.bi-check{width:20px;height:20px;border-radius:50%;background:var(--teal-light);color:var(--teal);display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;flex-shrink:0}.bundle-price-row{display:flex;align-items:baseline;gap:12px;margin-bottom:1.5rem}.bundle-price{font-family:var(--font-display);font-size:52px;line-height:1}.bundle-was{font-size:18px;color:var(--muted);text-decoration:line-through}.bundle-save{background:var(--amber-light);color:var(--amber);font-size:12px;font-weight:500;padding:5px 12px;border-radius:6px}.bundle-breakdown{background:var(--paper-warm);border:1px solid var(--border);border-radius:var(--radius-xl);padding:1.5rem;display:flex;flex-direction:column;gap:10px}.bd-item{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);padding:.9rem 1rem;display:flex;align-items:center;justify-content:space-between}.bd-item-name{font-size:13px;font-weight:500}.bd-item-price{font-size:12px;color:var(--muted)}.bd-total{background:var(--ink);border-radius:var(--radius-md);padding:1rem;display:flex;align-items:center;justify-content:space-between}.bd-total-lbl{font-size:13px;color:var(--teal-glow);font-weight:500}.bd-total-val{font-family:var(--font-display);font-size:26px;color:var(--white)}.product-page{display:grid;grid-template-columns:1fr 1fr;min-height:70vh}.product-page__media{background:var(--ink);padding:4rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;border-right:1px solid var(--border);position:relative;overflow:hidden}.product-page__media:before{content:"";position:absolute;top:-100px;right:-100px;width:300px;height:300px;background:var(--teal);opacity:.06;border-radius:50%}.product-page__media img{border-radius:var(--radius-lg);max-height:380px;object-fit:contain;position:relative;z-index:1}.product-media-placeholder{width:100%;max-width:380px;background:#1a1a18;border:1px solid var(--border-dark);border-radius:var(--radius-lg);padding:2.5rem;position:relative;z-index:1}.product-page__info{padding:4rem;display:flex;flex-direction:column;gap:1.5rem}.product-type{font-size:11px;font-weight:500;color:var(--muted);letter-spacing:.08em;text-transform:uppercase;display:flex;align-items:center;gap:8px}.product-type:before{content:"";width:6px;height:6px;background:var(--teal);border-radius:50%}.product-title{font-family:var(--font-display);font-size:clamp(26px,3vw,40px);line-height:1.1}.product-price-row{display:flex;align-items:baseline;gap:10px}.product-price{font-family:var(--font-display);font-size:40px}.product-compare{font-size:18px;color:var(--muted);text-decoration:line-through}.product-save{background:var(--amber-light);color:var(--amber);font-size:12px;font-weight:500;padding:4px 10px;border-radius:6px}.product-includes{background:var(--paper-warm);border-radius:var(--radius-lg);padding:1.25rem}.product-includes h3{font-family:var(--font-body);font-size:11px;font-weight:500;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px}.product-includes ul{list-style:none;display:flex;flex-direction:column;gap:8px}.product-includes li{font-size:13px;color:var(--ink);display:flex;align-items:center;gap:10px}.product-includes li:before{content:"\2713";width:18px;height:18px;border-radius:50%;background:var(--teal-light);color:var(--teal);display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;flex-shrink:0}.product-guarantee{background:var(--teal-light);border:1px solid #9FE1CB;border-radius:var(--radius-md);padding:1rem 1.25rem;font-size:13px;color:var(--teal-dark);display:flex;align-items:flex-start;gap:10px}.product-desc{font-size:14px;color:var(--muted);line-height:1.75;border-top:1px solid var(--border);padding-top:1.5rem}.product-desc p{margin-bottom:.75rem}.collection-header{padding:4rem 2.5rem 2rem;border-bottom:1px solid var(--border)}.collection-header h1{font-family:var(--font-display);font-size:clamp(30px,4vw,50px)}.collection-desc{font-size:15px;color:var(--muted);margin-top:.75rem;max-width:560px;line-height:1.7}.collection-body{padding:3rem 2.5rem 5rem}.cart-wrap{padding:4rem 2.5rem;max-width:800px;margin:0 auto}.cart-wrap h1{font-family:var(--font-display);font-size:36px;margin-bottom:2rem}.cart-item{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 0;border-bottom:1px solid var(--border)}.cart-item-title{font-weight:500;font-size:15px;margin-bottom:4px}.cart-item-type{font-size:12px;color:var(--muted)}.cart-item-right{display:flex;align-items:center;gap:1.5rem}.cart-total-row{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.cart-total-price{font-family:var(--font-display);font-size:30px}.cart-total-note{font-size:12px;color:var(--muted);margin-top:4px}.site-footer{border-top:1px solid var(--border)}.site-footer__main{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding:3.5rem 2.5rem;max-width:1400px;margin:0 auto}.footer-logo{font-family:var(--font-display);font-size:20px;display:flex;align-items:center;gap:8px;margin-bottom:.75rem}.footer-logo-mark{width:24px;height:24px;background:var(--ink);border-radius:5px;display:inline-flex;align-items:center;justify-content:center}.footer-desc{font-size:13px;color:var(--muted);max-width:240px;line-height:1.7;margin-bottom:1.25rem}.footer-badge{display:inline-flex;align-items:center;gap:6px;background:var(--teal-light);color:var(--teal-dark);font-size:11px;padding:5px 12px;border-radius:6px;font-weight:500}.footer-col-title{font-size:11px;font-weight:500;letter-spacing:.08em;color:var(--muted);text-transform:uppercase;margin-bottom:.9rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:8px}.footer-links a{font-size:13px;color:var(--muted);text-decoration:none;transition:color var(--ease)}.footer-links a:hover{color:var(--ink)}.site-footer__bottom{border-top:1px solid var(--border);padding:1.25rem 2.5rem;display:flex;align-items:center;justify-content:space-between;font-size:12px;color:var(--muted)}.page-404{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2.5rem;gap:1.5rem}.page-404__num{font-family:var(--font-mono);font-size:80px;color:var(--paper-warm);line-height:1}.page-404 h1{font-family:var(--font-display);font-size:36px}.page-404 p{color:var(--muted);max-width:400px}@media(max-width:1024px){.hero{grid-template-columns:1fr}.hero__right{display:none}.hero__left{padding:4rem 2.5rem;border-right:none}.features-strip{grid-template-columns:repeat(2,1fr)}.feature-item:nth-child(2){border-right:none}.products-grid{grid-template-columns:repeat(2,1fr)}.testi-grid{grid-template-columns:1fr 1fr}.testi-grid .testi-card:last-child{display:none}.bundle-cta{grid-template-columns:1fr;gap:2rem}.site-footer__main{grid-template-columns:1fr 1fr;gap:2rem}.product-page{grid-template-columns:1fr}}@media(max-width:768px){.site-nav{display:none}.products-grid,.testi-grid{grid-template-columns:1fr}.features-strip{grid-template-columns:1fr 1fr}.site-header__inner{padding:0 1.5rem}.products-section,.bundle-cta,.testimonials,.collection-body,.collection-header{padding-left:1.5rem;padding-right:1.5rem}.site-footer__main{grid-template-columns:1fr;padding:2rem 1.5rem}.site-footer__bottom{padding:1rem 1.5rem;flex-direction:column;gap:6px;text-align:center}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
