:root{--bg:#f4f0e9;--paper:#fbf8f2;--ink:#171614;--muted:#706d67;--line:#d9d1c6;--accent:#ef3e22;--accent-dark:#c92d17;--success:#2f8f5b;--warn:#b47a18;--shadow:0 18px 50px rgba(37,30,22,.08);--radius:18px;--font:Inter,Manrope,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.container{width:min(1480px,calc(100% - 48px));margin:auto}.site-header{height:88px;display:flex;align-items:center;gap:44px;border-bottom:1px solid var(--line)}.logo{font-size:24px;font-weight:800;letter-spacing:-.8px;white-space:nowrap;display:inline-flex;align-items:baseline;gap:5px}.logo .logo__mark{color:var(--accent)}.logo .logo__word{color:var(--ink)}.site-header nav{display:flex;gap:30px;margin-left:auto;font-size:14px}.site-header nav a:hover{color:var(--accent)}.header-actions{display:flex;gap:10px}.button,.article-form button,.workspace-actions button{border:0;border-radius:8px;padding:14px 20px;background:var(--accent);color:#fff;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:12px;transition:.2s}.button:hover,.article-form button:hover{background:var(--accent-dark);transform:translateY(-1px)}.button--ghost{background:transparent;color:var(--ink);border:1px solid var(--line)}.hero{min-height:700px;display:grid;grid-template-columns:.8fr 1.2fr;gap:48px;align-items:center;padding-top:52px;padding-bottom:60px}.section-index{font-size:12px;font-weight:800;letter-spacing:.12em;color:var(--accent);text-transform:uppercase;margin-bottom:22px}.hero h1,.section h2,.final-cta h2{font-family:Georgia,'Times New Roman',serif;font-weight:500;letter-spacing:-.045em}.hero h1{font-size:clamp(56px,5vw,86px);line-height:.97;margin:0 0 26px;max-width:760px}.hero h1 em{font-style:normal;color:var(--accent)}.hero__copy>p{font-size:19px;line-height:1.65;color:#4f4c47;max-width:680px;margin-bottom:34px}.article-form{display:flex;max-width:650px;background:#fff;border:1px solid var(--line);border-radius:10px;padding:5px;box-shadow:0 10px 30px rgba(30,24,18,.05)}.article-form input{flex:1;border:0;outline:none;padding:16px;background:transparent;min-width:0}.article-form button{border-radius:7px;padding-inline:25px}.hero__micro{display:flex;gap:28px;margin-top:15px;font-size:12px;color:var(--muted)}.hero__micro span:before{content:'✓';color:var(--success);margin-right:7px}.hero__visual{position:relative;min-width:0}.showcase{display:grid;grid-template-columns:1fr 45px 1fr;align-items:center;gap:8px}.showcase__group{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;position:relative;padding-top:32px}.showcase__label{position:absolute;top:0;left:0;text-transform:uppercase;font-size:12px;font-weight:800;letter-spacing:.1em}.showcase__after .showcase__label{color:var(--accent)}.showcase__before .mock-card:nth-of-type(2){transform:rotate(-3deg)}.showcase__before .mock-card:nth-of-type(3){transform:rotate(2deg)}.showcase__arrow{display:grid;place-items:center;width:auto;height:auto;background:transparent;color:#9f978c;border-radius:0;font-size:34px;font-weight:300;line-height:1;z-index:3;opacity:.95;transform:translateY(2px)}.floating-passport{position:absolute;right:-18px;bottom:-46px;width:310px}.mock-card{aspect-ratio:3/4;border-radius:12px;padding:18px;position:relative;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 12px 30px rgba(18,16,14,.12);min-height:250px}.mock-card h3{font-size:20px;line-height:.95;margin:8px 0 0;max-width:80%;letter-spacing:-.05em}.mock-card__eyebrow{font-size:8px;text-transform:uppercase;letter-spacing:.08em;opacity:.7}.mock-card__meta{margin-top:auto;display:flex;justify-content:space-between;font-size:9px;font-weight:700}.headphones{position:absolute;width:80%;left:10%;top:23%}.mock-card--small{min-height:160px;padding:12px;border-radius:8px}.mock-card--small h3{font-size:13px}.mock-card--dark{background:linear-gradient(160deg,#242528,#070708);color:#fff}.mock-card--cream{background:linear-gradient(145deg,#fffdf9,#ded7cc);color:#161513}.mock-card--blue{background:linear-gradient(150deg,#123c7d,#05152c);color:#fff}.mock-card--olive{background:linear-gradient(150deg,#60704b,#182015);color:#fff}.mock-card--pink{background:linear-gradient(150deg,#f2cbd2,#b74e68);color:#211418}.passport{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:30px;box-shadow:var(--shadow)}.passport--compact{padding:18px}.passport__header{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid var(--line);padding-bottom:20px;margin-bottom:22px}.passport__header small{text-transform:uppercase;letter-spacing:.1em}.passport__header h2{font-size:30px;margin:5px 0}.status{display:inline-flex;align-items:center;padding:8px 11px;border-radius:999px;background:#eee9e1;font-size:12px}.status--success{color:var(--success);background:#e8f5ed}.status--warn{color:var(--warn);background:#fff5df}.passport__grid{display:grid;grid-template-columns:1fr 1fr;gap:26px}.passport h4{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);margin:0 0 14px}.swatches{display:flex;gap:8px}.swatches i{width:42px;height:42px;border-radius:6px;background:#f1ece3;border:1px solid rgba(0,0,0,.08)}.swatches i:nth-child(2){background:#171614}.swatches i:nth-child(3){background:#aaa298}.swatches i:nth-child(4){background:#e1dbd2}.swatches i:nth-child(5){background:var(--accent)}.swatches.small i{width:22px;height:22px;border-radius:50%}.swatches.large i{width:56px;height:56px}.type-sample{display:flex;gap:15px;align-items:center}.type-sample>b{font-family:var(--font);font-size:44px;font-weight:800;letter-spacing:-.05em}.type-sample span{font-weight:700}.type-sample small{font-weight:400;color:var(--muted)}.passport-slides{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.passport-slides>div{min-width:0}.passport-slides .mock-card{min-height:210px}.passport-slides>div>span{display:block;font-size:11px;margin-top:9px;font-weight:700}.passport-slides button{margin-top:8px;border:0;background:none;color:var(--accent);padding:0;cursor:pointer;font-size:12px}.promise-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#f8f4ed}.promise-strip .container{display:grid;grid-template-columns:repeat(4,1fr)}.promise-strip span{padding:25px;border-right:1px solid var(--line);font-size:13px}.promise-strip span:first-child{border-left:1px solid var(--line)}.section{padding-top:120px;padding-bottom:120px}.section-heading{display:grid;grid-template-columns:1fr 380px;gap:50px;align-items:end;margin-bottom:54px}.section-heading h2{font-size:clamp(44px,4vw,68px);line-height:1;margin:0}.section-heading>p{font-size:18px;line-height:1.6;color:var(--muted)}.comparison-board{display:grid;grid-template-columns:1fr 70px 1fr;gap:20px;background:#e9e3da;border:1px solid var(--line);border-radius:24px;padding:28px}.comparison-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:18px}.comparison-title span{font-size:30px;font-family:Georgia,serif}.comparison-title small{text-transform:uppercase;font-size:10px;letter-spacing:.1em;color:var(--muted)}.comparison-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.comparison-grid--messy .mock-card:nth-child(2){transform:rotate(2deg)}.comparison-grid--messy .mock-card:nth-child(3){transform:rotate(-1.5deg)}.comparison-divider{display:grid;place-items:center;font-size:32px;color:var(--accent)}.section--dark{background:#1a1917;color:#fff}.section-heading--light>p{color:#aaa69e}.steps{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid #44413d;border-radius:18px;overflow:hidden}.steps article{padding:30px;border-right:1px solid #44413d;min-height:270px}.steps article:last-child{border:0}.steps article>span{font-family:Georgia,serif;font-size:30px;color:var(--accent)}.steps h3{font-size:20px;margin-top:65px}.steps p{font-size:14px;line-height:1.6;color:#aaa69e}.feature-highlight{display:grid;grid-template-columns:1fr 480px;gap:100px;align-items:center}.feature-highlight h2{font-size:64px;line-height:1}.feature-highlight p{font-size:19px;line-height:1.6;color:var(--muted);margin-bottom:30px}.feature-highlight__description{display:grid;gap:8px}.feature-highlight__description span{display:block}.feature-highlight__description span:first-child{color:var(--ink);font-weight:600}.improve-card{background:#1c1b19;color:#fff;border-radius:24px;padding:24px;box-shadow:var(--shadow)}.improve-card__type{width:max-content;max-width:100%;display:flex;align-items:center;justify-content:center;gap:6px;margin:0 auto 18px;padding:9px 14px;border:1px solid #403d37;border-radius:999px;background:#25231f;color:#aaa69e;font-size:13px;line-height:1}.improve-card__type b{color:#fff;font-size:13px}.improve-card .mock-card{max-width:260px;margin:0 auto 22px}.improve-card label{font-size:12px;color:#aaa69e}.fake-input{border:1px solid #4c4944;border-radius:8px;padding:14px;margin:8px 0 16px;color:#aaa69e}.variant-picker{display:flex;align-items:center;gap:9px}.variant-picker span{margin-right:auto;font-size:12px}.variant-picker b{width:33px;height:33px;display:grid;place-items:center;border:1px solid #4c4944;border-radius:7px;font-size:12px}.variant-picker .active{background:var(--accent);border-color:var(--accent);color:#fff}.improve-card>button,.improve-form>button{width:100%;border:0;background:var(--accent);color:#fff;border-radius:8px;padding:15px;margin-top:18px;font-weight:700}.section--tint{background:#e7e0d6}.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.reviews blockquote{margin:0;background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:30px;min-height:270px;display:flex;flex-direction:column}.reviews blockquote p{font-family:Georgia,serif;font-size:25px;line-height:1.25;margin:0}.reviews footer{margin-top:auto;display:flex;flex-direction:column}.reviews footer span{font-size:12px;color:var(--muted);margin-top:4px}.faq{border-top:1px solid var(--line)}.faq details{border-bottom:1px solid var(--line)}.faq summary{list-style:none;padding:27px 0;font-size:22px;font-weight:700;display:flex;justify-content:space-between;cursor:pointer}.faq summary::-webkit-details-marker{display:none}.faq details p{max-width:700px;color:var(--muted);line-height:1.6;margin-top:-10px;padding-bottom:25px}.final-cta{background:var(--accent);color:#fff;padding:70px 0}.final-cta .container{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.final-cta h2{font-size:60px;margin:0}.final-cta .section-index{color:#fff}.article-form--compact{max-width:none}.site-footer{min-height:150px;display:grid;grid-template-columns:minmax(0,1fr) auto;column-gap:36px;row-gap:24px;align-items:center;padding-top:18px;padding-bottom:18px}.site-footer__brand{display:flex;align-items:center;gap:18px;min-width:0}.site-footer__brand p{position:relative;top:2px;margin:0;padding-left:18px;border-left:1px solid var(--line);color:var(--muted);font-size:14px;line-height:1.25;white-space:nowrap}.site-footer__links{display:flex;align-items:center;justify-content:flex-end;gap:22px;font-size:14px}.site-footer__links a{transition:color .18s ease}.site-footer__links a:hover{color:var(--accent)}.site-footer small{grid-column:1/-1;border-top:1px solid var(--line);padding-top:18px;color:var(--muted)}
/* App */.app-shell{min-height:100vh;display:grid;grid-template-columns:245px 1fr;background:#eee9e1}.sidebar{position:sticky;top:0;height:100vh;background:var(--paper);border-right:1px solid var(--line);padding:28px 20px;display:flex;flex-direction:column}.sidebar nav{display:flex;flex-direction:column;gap:5px;margin-top:44px}.sidebar nav a,.sidebar__bottom>a{padding:12px 13px;border-radius:8px;font-size:14px;display:flex;align-items:center;gap:11px}.sidebar nav a.active{background:#f3ddd7;color:var(--accent);font-weight:700}.sidebar__bottom{margin-top:auto;display:flex;flex-direction:column}.balance-card{border:1px solid var(--line);border-radius:12px;padding:16px;margin-bottom:18px;display:flex;flex-direction:column}.balance-card strong{font-size:25px;margin:5px 0 13px}.balance-card a{background:var(--accent);color:#fff;text-align:center;padding:10px;border-radius:7px;font-weight:700;font-size:12px}.app-main{min-width:0}.app-topbar{height:70px;border-bottom:1px solid var(--line);background:rgba(251,248,242,.86);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:flex-end;padding:0 30px;position:sticky;top:0;z-index:10}.app-topbar__mobile{display:none}.topbar-balance{font-size:13px}.avatar{width:36px;height:36px;background:#1a1917;color:#fff;display:grid;place-items:center;border-radius:50%;margin-left:15px;font-size:12px}.workspace{padding:36px;max-width:1500px;margin:auto}.workspace__heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.workspace__heading h1{font-family:Georgia,serif;font-weight:500;font-size:46px;margin:0}.workspace-actions{display:flex;gap:10px}.workspace-actions button{background:#fff;color:var(--ink);border:1px solid var(--line)}.workspace-actions button.primary{background:var(--accent);color:#fff}.new-redesign-card{background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:42px;max-width:800px}.new-redesign-card form{display:flex;margin-top:30px}.new-redesign-card input,.toolbar input,.toolbar select{flex:1;padding:15px;border:1px solid var(--line);background:#fff;outline:none}.new-redesign-card button{background:var(--accent);border:0;color:#fff;padding:0 25px;font-weight:700}.processing-layout{display:grid;grid-template-columns:450px 1fr;gap:22px}.process-card,.live-preview,.result-board,.new-redesign-card,.balance-hero,.transactions{background:var(--paper);border:1px solid var(--line);border-radius:18px}.process-card{padding:26px}.process-progress{height:5px;background:#e2ddd5;border-radius:99px;margin-bottom:24px}.process-progress div{height:100%;background:var(--accent);transition:width .4s}.process-row{display:flex;gap:14px;padding:14px 0;opacity:.4}.process-row.done,.process-row.current{opacity:1}.process-row>span{width:30px;height:30px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;font-size:11px}.process-row.done>span{background:var(--success);color:#fff}.process-row.current>span{background:var(--accent);color:#fff}.process-row div{display:flex;flex-direction:column;gap:4px}.process-row small{color:var(--muted)}.live-preview{position:relative;display:grid;place-items:center;min-height:630px;overflow:hidden;background:radial-gradient(circle at center,#fff,#e4ddd3)}.live-preview .mock-card{width:310px}.scan-line{position:absolute;left:0;right:0;top:20%;height:2px;background:var(--accent);box-shadow:0 0 18px var(--accent);animation:scan 2.5s infinite alternate}.analysis-tags{position:absolute;right:30px;bottom:30px;display:flex;flex-direction:column;gap:8px}.analysis-tags span{background:#1a1917;color:#fff;padding:9px 12px;border-radius:7px;font-size:12px}@keyframes scan{to{top:80%}}.result-stack{display:flex;flex-direction:column;gap:22px}.result-notice{display:flex;justify-content:space-between;align-items:center;background:#e8f5ed;border:1px solid #bddec9;border-radius:18px;padding:22px}.result-notice>div{display:flex;align-items:center;gap:15px}.success-icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--success);color:#fff}.result-notice h2{margin:0}.result-notice p{margin:5px 0 0;color:var(--muted)}.result-notice button{background:var(--accent);color:#fff;border:0;padding:14px 18px;border-radius:8px;font-weight:700}.result-board{padding:26px}.result-board__head{display:flex;justify-content:space-between;align-items:center}.result-board__head button{border:1px solid var(--line);background:#fff;padding:9px 12px}.result-board__head button.active{background:#1a1917;color:#fff}.result-pairs{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:24px}.result-pair{display:grid;grid-template-columns:1fr 20px 1fr;align-items:center;gap:5px}.result-pair small{display:block;margin-bottom:6px}.result-pair>span{color:var(--accent)}.result-actions{display:flex;gap:10px;margin-top:25px}.result-actions button{padding:13px 17px;border:1px solid var(--line);background:#fff;border-radius:8px}.result-actions button.primary{background:var(--accent);color:#fff;border-color:var(--accent)}.toolbar{display:flex;gap:10px;margin-bottom:24px}.history-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.history-card{background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:20px;transition:.2s}.history-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.history-card__visual{display:grid;grid-template-columns:1fr 35px 1fr;align-items:center;gap:7px}.history-card__visual>span{text-align:center;color:var(--accent)}.history-card__body,.history-card__meta{display:flex;justify-content:space-between;align-items:center}.history-card__body h3{margin:18px 0 5px}.history-card__body p,.history-card__meta{font-size:12px;color:var(--muted)}.history-card__meta{border-top:1px solid var(--line);padding-top:13px;margin-top:14px}.style-library{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.style-tile{background:var(--paper);border:1px solid var(--line);border-radius:18px;overflow:hidden;transition:.2s}.style-tile:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.style-tile>.mock-card{border-radius:0;box-shadow:none}.style-tile>div{padding:20px}.style-tile h2{font-family:Georgia,serif;font-size:28px;margin:13px 0 5px}.style-tile p{color:var(--muted);font-size:12px}.style-tile span{font-size:12px;color:var(--accent);font-weight:700}.style-detail{display:grid;grid-template-columns:420px 1fr;gap:22px}.style-cover,.style-spec{background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:25px}.style-cover .mock-card{margin-bottom:22px}.style-cover h2{font-family:Georgia,serif;font-size:38px}.style-cover p{color:var(--muted);line-height:1.6}.style-spec{display:grid;grid-template-columns:1fr 1fr;gap:30px}.style-spec>div:last-child{grid-column:1/-1}.type-pair{display:grid;grid-template-columns:auto 1fr auto 1fr;gap:10px;align-items:center}.type-pair>b{font-family:Georgia,serif;font-size:38px}.type-pair small{color:var(--muted)}.style-spec ul{columns:2;line-height:2}.slide-types{margin-top:26px;background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:26px}.slide-types .section-heading{margin-bottom:26px}.slide-types .section-heading h2{font-size:36px}.modal-backdrop{position:fixed;inset:0;background:rgba(10,9,8,.7);z-index:100;display:grid;place-items:center;padding:20px}.improve-modal{background:var(--paper);border-radius:22px;padding:30px;width:min(850px,100%);position:relative}.modal-close{position:absolute;right:18px;top:15px;border:0;background:none;font-size:30px}.improve-modal__body{display:grid;grid-template-columns:270px 1fr;gap:28px}.improve-form{display:flex;flex-direction:column}.improve-form textarea{min-height:130px;padding:14px;border:1px solid var(--line);border-radius:8px;margin:8px 0 20px;resize:vertical}.improve-form .variant-picker b{border-color:var(--line)}.balance-hero{padding:34px;margin-bottom:35px;background:#1a1917;color:#fff}.balance-hero strong{display:block;font-family:Georgia,serif;font-size:70px;margin:8px 0}.balance-hero p{color:#aaa69e}.plans{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.plans button{background:var(--paper);border:1px solid var(--line);border-radius:16px;padding:24px;text-align:left;display:flex;flex-direction:column;gap:12px}.plans button.recommended{border:2px solid var(--accent)}.plans button>span{height:15px;color:var(--accent);font-size:11px}.plans strong{font-size:32px}.plans small{color:var(--muted)}.transactions{padding:25px;margin-top:35px}.transactions>div{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding:17px 0}.transactions .positive{color:var(--success)}.auth-page{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at center,#fff,#ddd5ca)}.auth-card{width:min(480px,calc(100% - 32px));background:var(--paper);border:1px solid var(--line);border-radius:22px;padding:38px;box-shadow:var(--shadow)}.auth-card>.logo{display:block;margin-bottom:60px}.auth-card h1{font-family:Georgia,serif;font-size:44px;margin:0}.auth-card p{color:var(--muted);line-height:1.6}.auth-card form{display:flex;flex-direction:column;gap:8px;margin:28px 0}.auth-card input{padding:14px;border:1px solid var(--line);border-radius:8px}.auth-card button{background:var(--accent);color:#fff;border:0;border-radius:8px;padding:14px;font-weight:700}.auth-card>small{color:var(--muted)}.legal{padding-top:50px;max-width:850px}.legal h1{font-family:Georgia,serif;font-size:58px;margin-top:90px}.legal p{font-size:18px;line-height:1.8;color:var(--muted)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:1100px){.site-header nav{display:none}.hero{grid-template-columns:1fr}.hero__visual{max-width:850px}.floating-passport{right:0}.section-heading{grid-template-columns:1fr}.comparison-board{grid-template-columns:1fr}.comparison-divider{transform:rotate(90deg)}.steps{grid-template-columns:1fr 1fr}.steps article{border-bottom:1px solid #44413d}.feature-highlight{grid-template-columns:1fr}.passport-slides{grid-template-columns:repeat(3,1fr)}.app-shell{grid-template-columns:86px 1fr}.sidebar .logo{font-size:0;gap:3px}.sidebar .logo .logo__mark,.sidebar .logo .logo__word{display:inline;font-size:14px}.sidebar nav a{font-size:0;justify-content:center}.sidebar nav a span{font-size:18px}.sidebar__bottom .balance-card,.sidebar__bottom>a{display:none}.processing-layout{grid-template-columns:1fr}.result-pairs{grid-template-columns:repeat(2,1fr)}.style-library{grid-template-columns:repeat(2,1fr)}.style-detail{grid-template-columns:1fr}.plans{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.container{width:min(100% - 28px,1480px)}.site-header{height:70px}.header-actions .button--ghost{display:none}.header-actions .button{padding:10px 13px;font-size:12px}.hero{padding-top:40px;min-height:auto}.hero h1{font-size:48px}.hero__copy>p{font-size:16px}.article-form,.article-form--compact{display:block;background:transparent;border:0;padding:0;box-shadow:none}.article-form input{width:100%;background:#fff;border:1px solid var(--line);border-radius:8px;margin-bottom:8px}.article-form button{width:100%}.hero__micro{flex-direction:column;gap:7px}.showcase{grid-template-columns:1fr}.showcase__arrow{margin:auto;transform:rotate(90deg)}.floating-passport{position:relative;bottom:auto;right:auto;width:auto;margin-top:16px}.promise-strip .container{grid-template-columns:1fr 1fr}.promise-strip span{padding:15px;font-size:11px}.section{padding:75px 0}.section-heading h2,.feature-highlight h2,.final-cta h2{font-size:42px}.comparison-board{padding:14px}.comparison-grid{gap:7px}.mock-card{min-height:200px;padding:12px}.steps{grid-template-columns:1fr}.steps article{min-height:auto}.steps h3{margin-top:25px}.passport__grid{grid-template-columns:1fr}.passport-slides{display:flex;overflow-x:auto}.passport-slides>div{min-width:150px}.reviews{grid-template-columns:1fr}.final-cta .container{grid-template-columns:1fr}.site-footer{grid-template-columns:1fr;gap:18px;padding:30px 0}.site-footer__brand{align-items:flex-start;flex-direction:column;gap:10px}.site-footer__brand p{padding-left:0;border-left:0;white-space:normal}.site-footer__links{justify-content:flex-start;flex-wrap:wrap}.site-footer small{grid-column:auto}.app-shell{display:block}.sidebar{position:fixed;z-index:50;bottom:0;top:auto;height:64px;width:100%;padding:0;border:0;border-top:1px solid var(--line)}.sidebar>.logo,.sidebar__bottom{display:none}.sidebar nav{margin:0;display:grid;grid-template-columns:repeat(4,1fr);height:100%}.sidebar nav a{border-radius:0}.app-topbar{justify-content:space-between}.app-topbar__mobile{display:block}.workspace{padding:20px 14px 90px}.workspace__heading{align-items:flex-start;gap:15px}.workspace__heading h1{font-size:36px}.workspace__heading>.button{font-size:0;width:42px;height:42px;padding:0}.workspace__heading>.button:after{content:'+';font-size:22px}.live-preview{min-height:480px}.result-notice{align-items:flex-start;flex-direction:column;gap:15px}.result-pairs{display:flex;overflow-x:auto}.result-pair{min-width:320px}.result-actions{flex-direction:column}.history-grid,.style-library{grid-template-columns:1fr}.style-spec{grid-template-columns:1fr}.style-spec>div:last-child{grid-column:auto}.style-spec ul{columns:1}.improve-modal__body{grid-template-columns:1fr}.improve-modal__body>.mock-card{display:none}.plans{grid-template-columns:1fr 1fr}.passport{padding:18px}.comparison-title{align-items:flex-start;flex-direction:column;gap:5px}}

/* Static/offline additions */
body.static-body{min-height:100vh}.site-header{position:relative;z-index:10}.site-header .logo,.sidebar .logo,.app-topbar .logo{display:inline-flex;align-items:center}.article-form input.invalid{outline:2px solid #c92d17;background:#fff6f3}.toast-stack{position:fixed;right:24px;bottom:24px;z-index:300;display:flex;flex-direction:column;gap:10px}.toast{width:min(380px,calc(100vw - 32px));background:#171614;color:#fff;border:1px solid #37332e;border-radius:12px;padding:14px 16px;box-shadow:0 18px 50px rgba(0,0,0,.2);animation:toastIn .25s ease}.toast strong{display:block;margin-bottom:3px}.toast small{color:#c9c5bf}.toast.success{border-left:4px solid #2f8f5b}.toast.warn{border-left:4px solid #b47a18}@keyframes toastIn{from{opacity:0;transform:translateY(10px)}}
.hidden{display:none!important}.demo-note{font-size:12px;color:var(--muted);margin-top:10px}.new-redesign-card form{display:flex;gap:10px}.new-redesign-card form input,.toolbar input,.toolbar select{border:1px solid var(--line);border-radius:8px;background:#fff;padding:13px 14px}.new-redesign-card form input{min-width:280px;flex:1}.new-redesign-card form button,.improve-form button{border:0;border-radius:8px;background:var(--accent);color:#fff;font-weight:700;padding:13px 18px;cursor:pointer}.toolbar input{min-width:280px}.top-up-modal .plans{grid-template-columns:repeat(3,1fr);margin-top:20px}.top-up-modal .plans button{cursor:pointer}.search-empty{background:var(--paper);border:1px dashed var(--line);border-radius:18px;padding:40px;text-align:center;color:var(--muted)}
.hero__visual .showcase{isolation:isolate}.showcase__group{transition:.35s}.showcase:hover .showcase__before{transform:translateX(-4px) rotate(-.3deg)}.showcase:hover .showcase__after{transform:translateX(4px) rotate(.3deg)}.mock-card{transition:transform .2s,box-shadow .2s}.mock-card:hover{transform:translateY(-3px);box-shadow:0 14px 25px rgba(30,24,18,.12)}
.progress-caption{font-size:12px;color:var(--muted);margin-top:10px}.process-card .process-row{transition:.25s}.process-row.current{background:#fff7f3;border-radius:10px}.result-board[data-mode="after"] .result-pair>div:first-child,.result-board[data-mode="after"] .result-pair>span{display:none}.result-board[data-mode="after"] .result-pair{grid-template-columns:1fr}.result-board[data-mode="after"] .result-pair>div:last-child{width:100%}.result-board__head button{cursor:pointer}
.style-tile{cursor:pointer}.passport-actions{display:flex;gap:10px;margin-top:18px}.passport-actions .button{font-size:13px}.modal-backdrop{animation:fadeIn .2s}.improve-modal{animation:modalIn .25s ease}@keyframes fadeIn{from{opacity:0}}@keyframes modalIn{from{opacity:0;transform:translateY(14px) scale(.98)}}
.variant-picker b{cursor:pointer}.plans button{cursor:pointer}.auth-card form button{cursor:pointer}.footer-stats{font-variant-numeric:tabular-nums}
@media(max-width:720px){.top-up-modal .plans{grid-template-columns:1fr}.new-redesign-card form{display:block}.new-redesign-card form input{width:100%;min-width:0;margin-bottom:10px}.new-redesign-card form button{width:100%}.toolbar{flex-direction:column}.toolbar input{min-width:0;width:100%}.toast-stack{right:16px;left:16px}.toast{width:100%}}

/* 2026-08-03: fix compact passport typography overflow on the landing hero */
.floating-passport{
  right:-8px;
  bottom:-34px;
  width:300px;
}
.passport--compact{
  padding:17px;
}
.passport--compact .passport__header{
  padding-bottom:14px;
  margin-bottom:14px;
  gap:10px;
}
.passport--compact .passport__header h2{
  font-size:27px;
  line-height:1.05;
}
.passport--compact .passport__grid{
  grid-template-columns:1fr;
  gap:15px;
}
.passport--compact .swatches{
  gap:7px;
}
.passport--compact .swatches i{
  width:34px;
  height:34px;
}
.passport--compact .type-sample{
  display:grid;
  grid-template-columns:54px minmax(0,1fr);
  gap:12px;
  align-items:center;
}
.passport--compact .type-sample>b{
  font-size:40px;
  line-height:1;
}
.passport--compact .type-sample span{
  min-width:0;
  line-height:1.15;
  overflow-wrap:anywhere;
}
.passport--compact .type-sample small{
  display:block;
  margin-top:3px;
}
@media(max-width:1100px){
  .floating-passport{right:0}
}
@media(max-width:720px){
  .floating-passport{width:auto;right:auto;bottom:auto}
}

/* Supplied real before/after examples */
.example-slide{display:block;width:100%;height:auto;aspect-ratio:3/4;object-fit:cover;border-radius:12px;box-shadow:0 12px 30px rgba(18,16,14,.12);background:#ece7df;transition:transform .25s,box-shadow .25s;min-width:0}
.example-slide:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(30,24,18,.15)}
.example-slide--small{border-radius:8px}
.showcase__before .example-slide:nth-of-type(2){transform:rotate(-3deg)}
.showcase__before .example-slide:nth-of-type(3){transform:rotate(2deg)}
.showcase:hover .showcase__before .example-slide:nth-of-type(2){transform:translateX(-4px) rotate(-3.3deg)}
.showcase:hover .showcase__before .example-slide:nth-of-type(3){transform:translateX(-4px) rotate(2.3deg)}
.showcase:hover .showcase__after .example-slide{transform:translateX(3px)}
.comparison-grid--messy .example-slide:nth-child(2){transform:rotate(2deg)}
.comparison-grid--messy .example-slide:nth-child(3){transform:rotate(-1.5deg)}
.passport-slides .example-slide{min-height:0}
.improve-card .example-slide{max-width:260px;margin:0 auto 22px}
.style-tile>.example-slide{border-radius:0;box-shadow:none}
.style-cover .example-slide{margin-bottom:22px}
.live-preview .example-slide{width:min(360px,80%);margin:auto}
.result-pair .example-slide,.history-card__visual .example-slide{width:100%}
.swatches i:nth-child(1){background:#0d0f10}.swatches i:nth-child(2){background:#232821}.swatches i:nth-child(3){background:#5f6d00}.swatches i:nth-child(4){background:#b8d51a}.swatches i:nth-child(5){background:#eef4c9}
@media(max-width:720px){.example-slide{border-radius:8px}.live-preview .example-slide{width:min(300px,92%)}.feature-highlight__description{gap:10px}.improve-card__type{font-size:12px;padding:8px 12px}.improve-card__type b{font-size:12px}}

/* 2026-08-03 v4: landing visual corrections */
@media (min-width:1101px){
  .hero{padding-bottom:138px}
  .floating-passport{right:-6px;bottom:-112px}
}

/* 2026-08-03 v5: compact three-column testimonials from the product brief */
.section--reviews-dark{
  position:relative;
  overflow:hidden;
  padding-top:82px;
  padding-bottom:88px;
  background:
    radial-gradient(circle at 18% 18%,rgba(239,62,34,.075),transparent 31%),
    radial-gradient(circle at 82% 78%,rgba(42,126,105,.065),transparent 33%),
    #0d1018;
  color:#fff;
}
.section--reviews-dark:before{
  content:'';
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px);
  background-size:48px 48px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.72),transparent);
}
.reviews-shell{position:relative;z-index:1}
.reviews-heading{text-align:center;max-width:760px;margin:0 auto 38px}
.reviews-heading h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(44px,4.2vw,62px);font-weight:500;letter-spacing:-.045em;line-height:1;margin:0 0 13px}
.reviews-heading p{margin:0;color:#a7adba;font-size:17px;line-height:1.5}
.reviews--brief{grid-template-columns:repeat(3,minmax(0,1fr));max-width:1280px;margin:0 auto;gap:20px}
.reviews--brief blockquote{
  min-height:238px;
  padding:26px;
  color:#fff;
  background:linear-gradient(145deg,rgba(25,30,43,.96),rgba(14,18,28,.98));
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  box-shadow:0 20px 60px rgba(0,0,0,.22);
}
.reviews--brief blockquote p{font-family:var(--font);font-size:17px;line-height:1.5;color:#e0e4eb;margin:23px 0 22px}
.review-person{display:flex;align-items:center;gap:13px}
.review-person>div{display:flex;flex-direction:column;gap:3px}
.review-person b{font-size:17px}
.review-person span:not(.review-avatar){font-size:13px;color:#8f97a7}
.review-avatar{width:45px;height:45px;flex:0 0 45px;display:grid;place-items:center;border-radius:50%;font-size:13px;font-weight:800;color:#fff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.16)}
.review-avatar--pink{background:linear-gradient(145deg,#ff3cba,#c725e8)}
.review-avatar--green{background:linear-gradient(145deg,#16d8a2,#16a88a)}
.review-avatar--orange{background:linear-gradient(145deg,#ff7b35,#ee4424)}
.review-stars{margin-top:auto;color:#ffc323;font-size:19px;letter-spacing:3px;line-height:1}

@media(max-width:1100px){
  .reviews--brief{grid-template-columns:repeat(2,minmax(0,1fr))}
  .reviews--brief blockquote:last-child{grid-column:1/-1;max-width:620px;width:100%;justify-self:center}
}
@media(max-width:720px){
  .section--reviews-dark{padding-top:66px;padding-bottom:70px}
  .reviews-heading{text-align:left;margin-bottom:28px}
  .reviews-heading h2{font-size:43px}
  .reviews-heading p{font-size:16px}
  .reviews--brief{grid-template-columns:1fr}
  .reviews--brief blockquote,.reviews--brief blockquote:last-child{grid-column:auto;max-width:none;min-height:220px;padding:22px}
  .reviews--brief blockquote p{font-size:17px;margin:20px 0}
}

/* 2026-08-03 v10: hero passport hover layering and consistent card hover motion */
@media (hover:hover) and (min-width:721px){
  .hero__visual{
    isolation:isolate;
  }
  .hero__visual .showcase{
    position:relative;
    z-index:2;
  }
  .hero__visual .floating-passport{
    z-index:4;
    pointer-events:none;
    transition:transform .32s ease,opacity .32s ease,filter .32s ease;
  }
  .hero__visual:has(.showcase__after:hover) .floating-passport{
    z-index:1;
    transform:translate(10px,18px) scale(.97);
    opacity:.82;
    filter:saturate(.88);
  }
  .hero__visual:has(.showcase__after:hover) .showcase__after{
    position:relative;
    z-index:3;
  }

  .comparison-grid .example-slide:hover{
    transform:translateY(-7px) scale(1.012);
    box-shadow:0 20px 38px rgba(30,24,18,.18);
    position:relative;
    z-index:2;
  }
  .comparison-grid--messy .example-slide:nth-child(2):hover{
    transform:translateY(-7px) rotate(2deg) scale(1.012);
  }
  .comparison-grid--messy .example-slide:nth-child(3):hover{
    transform:translateY(-7px) rotate(-1.5deg) scale(1.012);
  }
}

/* 2026-08-03 v14: processing screen copy and sidebar icon alignment */
.sidebar nav a > span{
  width:22px;
  min-width:22px;
  height:22px;
  display:inline-grid;
  place-items:center;
  line-height:1;
  text-align:center;
  flex:0 0 22px;
}
.workspace__heading h1[data-redesign-title]{
  margin-top:0;
}
.progress-caption{
  margin-top:18px;
  font-size:13px;
  line-height:1.45;
}
.analysis-tags{
  gap:8px;
}


/* v15: saved styles, unfinished redesign and direct payment */
.history-card__unfinished{margin:14px 18px 18px;padding:13px 15px;border-radius:10px;background:#fff3dc;border:1px solid #e8c982;display:flex;align-items:center;justify-content:space-between;gap:18px;color:#6f4b0d;font-size:13px}
.history-card__unfinished strong{color:var(--accent);white-space:nowrap}
.history-card--incomplete{border-color:#e8c982}
.payment-context .plans{grid-template-columns:repeat(3,1fr)}
.plans button.selected{box-shadow:0 0 0 2px var(--accent);border-color:var(--accent)}
.payment-modal{width:min(860px,100%)}
.custom-amount-field{display:block;margin-top:18px}
.custom-amount-field>span{display:block;font-weight:700;margin-bottom:8px}
.custom-amount-field>div{display:flex;align-items:center;background:#fff;border:1px solid var(--line);border-radius:10px;padding:0 14px}
.custom-amount-field input{width:100%;border:0;outline:0;background:transparent;padding:14px 0;font-size:17px}
.custom-amount-field b{font-size:18px}
.payment-actions{align-items:stretch}
.payment-actions .button:first-child{min-width:220px}
.balance-hero{min-height:170px;display:flex;flex-direction:column;justify-content:center}
.balance-plans{grid-template-columns:repeat(3,1fr)}
.balance-checkout{margin-top:18px;display:grid;grid-template-columns:1fr auto;gap:16px;align-items:end}
.balance-checkout .custom-amount-field{margin:0}
.balance-checkout>.button{height:50px;min-width:270px}
@media(max-width:900px){.payment-context .plans,.balance-plans{grid-template-columns:1fr}.balance-checkout{grid-template-columns:1fr}.balance-checkout>.button{width:100%}.history-card__unfinished{align-items:flex-start;flex-direction:column}}


/* v16: saved-style choice on a new redesign and refined history filter */
.new-redesign-style{margin-top:16px;display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.saved-style-trigger{border:1px solid var(--line);border-radius:8px;background:transparent;color:var(--ink);font-weight:700;padding:12px 16px;cursor:pointer;display:inline-flex;align-items:center;gap:9px;transition:.2s}
.saved-style-trigger:hover{border-color:#b9afa2;background:#fff;transform:translateY(-1px)}
.saved-style-trigger span{font-size:15px;color:var(--accent)}
.selected-style-summary{min-height:43px;display:inline-flex;align-items:center;gap:9px;padding:8px 9px 8px 13px;border-radius:8px;background:#e8f5ed;color:var(--success);font-size:12px}
.selected-style-summary strong{color:var(--ink);font-size:13px}
.selected-style-summary button{width:26px;height:26px;border:0;border-radius:6px;background:rgba(47,143,91,.1);color:var(--success);cursor:pointer;font-size:17px;line-height:1}
.saved-style-modal{width:min(760px,100%)}
.saved-style-modal>p{margin:8px 0 22px;color:var(--muted);font-size:16px;line-height:1.5}
.saved-style-options{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.saved-style-options>button{min-width:0;border:1px solid var(--line);border-radius:14px;background:#fff;padding:0;overflow:hidden;text-align:left;cursor:pointer;transition:.2s;color:var(--ink)}
.saved-style-options>button:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 12px 28px rgba(37,30,22,.09)}
.saved-style-options img{display:block;width:100%;aspect-ratio:3/4;object-fit:cover;background:#edf3f7}
.saved-style-options>button>span{display:block;padding:14px}
.saved-style-options strong{display:block;font-family:Georgia,'Times New Roman',serif;font-size:20px;line-height:1.15}
.saved-style-options small{display:block;margin-top:5px;color:var(--muted)}
.saved-style-swatches{display:flex;gap:5px;margin-top:12px}
.saved-style-swatches b{display:block;width:16px;height:16px;border-radius:50%;background:#0d0f10;border:1px solid rgba(255,255,255,.12)}
.saved-style-swatches b:nth-child(2){background:#232821}.saved-style-swatches b:nth-child(3){background:#5f6d00}.saved-style-swatches b:nth-child(4){background:#b8d51a}.saved-style-swatches b:nth-child(5){background:#eef4c9}
.toolbar select{-webkit-appearance:none;appearance:none;padding-right:50px!important;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath d='M1 1l6 6 6-6' fill='none' stroke='%23171614' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 18px center;background-size:14px 8px;cursor:pointer}
@media(max-width:720px){.new-redesign-style{align-items:stretch}.saved-style-trigger,.selected-style-summary{width:100%;justify-content:center}.saved-style-options{grid-template-columns:1fr}.saved-style-options img{aspect-ratio:16/8;object-position:center 28%}}


/* 2026-08-03 v17: per-slide-type improvement actions */
.passport-slide-item{display:flex;min-width:0;flex-direction:column}.passport-slide-item__meta{width:100%;display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-top:10px}.passport-slide-item__meta>span,.passport-slide-item__meta>button{font-size:11px;font-weight:700;line-height:1.2;white-space:nowrap}.passport-slide-item__meta>span{min-width:0}.passport-slide-item__meta>button{display:inline-flex;align-items:center;flex:0 0 auto;margin-left:auto;border:0;background:transparent;color:var(--accent);padding:0;cursor:pointer;text-align:right;transition:transform .18s ease,color .18s ease}.passport-slide-item__meta>button:hover{transform:translateX(3px);color:#d82e19}.passport-slide-item__meta>button:focus-visible{outline:2px solid var(--accent);outline-offset:4px;border-radius:2px}@media(max-width:900px){.passport-slides{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.passport-slides{grid-template-columns:1fr}.passport-slide-item__meta{gap:8px}}

/* v26: speaker-focused passport refresh */
.passport__header h2{letter-spacing:-.04em}
.passport__header small{color:var(--muted)}
.passport .type-sample span{font-size:15px}
.passport .type-sample small{font-size:14px}

/* v28: fixed universal passport slots; absent types stay empty */
.passport-slides>div.is-empty::before{content:'';display:block;width:100%;aspect-ratio:3/4;border-radius:12px;border:1px dashed #cfc6b9;background:linear-gradient(145deg,rgba(255,255,255,.34),rgba(225,218,207,.22))}
.passport-slides>div.is-empty>img{display:none}
.passport-slides>div.is-empty button{display:none}

/* v30-clean: passive slide-type labels after removing improve-style actions */
.passport-slide-item__meta{justify-content:flex-start}.passport-slide-item__meta>span{font-size:11px;font-weight:700;line-height:1.2}

/* Точки входа в кабинет для вошедшего пользователя.
   По умолчанию скрыты: пока сессия не подтверждена (или Supabase недоступен),
   аноним не должен видеть ссылку в приватный раздел — ни мигающую, ни ведущую
   на экран логина. Класс .is-authed вешает mpcard-auth.js после проверки сессии.
   Каждый элемент сам объявляет свой display через --auth-only-display. */
html [data-auth-only]{display:none}
.is-authed [data-auth-only]{display:var(--auth-only-display,inline-flex)}

/* Шапка лендинга: «Мои редизайны» рядом с основным CTA. */
.header-actions__mine{--auth-only-display:inline-flex}

/* Под формой героя: возвращающийся пользователь видит вход в свою работу
   сразу, не долистывая до шапки и не вспоминая адрес /history. */
.hero__resume{--auth-only-display:inline-flex;align-items:center;gap:8px;margin:18px 0 0;font-size:13px;color:var(--muted)}
.hero__resume a{display:inline-flex;align-items:center;gap:6px;color:var(--accent);font-weight:700;border-bottom:1px solid transparent;transition:border-color .18s ease}
.hero__resume a:hover{border-bottom-color:var(--accent)}
.hero__resume a span{transition:transform .18s ease}
.hero__resume a:hover span{transform:translateX(3px)}

@media(max-width:720px){
  /* Ghost-кнопки в шапке на мобиле скрыты, но «Мои редизайны» — единственный
     вход в кабинет, поэтому он остаётся. Место под него освобождает сам CTA:
     вошедшему «Попробовать бесплатно» уже не адресовано. */
  .is-authed .header-actions__mine{display:inline-flex;padding:10px 13px;font-size:12px}
  .is-authed .header-actions .button:not(.header-actions__mine){display:none}
}

/* Плейсхолдер загрузки истории: тот же язык, что и у пустого состояния
   (.search-empty), чтобы переход «Загрузка… → карточки/пусто» не дёргал вёрстку. */
.history-loading{grid-column:1/-1;padding:40px;text-align:center;color:var(--muted)}
