*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--ink: #1A1208;--cream: #F7F3EE;--paper: #FFFFFF;--paper-alt: #FAFAF8;--primary: #8B2635;--primary-hover: #7a1f2d;--accent: #C9853A;--success: #3A6B4A;--muted: rgba(26,18,8,.42);--dim: rgba(26,18,8,.62);--border: rgba(26,18,8,.08);--border-md: rgba(26,18,8,.13);--radius: 8px;--radius-lg: 14px;--max-w: 1140px;--font-sans: "DM Sans", system-ui, sans-serif;--font-serif: "Cormorant Garamond", Georgia, serif}body{font-family:var(--font-sans);font-size:14px;background:var(--cream);color:var(--ink);line-height:1.5;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent}h1,h2,h3,h4{font-family:var(--font-serif)}.container{max-width:var(--max-w);margin:0 auto;padding:0 28px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:9px 20px;border-radius:var(--radius);font-family:var(--font-sans);font-size:14px;font-weight:600;text-decoration:none;cursor:pointer;transition:background .15s,opacity .15s,border-color .15s,color .15s;border:1.5px solid transparent;white-space:nowrap}.btn-lg{padding:13px 28px;font-size:15px}.btn-primary{background:var(--primary);color:#fff;border-color:var(--primary)}.btn-primary:hover{background:var(--primary-hover);border-color:var(--primary-hover)}.btn-ghost{background:transparent;color:var(--ink);border-color:var(--border-md)}.btn-ghost:hover{background:#1a12080a}.btn-outline{background:transparent;color:var(--ink);border-color:var(--border-md)}.btn-outline:hover{background:#1a12080a}.btn-cta{background:#fff;color:var(--primary);border-color:#fff}.btn-cta:hover{opacity:.92}.header{position:sticky;top:0;z-index:100;background:#f7f3eee0;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--border);padding:14px 0}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.logo{display:flex;align-items:center;flex-shrink:0}.logo-img{height:30px}.nav{display:flex;align-items:center;gap:28px}.nav>a:not(.btn){font-size:13px;font-weight:500;color:var(--dim);text-decoration:none;transition:color .15s}.nav>a:not(.btn):hover{color:var(--ink)}.hero{padding:72px 0 56px;overflow:hidden}.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.hero-badge{display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--primary);background:#8b263512;border:1px solid rgba(139,38,53,.18);border-radius:20px;padding:5px 14px;margin-bottom:22px}.badge-dot{width:6px;height:6px;border-radius:50%;background:var(--primary);flex-shrink:0}.hero-title{font-size:clamp(38px,4.2vw,58px);font-weight:700;line-height:1.08;color:var(--ink);margin-bottom:20px}.hero-title em{font-style:italic;color:var(--primary)}.hero-sub{font-size:16px;color:var(--dim);line-height:1.7;max-width:420px;margin-bottom:34px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:16px}.hero-note{font-size:12px;color:var(--muted)}.hero-visual{position:relative}.mockup{background:var(--paper);border:1px solid var(--border-md);border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 32px 80px #1a120821,0 0 0 1px var(--border);transform:perspective(1200px) rotateY(-4deg) rotateX(2deg);transition:transform .4s ease}.mockup:hover{transform:perspective(1200px) rotateY(-1deg) rotateX(1deg)}.mockup-bar{display:flex;align-items:center;gap:6px;padding:9px 14px;background:var(--paper-alt);border-bottom:1px solid var(--border)}.mockup-bar>span{width:9px;height:9px;border-radius:50%;background:var(--border-md)}.mockup-url{flex:1;height:18px;background:var(--border);border-radius:4px;margin-left:8px;max-width:200px}.mockup-body{display:flex;height:320px}.mockup-sidebar{width:72px;border-right:1px solid var(--border);padding:16px 10px;display:flex;flex-direction:column;gap:10px;background:var(--paper-alt)}.mockup-logo{width:36px;height:20px;background:#8b263533;border-radius:4px;margin-bottom:8px}.mockup-nav-item{height:10px;background:var(--border);border-radius:4px}.mockup-nav-item--active{background:#8b263540}.mockup-content{flex:1;padding:16px;display:flex;flex-direction:column;gap:12px;overflow:hidden}.mockup-topbar{display:flex;align-items:center;justify-content:space-between}.mockup-title{width:120px;height:14px;background:var(--border-md);border-radius:4px}.mockup-btn{width:64px;height:24px;background:#8b263533;border-radius:5px}.mockup-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.mockup-stat{background:var(--cream);border:1px solid var(--border);border-radius:6px;padding:10px}.mockup-stat-val{width:50px;height:16px;background:var(--border-md);border-radius:3px;margin-bottom:6px}.mockup-stat-lbl{width:36px;height:8px;background:var(--border);border-radius:3px}.mockup-table{display:flex;flex-direction:column;gap:1px;background:var(--border);border:1px solid var(--border);border-radius:6px;overflow:hidden;flex:1}.mockup-row{display:flex;align-items:center;gap:8px;padding:7px 10px;background:var(--paper)}.mockup-cell{height:9px;background:var(--border);border-radius:3px}.mockup-cell--name{width:80px}.mockup-cell--time{width:48px}.mockup-cell--covers{width:24px}.mockup-badge{width:44px;height:18px;background:var(--border);border-radius:10px;margin-left:auto;flex-shrink:0}.mockup-badge--red{background:#8b26352e}.mockup-badge--green{background:#3a6b4a2e}.screen-frame{border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border-md);box-shadow:0 32px 80px #1a120824,0 0 0 1px var(--border);transform:perspective(1200px) rotateY(-4deg) rotateX(2deg);transition:transform .4s ease}.screen-frame:hover{transform:perspective(1200px) rotateY(-1deg) rotateX(1deg)}.screen-bar{display:flex;align-items:center;gap:6px;padding:9px 14px;background:var(--paper-alt);border-bottom:1px solid var(--border)}.screen-bar>span{width:9px;height:9px;border-radius:50%;background:var(--border-md)}.screen-img{display:block;width:100%;height:auto}.carousel{display:flex;flex-direction:column;gap:20px}.carousel-stage{position:relative;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border-md);box-shadow:0 8px 40px #1a12081a;background:var(--paper)}.carousel-img{display:block;width:100%;height:auto;animation:fadeSlide .3s ease}@keyframes fadeSlide{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:#f7f3eeeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border-md);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--ink);transition:background .15s,box-shadow .15s;box-shadow:0 2px 10px #1a12081a}.carousel-arrow:hover{background:var(--cream);box-shadow:0 4px 16px #1a120824}.carousel-arrow--prev{left:14px}.carousel-arrow--next{right:14px}.carousel-meta{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 4px}.carousel-info{display:flex;align-items:baseline;gap:10px}.carousel-label{font-size:13px;font-weight:700;color:var(--ink)}.carousel-desc{font-size:13px;color:var(--muted)}.carousel-dots{display:flex;gap:6px;align-items:center}.carousel-dot{width:7px;height:7px;border-radius:50%;background:var(--border-md);border:none;cursor:pointer;padding:0;transition:background .2s,transform .2s}.carousel-dot--active{background:var(--primary);transform:scale(1.3)}.carousel-dot:hover{background:var(--dim)}.stats-bar{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--paper);padding:30px 0}.stats-inner{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center}.stat-value{font-family:var(--font-serif);font-size:22px;font-weight:700;color:var(--ink);line-height:1.2;margin-bottom:6px}.stat-label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.section{padding:84px 0}.section-alt{background:var(--paper-alt)}.section-intro{max-width:560px;margin-bottom:52px}.section-intro--center{max-width:500px;margin-left:auto;margin-right:auto;text-align:center}.section-intro--center .section-sub{margin:0 auto}.section-label{font-family:var(--font-sans);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--primary);margin-bottom:10px}.section-title{font-size:clamp(26px,2.8vw,38px);font-weight:700;color:var(--ink);line-height:1.15;margin-bottom:14px}.section-sub{font-size:15px;color:var(--dim);line-height:1.7;max-width:440px}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--border-md);border-radius:var(--radius-lg);overflow:hidden;gap:1px;background:var(--border-md)}.feature-card{background:var(--paper);padding:30px 26px;transition:background .15s}.feature-card:hover{background:#fefcfa}.feature-icon-wrap{width:40px;height:40px;border-radius:10px;background:#8b263514;border:1px solid rgba(139,38,53,.14);display:flex;align-items:center;justify-content:center;color:var(--primary);margin-bottom:14px}.feature-card h3{font-size:17px;font-weight:600;color:var(--ink);margin-bottom:8px}.feature-card p{font-size:13px;color:var(--dim);line-height:1.65}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.step{background:var(--paper);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px 28px;position:relative}.step-head{display:flex;align-items:center;gap:0;margin-bottom:18px}.step-num{width:36px;height:36px;border-radius:50%;background:var(--primary);color:#fff;font-family:var(--font-serif);font-weight:700;font-size:18px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.step-line{display:none}.step h3{font-size:18px;font-weight:600;color:var(--ink);margin-bottom:10px}.step p{font-size:13px;color:var(--dim);line-height:1.65}.plans{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:0 auto}.plans-note{margin-top:28px;text-align:center;font-size:13px;color:var(--dim);line-height:1.6}.plans-note a{color:var(--primary);text-decoration:underline}.plans-disclaimer{margin-top:32px;text-align:center;font-size:12px;color:var(--muted);background:#c9853a12;border:1px solid rgba(201,133,58,.2);border-radius:var(--radius);padding:10px 20px;display:inline-block;width:100%}.plan-card{background:var(--paper);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px 28px;display:flex;flex-direction:column;gap:18px;position:relative}.plan-card--featured{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary),0 16px 48px #8b26351a}.plan-tag{position:absolute;top:-13px;left:50%;transform:translate(-50%);background:var(--primary);color:#fff;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:3px 14px;border-radius:20px;white-space:nowrap}.plan-tag-label{font-size:11px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:2px}.plan-name{font-size:22px;font-family:var(--font-serif);font-weight:700;color:var(--ink)}.plan-price{font-family:var(--font-serif);font-size:44px;font-weight:700;color:var(--ink);line-height:1}.plan-price span{font-size:16px;font-weight:400;color:var(--muted);font-family:var(--font-sans)}.plan-desc{font-size:13px;color:var(--dim);line-height:1.6}.plan-features{list-style:none;display:flex;flex-direction:column;gap:10px;flex:1}.plan-features li{font-size:13px;color:var(--ink);display:flex;align-items:flex-start;gap:9px;line-height:1.4}.check-icon{color:var(--success);flex-shrink:0;margin-top:1px}.cta-section{background:var(--primary);padding:88px 0}.cta-inner{text-align:center}.cta-title{font-size:clamp(30px,3.2vw,48px);font-weight:700;color:#fff;margin-bottom:14px}.cta-sub{font-size:17px;color:#ffffffb8;margin-bottom:36px;line-height:1.6}.cta-note{font-size:12px;color:#ffffff73;margin-top:14px}.footer{background:var(--ink);color:#f7f3ee99;padding:60px 0 32px}.footer-inner{display:flex;flex-direction:column;gap:44px}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;gap:48px}.footer-logo{height:32px;margin-bottom:8px}.footer-tagline{font-size:13px;color:#f7f3ee73;max-width:220px;line-height:1.5}.footer-cols{display:flex;gap:52px}.footer-col{display:flex;flex-direction:column;gap:10px}.footer-col-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#f7f3ee4d;margin-bottom:2px}.footer-col a{font-size:13px;color:#f7f3ee8c;text-decoration:none;transition:color .15s}.footer-col a:hover{color:var(--cream)}.footer-bottom{border-top:1px solid rgba(247,243,238,.07);padding-top:24px}.footer-copy{font-size:12px;color:#f7f3ee4d}@media (max-width: 1100px){.plans{grid-template-columns:repeat(2,1fr)}}@media (max-width: 960px){.hero-inner{grid-template-columns:1fr}.hero-visual{display:none}.hero-title{font-size:42px}.gallery{grid-template-columns:1fr}.features-grid{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:1fr}.stats-inner{grid-template-columns:repeat(2,1fr)}.footer-top{flex-direction:column;gap:36px}.footer-cols{flex-wrap:wrap;gap:36px}}@media (max-width: 640px){.container{padding:0 18px}.nav>a:not(.btn){display:none}.hero{padding:52px 0 40px}.hero-title{font-size:36px}.features-grid,.plans{grid-template-columns:1fr}.stats-inner{grid-template-columns:repeat(2,1fr)}.section{padding:60px 0}}
