@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--orange:#fc6723;--ink:#1f2123;--muted:#686b70;--line:#e6e7e9;--soft:#f6f7f8}*{box-sizing:border-box}body{margin:0;color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:16px;line-height:1.6}h1,h2,h3,h4,.button{font-family:Manrope,Arial,sans-serif}h1,h2,h3,h4,p{margin-top:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{outline-offset:5px}button{cursor:pointer}header{height:100px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:#fff;position:sticky;top:0;z-index:20;gap:24px}header img{display:block}nav{display:flex;gap:30px;font-size:14px;font-weight:600}nav a:hover,nav a.active{color:#c4470d}.header-actions{display:flex;align-items:center;gap:22px;font-size:14px}.account-link{font-size:27px}.cart-link span{background:var(--ink);color:white;border-radius:50%;padding:2px 6px;font-size:12px}.button{display:inline-flex;align-items:center;justify-content:center;gap:30px;background:var(--orange);color:#151515;border:1px solid var(--orange);border-radius:6px;padding:15px 23px;font-weight:800;font-size:14px;transition:transform .2s,background .2s}.button:hover{background:#ff7c40;transform:translateY(-2px)}.button.small{padding:12px 17px;gap:20px}.button.outline{background:transparent;border-color:#d6d8db}.button.dark{background:var(--ink);color:white;border-color:var(--ink)}.menu{display:none;background:none;border:0;font-size:25px}.wrap{max-width:1280px;margin:auto;padding:0 42px}.hero{padding:80px 0 78px;display:grid;grid-template-columns:1.05fr 1fr;align-items:center;gap:65px}.eyebrow{display:flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:2px;font-size:12px;font-weight:800;margin-bottom:24px}.eyebrow:before{content:'';width:20px;height:2px;background:var(--orange)}h1{font-size:66px;line-height:1.09;letter-spacing:-3.5px;font-weight:800;margin-bottom:24px}h1 em{color:var(--orange);font-style:normal}.hero p{max-width:480px;color:var(--muted);font-size:17px;line-height:1.8}.actions{display:flex;flex-wrap:wrap;gap:14px;margin:28px 0}.micro{font-size:13px!important;color:var(--muted)}.hero-stage{background:#f1f2f4;border:1px solid #e9eaed;min-height:450px;border-radius:18px;padding:32px 24px;position:relative}.stage-label{display:flex;justify-content:space-between;color:#767a80;font-size:12px;letter-spacing:1px;margin-bottom:22px}.window{background:white;border:1px solid #e5e5e8;border-radius:10px;box-shadow:0 18px 50px #17223912;overflow:hidden;transform:rotate(-3deg)}.window-bar{padding:14px 18px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:6px;font-size:12px;color:#7b7c83}.window-bar i{display:block;width:6px;height:6px;background:#c9cbd0;border-radius:50%}.window-bar span{margin-left:40px}.dashboard{display:grid;grid-template-columns:95px 1fr;min-height:275px}.dash-nav{border-right:1px solid var(--line);padding:22px 10px;font-size:10px;color:#777}.dash-nav b{color:#24272b;display:block;font-size:12px;margin-bottom:25px}.dash-nav span{display:block;margin:14px 0}.dash-main{padding:22px 18px}.dash-main h4{font-size:15px;margin-bottom:2px}.dash-main p{font-size:10px;margin:0 0 16px}.metrics{display:flex;gap:10px}.metrics>div{border:1px solid var(--line);padding:10px;flex:1;border-radius:6px;font-size:9px;color:#777}.metrics strong{display:block;color:var(--ink);font-size:20px}.bars{height:90px;display:flex;align-items:end;gap:8px;border-bottom:1px solid #ddd;margin-top:20px}.bars i{flex:1;background:#ffd7c4;border-radius:3px 3px 0 0}.bars i:nth-child(3n){background:var(--orange)}.floating{position:absolute;bottom:13px;right:4px;background:var(--ink);color:white;padding:17px 24px;border-radius:10px;box-shadow:0 10px 30px #0002;display:flex;gap:14px;align-items:center;transform:rotate(3deg)}.floating .icon{color:var(--orange);font-size:28px}.floating strong{display:block;font-size:14px}.floating small{color:#babcc0;font-size:11px}.trust-row{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:23px 0;display:flex;justify-content:space-between;font-size:14px;color:#60646a}.trust-row span::first-letter{color:var(--orange)}section{padding:76px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:32px}h2{font-size:38px;letter-spacing:-1.5px;line-height:1.2;margin-bottom:12px}.section-head p{color:var(--muted);margin:0}.text-link{font-size:14px;font-weight:700;border-bottom:1px solid #ccc;padding-bottom:5px;white-space:nowrap}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-card{border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fff;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000000a}.product-art{height:208px;background:var(--tint);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.product-art .app-icon{width:76px;height:76px;background:var(--accent);color:white;border-radius:18px;display:grid;place-items:center;box-shadow:0 14px 25px #0002;font-size:40px;font-weight:700;transform:rotate(-8deg)}.mini-ui{background:white;border-radius:7px;padding:15px 18px;width:145px;margin-left:-4px;margin-top:32px;transform:rotate(7deg);box-shadow:0 12px 25px #0001;font-size:10px;color:#666}.mini-ui b{display:block;color:#222;margin-bottom:10px}.mini-ui i{height:5px;display:block;background:var(--tint);margin:7px 0;border-radius:4px}.mini-ui i:last-child{width:65%;background:var(--accent)}.card-body{padding:24px}.category{font-size:11px;letter-spacing:1px;text-transform:uppercase;color:var(--muted);font-weight:700}.card-body h3{font-size:21px;letter-spacing:-.6px;margin:9px 0}.card-body p{font-size:14px;color:var(--muted);min-height:47px;margin-bottom:25px}.card-bottom{border-top:1px solid var(--line);padding-top:19px;display:flex;align-items:center;justify-content:space-between}.price{font-size:23px;font-weight:800;letter-spacing:-1px}.price small{font-size:12px;color:var(--muted);font-weight:400;letter-spacing:0}.card-bottom a{font-size:13px;font-weight:700}.dark-section{background:var(--ink);color:white}.dark-section .eyebrow{color:#b7babe}.dark-section h2{max-width:470px;font-size:43px}.benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:35px;margin-top:48px}.benefits .symbol{font-size:28px;color:var(--orange);margin-bottom:20px}.benefits h3{font-size:17px;margin-bottom:10px}.benefits p{font-size:14px;color:#aaadb1;line-height:1.8;margin-bottom:0}.categories{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.category-tile{border:1px solid var(--line);padding:24px;border-radius:8px;font-weight:700}.category-tile span{display:block;font-size:28px;margin-bottom:22px}.category-tile small{display:block;font-weight:400;color:var(--muted);font-size:13px;margin-top:8px}.category-tile:hover{border-color:var(--orange)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:50px}.step-number{font-size:15px;color:#bf460e;border-top:1px solid #dadddf;padding-top:18px;display:block;margin-bottom:22px}.steps h3{font-size:21px}.steps p{font-size:15px;color:var(--muted)}.cta{background:#fff0e8;border:1px solid #ffd9c6;border-radius:12px;padding:48px;display:flex;align-items:center;justify-content:space-between;margin-bottom:80px;gap:30px}.cta h2{margin-bottom:10px}.cta p{color:#6d605b;margin:0;max-width:630px}footer{border-top:1px solid var(--line);padding:55px max(5%,calc((100% - 1196px)/2)) 24px}.footer-top{display:grid;grid-template-columns:2fr 1fr 1.2fr 1fr;gap:40px}.footer-top p{font-size:14px;color:var(--muted);margin-top:22px}.footer-top h4{font-size:14px;margin-bottom:18px}.footer-top a{display:block;font-size:13px;color:var(--muted);margin-bottom:10px}.footer-bottom{border-top:1px solid var(--line);padding-top:24px;margin-top:40px;display:flex;justify-content:space-between;gap:20px;font-size:12px;color:var(--muted)}.page-head{padding:55px 0 35px}.page-head h1{font-size:48px;letter-spacing:-2px}.page-head p{color:var(--muted);max-width:680px}.breadcrumbs{font-size:13px;color:var(--muted);margin-bottom:25px}.toolbar{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:25px}input,select,textarea{border:1px solid #d5d8dc;background:white;border-radius:6px;padding:12px 14px;max-width:100%;color:var(--ink)}.toolbar input{flex:1;min-width:180px}.filter-tabs{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:30px}.filter-tabs button{border:1px solid var(--line);background:white;border-radius:30px;padding:9px 18px;font-size:13px}.filter-tabs button.selected{background:var(--ink);color:white}.catalog{padding-bottom:80px}.details{display:grid;grid-template-columns:1.1fr 1fr;gap:60px;margin-bottom:60px}.details .product-art{height:430px;border-radius:14px}.details .app-icon{width:120px;height:120px;font-size:66px}.details .mini-ui{width:180px;padding:24px}.details h1{font-size:44px;letter-spacing:-2px}.details p{color:var(--muted)}label{display:block;font-size:14px;font-weight:600;margin:14px 0 6px}.details select{width:100%}.details .button{width:100%;margin-top:20px}.content-grid{display:grid;grid-template-columns:2fr 1fr;gap:60px;padding-bottom:70px}.panel{border:1px solid var(--line);padding:28px;border-radius:10px;background:white}.panel h3{font-size:20px}details{border-bottom:1px solid var(--line);padding:18px 0}summary{cursor:pointer;font-weight:600;font-size:15px}details p{color:var(--muted);font-size:14px;margin:14px 0 0}.feature-list{padding:0;list-style:none}.feature-list li{margin:13px 0}.feature-list li:before{content:'✓';color:#c4470d;margin-right:12px}.order-row{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding:20px 0;gap:20px}.order-row:first-child{padding-top:0}.order-row small{display:block;color:var(--muted)}.remove{background:none;border:0;color:#a34319;font-size:13px;padding:0}.total{display:flex;justify-content:space-between;font-weight:700;font-size:21px;margin:24px 0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 20px}.form-grid input{width:100%}.full{grid-column:1/-1}.notice{padding:14px 18px;background:#fff1e9;border-radius:6px;font-size:14px;color:#85401f;margin-bottom:25px}.empty{text-align:center;padding:75px 20px}.empty h2{font-size:30px}.account-layout{display:grid;grid-template-columns:230px 1fr;gap:35px;padding-bottom:70px}.account-nav a{display:block;padding:13px 16px;font-size:14px;border-radius:6px}.account-nav a.selected{background:var(--ink);color:white}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:28px}.stat-grid .panel span{display:block;font-size:32px;font-weight:700}table{width:100%;border-collapse:collapse;font-size:14px}td,th{text-align:left;padding:14px 10px;border-bottom:1px solid var(--line)}.table-scroll{overflow:auto}.badge{padding:4px 9px;background:#e6f4ec;color:#266142;font-size:12px;border-radius:4px}.contact-form{max-width:720px;margin-bottom:70px}.contact-form input,.contact-form textarea,.contact-form select{width:100%}.contact-form textarea{min-height:150px}.prose{max-width:820px;padding-bottom:80px}.prose p{color:var(--muted)}#toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,100px);background:var(--ink);color:white;padding:12px 24px;border-radius:8px;z-index:30;transition:transform .2s;box-shadow:0 8px 30px #0003;font-size:14px}#toast.show{transform:translate(-50%,0)}@media(min-width:1500px){header{padding-left:calc((100% - 1350px)/2);padding-right:calc((100% - 1350px)/2)}}@media(max-width:1100px){header{padding:0 25px;gap:15px}nav{gap:20px}.header-actions .small{display:none}.hero{gap:30px}h1{font-size:54px}.hero-stage{padding:26px 15px;min-height:420px}.wrap{padding:0 28px}.grid{gap:16px}.card-body{padding:20px}.benefits{gap:20px}}@media(max-width:760px){header{height:78px;padding:0 20px}header img{width:175px;height:auto}.header-actions{gap:14px}.account-link{display:none}.menu{display:block}nav{display:none;position:absolute;top:78px;left:0;right:0;background:white;padding:20px;border-bottom:1px solid var(--line);flex-direction:column}nav.open{display:flex}.wrap{padding:0 22px}.hero{grid-template-columns:1fr;padding:48px 0;gap:32px}h1{font-size:48px;letter-spacing:-2.5px}.hero p{font-size:16px}.hero-stage{min-height:395px;max-width:500px;width:100%;margin:auto}.trust-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;font-size:12px}.section-head{align-items:start}.section-head h2,h2{font-size:30px}.section-head p{font-size:14px}.section-head .text-link{font-size:12px}.grid,.steps{grid-template-columns:1fr}.product-art{height:225px}.card-body p{min-height:0}.benefits,.categories{grid-template-columns:1fr 1fr;gap:25px}.dark-section h2{font-size:34px}section{padding:50px 0}.category-tile{padding:18px}.cta{padding:30px;display:block;margin-bottom:50px}.cta .button{margin-top:25px}.footer-top{grid-template-columns:1fr 1fr;gap:30px}.footer-top>div:first-child{grid-column:1/-1}.footer-bottom{flex-direction:column;font-size:11px}.details,.content-grid,.account-layout{grid-template-columns:1fr;gap:30px}.details .product-art{height:320px}.page-head h1,.details h1{font-size:38px}.page-head{padding-top:35px}.account-nav{display:flex;overflow:auto}.account-nav a{white-space:nowrap}.stat-grid{gap:8px}.stat-grid .panel{padding:14px;font-size:12px}.stat-grid .panel span{font-size:26px}.form-grid{grid-template-columns:1fr}.panel{padding:22px}.floating{right:0}.toolbar select{flex:1}.steps{gap:18px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
.theme-toggle{border:1px solid var(--line);background:transparent;color:inherit;border-radius:30px;padding:8px 12px;white-space:nowrap;font-size:13px;min-height:40px}
html[data-theme="dark"]{color-scheme:dark;--ink:#f4f5f6;--muted:#a4a9b1;--line:#34373d;--soft:#202328;background:#151719}
[data-theme="dark"] body{background:#151719}
[data-theme="dark"] header{background:#181a1d}
[data-theme="dark"] nav a:hover,[data-theme="dark"] nav a.active{color:#ff8c56}
[data-theme="dark"] .cart-link span{background:#fc6723;color:#151719}
[data-theme="dark"] .hero-stage{background:#202328;border-color:#363a40;box-shadow:0 25px 80px #0003}
[data-theme="dark"] .stage-label{color:#b3b8c0}
[data-theme="dark"] .window{background:#292c31;border-color:#45494f;box-shadow:0 20px 50px #0005}
[data-theme="dark"] .window-bar{color:#bcc0c6}
[data-theme="dark"] .dash-nav,[data-theme="dark"] .metrics>div{color:#adb3bc}
[data-theme="dark"] .dash-nav b{color:#f4f5f6}
[data-theme="dark"] .bars{border-color:#45494f}
[data-theme="dark"] .bars i{background:#79482f}
[data-theme="dark"] .bars i:nth-child(3n){background:#fc6723}
[data-theme="dark"] .floating{background:#34383f;border:1px solid #4c5057}
[data-theme="dark"] .trust-row{color:#b8bdc5}
[data-theme="dark"] .product-card,[data-theme="dark"] .panel{background:#202328}
[data-theme="dark"] .product-card:hover{border-color:#5b6069;box-shadow:0 18px 45px #0003}
[data-theme="dark"] .product-art{background:color-mix(in srgb,var(--accent) 17%,#1b1e23)}
[data-theme="dark"] .mini-ui{background:#30343b;color:#bcc0c7;box-shadow:0 12px 25px #0004}
[data-theme="dark"] .mini-ui b{color:#f5f5f5}
[data-theme="dark"] .mini-ui i{background:#4c515b}
[data-theme="dark"] .mini-ui i:last-child{background:var(--accent)}
[data-theme="dark"] .dark-section{background:#0d0f11;border-top:1px solid #303238;border-bottom:1px solid #303238}
[data-theme="dark"] .category-tile{background:#1d2024}
[data-theme="dark"] .step-number{color:#ff925e;border-color:#393d44}
[data-theme="dark"] .cta{background:#2d221d;border-color:#67402c}
[data-theme="dark"] .cta p{color:#ccbcb3}
[data-theme="dark"] footer{background:#111315}
[data-theme="dark"] .button.outline{color:#f4f5f6;border-color:#50555e}
[data-theme="dark"] .button.outline:hover{background:#292d33}
[data-theme="dark"] .button.dark,[data-theme="dark"] .filter-tabs button.selected,[data-theme="dark"] .account-nav a.selected{background:#fc6723;color:#161719;border-color:#fc6723}
[data-theme="dark"] input,[data-theme="dark"] select,[data-theme="dark"] textarea,[data-theme="dark"] .filter-tabs button{background:#22262b;border-color:#464b54;color:#eff0f2}
[data-theme="dark"] input::placeholder,[data-theme="dark"] textarea::placeholder{color:#adb3bc}
[data-theme="dark"] .notice{background:#35271e;color:#ffc79f}
[data-theme="dark"] .remove,[data-theme="dark"] .feature-list li:before{color:#ff9865}
[data-theme="dark"] .badge{background:#1f4435;color:#a0e5ba}
[data-theme="dark"] #toast{background:#383d45;color:#fff}
@media(max-width:1250px){.header-actions .small{display:none}}
@media(max-width:760px){[data-theme="dark"] nav{background:#181a1d}.theme-toggle{font-size:12px;padding:7px 10px}.header-actions{gap:10px}header img{width:155px}}
@media(max-width:390px){header{padding:0 12px}header img{width:128px}.header-actions{gap:7px}.cart-link{font-size:12px}.theme-toggle{padding:6px 8px}}

.section-photo{display:block;width:100%;height:320px;object-fit:cover;border-radius:12px;margin-bottom:30px;filter:brightness(.76) saturate(.75)}.benefits-photo{margin-top:35px}.benefits-photo .section-photo{height:360px;object-position:center 45%;margin-bottom:0}.cta{position:relative;overflow:hidden;isolation:isolate;min-height:270px}.cta-photo{position:absolute;inset:0;z-index:-2;width:100%;height:100%;object-fit:cover;object-position:center 50%;filter:brightness(.28) saturate(.5)}.cta:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#17191af2 10%,#17191a99 75%,#17191a44);z-index:-1}.cta h2{color:#fff}.cta p{color:#d1d1d1!important}.cta .button{flex-shrink:0}@media(max-width:760px){.section-photo,.benefits-photo .section-photo{height:240px}.cta{min-height:320px}}
