.tech-stack{background:rgba(12,14,21,.6);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);padding:30px 0;overflow:hidden}.tech-wrapper{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:30px}.tech-title{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:0;color:var(--color-text-muted)}.tech-logos{display:flex;align-items:center;gap:40px;flex-wrap:wrap}.tech-logo{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:600;color:#d1d5db;opacity:1;transition:color .3s}.tech-logo:hover{color:#fff}.tech-logo img{height:20px;opacity:.8}.section{padding:100px 0;position:relative}.section-header{text-align:center;max-width:680px;margin:0 auto 60px auto;display:flex;flex-direction:column;align-items:center;gap:16px}.section-title{font-family:var(--font-heading);font-size:clamp(32px, 3.5vw, 48px);font-weight:800;line-height:1.2}.section-desc{font-size:16px;color:var(--color-text-secondary)}.showcase-scroll{background-color:#0b0c13;padding:120px 0;position:relative}.showcase-grid{display:grid;grid-template-columns:1fr 1fr;align-items:flex-start;gap:80px}.scroll-text-container{display:flex;flex-direction:column}.scroll-step{min-height:70vh;display:flex;flex-direction:column;justify-content:center;gap:20px;padding:40px 0;border-bottom:1px solid rgba(255,255,255,.03);opacity:.58;transform:translateX(0);transition:opacity .35s ease,transform .35s ease}.scroll-step:last-child{border-bottom:none}.scroll-step.active{opacity:1;transform:translateX(10px)}.scroll-step-num{font-family:var(--font-heading);font-size:18px;font-weight:800;color:var(--color-primary)}.scroll-step-title{font-family:var(--font-heading);font-size:28px;font-weight:800}.scroll-step-desc{color:var(--color-text-secondary);font-size:16px}.step-tags{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px}.step-tag{padding:6px 12px;border-radius:var(--radius-sm);background:rgba(255,255,255,.03);border:1px solid var(--color-border);font-size:12px;color:var(--color-text-secondary);font-weight:500}.scroll-visual-container{position:sticky;top:80px;height:calc(100vh - 90px);display:flex;align-items:flex-start;justify-content:center;padding-top:16px}.showcase-phone{position:relative;width:380px;height:760px;background:#1a1a1a;border-radius:48px;padding:7px;border:3px solid #3a3a3a;box-shadow:var(--shadow-lg),0 0 60px rgba(0,0,0,.7),inset 0 0 0 1px rgba(255,255,255,.05);overflow:hidden;transition:box-shadow .35s ease,transform .35s ease}.showcase-phone.screen-bump{animation:screenBump .42s ease}.showcase-phone-screen{width:100%;height:100%;border-radius:43px;position:relative;overflow:hidden;background:#090a0f}.mock-screen-content{position:absolute;top:0;left:0;width:100%;height:100%;visibility:hidden;opacity:1;transition:transform .42s cubic-bezier(.16, 1, .3, 1),visibility .42s;transform:translateX(100%);padding:0;display:flex;flex-direction:column}.mock-screen-content.active{visibility:visible;opacity:1;transform:translateX(0)}@keyframes screenBump{0%{filter:brightness(1)}45%{filter:brightness(1.1)}100%{filter:brightness(1)}}.mock-app-screen{background:#f8f9fc;color:#1f2937;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;height:100%;width:100%;display:flex;flex-direction:column;position:relative;overflow:hidden}.screen-status-bar{display:flex;justify-content:space-between;align-items:center;padding:6px 14px 2px 14px;font-size:10px;font-weight:600;color:#1f2937;z-index:10;background:0 0;width:100%}#screen-dashboard .screen-status-bar{color:#fff;background:#f97316}#screen-alarm .screen-status-bar{color:rgba(255,255,255,.7);background:0 0}#screen-analytics .screen-status-bar{color:#1f2937;background:#f8f9fc}.status-icons{display:flex;gap:6px;align-items:center}.screen-body{flex:1;overflow:hidden;padding:12px 14px 72px 14px}.screen-home-indicator{position:absolute;bottom:6px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:#fff;border-radius:2px;opacity:.24;z-index:100;pointer-events:none}.screen-header-custom{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.screen-header-left{display:flex;flex-direction:column}.screen-header-title{font-size:18px;font-weight:800;color:#0f172a;margin:0}.screen-header-subtitle{font-size:10px;color:#64748b;margin-top:1px}.screen-header-right{display:flex;gap:10px;align-items:center;color:#475569}.screen-header-right i{cursor:pointer}.btn-circle-orange{width:28px;height:28px;border-radius:50%;background:#f97316;color:#fff;display:flex;align-items:center;justify-content:center;border:none;font-size:14px;font-weight:700}.screen-tab-bar{position:absolute;bottom:0;left:0;width:100%;height:52px;background:#090a0f;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-around;align-items:center;z-index:10;padding:0 4px}.tab-item{display:flex;flex-direction:column;align-items:center;color:#94a3b8;cursor:pointer;padding:4px 0;flex:1;text-decoration:none}.tab-item i{width:16px;height:16px;margin-bottom:2px}.tab-item span{font-size:8px;font-weight:600}.tab-item.active{color:#f97316}#screen-analytics .screen-tab-bar{background:#f8f9fc;border-top:1px solid rgba(0,0,0,.08)}#screen-analytics .tab-item{color:#94a3b8}#screen-analytics .tab-item.active{color:#f97316}#screen-alarm .screen-tab-bar{background:rgba(9,10,15,.9);border-top:1px solid rgba(249,115,22,.2);z-index:50}.home-header-bg{background:#f97316;padding:10px 14px 20px 14px;margin:-12px -14px 12px -14px;border-bottom-left-radius:20px;border-bottom-right-radius:20px}.home-header-bg .screen-header-title{color:#fff}.home-header-bg .screen-header-subtitle{color:rgba(255,255,255,.85)}.home-header-bg .screen-header-right{color:#fff}.home-logo-circle{width:24px;height:24px;border-radius:6px;background:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:4px}.home-logo-circle img{width:16px;height:16px;object-fit:contain}.home-overview-card{display:flex;justify-content:space-between;align-items:flex-end;color:#fff;margin-top:10px}.overview-left{display:flex;flex-direction:column}.overview-label{font-size:10px;opacity:.85;text-transform:uppercase;letter-spacing:0}.overview-value{font-size:26px;font-weight:900;margin:2px 0}.overview-badge{display:inline-flex;align-items:center;gap:2px;background:rgba(255,255,255,.2);padding:2px 6px;border-radius:12px;font-size:8px;font-weight:700}.overview-right{font-size:9px;opacity:.85;padding-bottom:4px}.home-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:14px}.home-grid-card{background:#fff;border-radius:12px;padding:10px 12px;box-shadow:0 2px 6px rgba(0,0,0,.02);border:1px solid rgba(0,0,0,.03);display:flex;flex-direction:column;justify-content:space-between;height:64px}.grid-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.grid-card-title{font-size:8px;font-weight:600;color:#64748b;text-transform:uppercase}.grid-card-icon{color:#f97316}.grid-card-val{font-size:13px;font-weight:800;color:#0f172a}.activity-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px}.activity-title{font-size:12px;font-weight:800;color:#0f172a}.activity-subtitle{font-size:8px;color:#64748b}.activity-link{font-size:8px;font-weight:700;color:#f97316;text-decoration:none}.activity-list{display:flex;flex-direction:column;gap:6px}.app-list-item{display:flex;justify-content:space-between;align-items:center;padding:8px 10px;background:#fff;border:1px solid rgba(0,0,0,.03);border-radius:10px}.app-item-info{display:flex;align-items:center;gap:8px}.app-item-icon-circle{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.app-item-icon-circle i{width:12px;height:12px}.app-item-text{display:flex;flex-direction:column}.app-item-name{font-size:10px;font-weight:700;color:#0f172a}.app-item-sub{font-size:8px;color:#64748b}.app-item-price{font-size:10px;font-weight:800;color:#0f172a}.subs-report-card{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.report-title-group{display:flex;flex-direction:column}.report-title{font-size:13px;font-weight:800;color:#0f172a}.report-desc{font-size:9px;color:#64748b}.report-refresh-btn{color:#f97316}.subs-orange-card{background:#f97316;border-radius:14px;padding:12px;color:#fff;display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.subs-orange-card-val{font-size:26px;font-weight:900}.subs-orange-card-badge{background:rgba(255,255,255,.2);padding:2px 6px;border-radius:12px;font-size:9px;font-weight:700}.subs-stats-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:6px;margin-bottom:12px}.subs-stat-card-mini{background:#fff;border-radius:8px;padding:8px;border:1px solid rgba(0,0,0,.03);display:flex;flex-direction:column;gap:2px}.subs-stat-card-mini i{color:#f97316}.subs-stat-mini-title{font-size:7px;font-weight:600;color:#64748b;text-transform:uppercase}.subs-stat-mini-val{font-size:10px;font-weight:800;color:#0f172a}.app-list-item-bordered{border-left-width:4px;border-left-style:solid}.search-bar-ui{display:flex;align-items:center;background:#edf2f7;border-radius:8px;padding:6px 10px;margin-bottom:10px}.search-bar-ui i{color:#a0aec0;margin-right:6px}.search-placeholder{font-size:10px;color:#a0aec0}.filter-pills-row{display:flex;gap:6px;margin-bottom:20px}.filter-pill{font-size:8px;font-weight:700;padding:4px 10px;border-radius:12px;cursor:pointer}.filter-pill.active{background:#f97316;color:#fff}.filter-pill.outline{border:1px solid #e2e8f0;color:#718096}.empty-state-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 0;text-align:center}.empty-state-icon{width:40px;height:40px;color:#a0aec0;margin-bottom:12px}.empty-state-title{font-size:12px;font-weight:700;color:#4a5568;margin-bottom:4px}.empty-state-desc{font-size:9px;color:#718096;max-width:150px}.alarm-overlay-container{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(9,10,15,.85);backdrop-filter:blur(8px);z-index:100;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .4s ease;padding:16px}.mock-screen-content.active .alarm-overlay-container{opacity:1;visibility:visible}.alarm-card-ui{background:#0d111a;border:1px solid #f97316;border-radius:16px;padding:16px;width:100%;max-width:240px;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 10px 25px rgba(249,115,22,.3)}.alarm-bell-icon{width:40px;height:40px;border-radius:50%;background:rgba(249,115,22,.15);color:#f97316;display:flex;align-items:center;justify-content:center;margin-bottom:10px;animation:bellRing 1.5s infinite ease-in-out}@keyframes bellRing{0%{transform:rotate(0)}10%{transform:rotate(15deg)}20%{transform:rotate(-15deg)}30%{transform:rotate(10deg)}40%{transform:rotate(-10deg)}50%{transform:rotate(0)}100%{transform:rotate(0)}}.alarm-badge-top{font-size:8px;color:#f97316;font-weight:700;text-transform:uppercase;margin-bottom:4px}.alarm-app-name{font-size:14px;font-weight:800;color:#fff}.alarm-app-price{font-size:20px;font-weight:900;color:#fff;margin:4px 0}.alarm-app-sub{font-size:8px;color:#94a3b8;margin-bottom:12px}.alarm-actions-row{display:flex;gap:6px;width:100%}.btn-alarm{flex:1;font-size:8px;font-weight:700;padding:6px 0;border-radius:6px;border:none;cursor:pointer}.btn-alarm-dismiss{background:#334155;color:#fff}.btn-alarm-snooze{background:#f97316;color:#fff}.invoice-big-val{font-size:32px;font-weight:900;color:#0f172a}.invoice-big-label{font-size:8px;color:#64748b;text-transform:uppercase;letter-spacing:0;margin-bottom:8px}.invoice-chart-svg{width:100%;height:48px;margin-bottom:8px}.months-pills-row{display:flex;justify-content:space-between;margin-bottom:12px}.month-pill{font-size:8px;font-weight:700;color:#94a3b8;padding:2px 6px;cursor:pointer}.month-pill.active{background:#0f172a;color:#fff;border-radius:4px}.status-grid-2x2{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-bottom:12px}.status-mini-card{background:#fff;border-radius:8px;padding:8px 10px;border:1px solid rgba(0,0,0,.03);display:flex;flex-direction:column;gap:2px}.status-mini-header{display:flex;align-items:center;gap:4px;font-size:7px;font-weight:600;color:#64748b}.status-dot{width:4px;height:4px;border-radius:50%}.status-mini-val{font-size:11px;font-weight:800;color:#0f172a}.invoice-links-row{display:flex;gap:8px;border-bottom:1px solid #e2e8f0;padding-bottom:4px;margin-bottom:8px}.invoice-link-item{font-size:8px;font-weight:700;color:#94a3b8;cursor:pointer;position:relative;padding-bottom:4px}.invoice-link-item.active{color:#f97316}.invoice-link-item.active::after{content:'';position:absolute;bottom:-1px;left:0;width:100%;height:2px;background:#f97316;border-radius:1px}.invoice-item-card{display:flex;justify-content:space-between;align-items:center;background:#fff;border-radius:10px;padding:10px;border:1px solid rgba(0,0,0,.03)}.invoice-item-left{display:flex;align-items:center;gap:8px}.invoice-file-icon{width:24px;height:24px;border-radius:6px;background:rgba(249,115,22,.1);color:#f97316;display:flex;align-items:center;justify-content:center}.invoice-item-text{display:flex;flex-direction:column}.invoice-item-title{font-size:10px;font-weight:700;color:#0f172a}.invoice-item-meta{font-size:7px;color:#64748b}.invoice-item-right{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.invoice-item-val{font-size:10px;font-weight:800;color:#0f172a}.invoice-badge-status{font-size:6px;font-weight:700;color:#f97316;border:1px solid #f97316;padding:1px 4px;border-radius:4px}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px}.feature-card{background:var(--color-bg-card);border:1px solid var(--color-border);padding:40px;border-radius:var(--radius-lg);transition:all .4s cubic-bezier(.16, 1, .3, 1);position:relative;overflow:hidden}.feature-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at var(--mouse-x,50%) var(--mouse-y,50%),rgba(249,115,22,.08) 0,rgba(0,0,0,0) 50%);opacity:0;transition:opacity .5s ease;pointer-events:none}.feature-card:hover::before{opacity:1}.feature-card:hover{transform:translateY(-5px);border-color:var(--color-border-glow);box-shadow:0 10px 30px rgba(249,115,22,.05)}.feature-icon-wrapper{width:56px;height:56px;border-radius:var(--radius-md);background:rgba(255,255,255,.03);border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;color:var(--color-primary);margin-bottom:24px;transition:all .3s}.feature-card:hover .feature-icon-wrapper{background:var(--color-primary-glow);border-color:rgba(249,115,22,.4);transform:scale(1.05)}.feature-card h3{font-family:var(--font-heading);font-size:20px;font-weight:700;margin-bottom:12px}.feature-card p{color:var(--color-text-secondary);font-size:14px}.guides-container{display:grid;grid-template-columns:300px 1fr;gap:50px;background:rgba(16,18,27,.4);border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:40px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.guides-tabs{display:flex;flex-direction:column;gap:12px}.guide-tab-btn{display:flex;align-items:center;gap:16px;padding:16px 20px;border-radius:var(--radius-md);background:0 0;color:var(--color-text-secondary);font-size:15px;font-weight:600;text-align:left;cursor:pointer;transition:all .3s ease;border:1px solid transparent}.guide-tab-btn:hover{background:rgba(255,255,255,.02);color:var(--color-text-primary)}.guide-tab-btn.active{background:rgba(249,115,22,.08);border-color:rgba(249,115,22,.2);color:var(--color-primary-light)}.guide-tab-btn i{font-size:18px}.guide-contents{position:relative;min-height:400px}.guide-content-panel{position:absolute;top:0;left:0;width:100%;opacity:0;visibility:hidden;transform:translateX(15px);display:flex;flex-direction:column;gap:20px}.guide-content-panel.active{opacity:1;visibility:visible;transform:translateX(0)}.guide-panel-title{font-family:var(--font-heading);font-size:26px;font-weight:800;color:#fff}.guide-panel-desc{color:var(--color-text-secondary);font-size:15px;line-height:1.7}.guide-steps-list{display:flex;flex-direction:column;gap:20px;margin-top:10px}.guide-step-item{display:flex;gap:20px;background:rgba(255,255,255,.02);border:1px solid var(--color-border);padding:20px;border-radius:var(--radius-md)}.guide-step-badge{width:32px;height:32px;border-radius:50%;background:var(--color-primary-glow);border:1px solid rgba(249,115,22,.3);color:var(--color-primary-light);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;flex-shrink:0}.guide-step-body{display:flex;flex-direction:column;gap:6px}.guide-step-body h4{font-size:16px;font-weight:700;color:#fff}.guide-step-body p{font-size:13px;color:var(--color-text-secondary);line-height:1.6}.faq-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.faq-item{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden;transition:all .3s}.faq-item:hover{border-color:rgba(255,255,255,.15)}.faq-question{width:100%;padding:24px;display:flex;justify-content:space-between;align-items:center;font-size:16px;font-weight:600;color:var(--color-text-primary);text-align:left;cursor:pointer;background:0 0}.faq-answer{height:0;overflow:hidden;padding:0 24px;color:var(--color-text-secondary);font-size:14px;line-height:1.7;transition:padding .3s ease}.faq-item.active .faq-answer{padding-bottom:24px}.faq-icon-arrow{transition:transform .3s ease}.faq-item.active .faq-icon-arrow{transform:rotate(180deg);color:var(--color-primary)}.download-section{position:relative;overflow:hidden;z-index:10}.cta-box{background:linear-gradient(90deg,rgba(9,10,15,.98) 0,rgba(9,10,15,.9) 46%,rgba(9,10,15,.18) 100%),var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:80px 60px;min-height:360px;display:flex;align-items:center;position:relative;box-shadow:var(--shadow-lg),var(--shadow-orange);overflow:hidden}.cta-text{display:flex;flex-direction:column;gap:20px;max-width:590px;position:relative;z-index:2}.cta-title{font-family:var(--font-heading);font-size:clamp(32px, 3.5vw, 48px);font-weight:800;line-height:1.2}.cta-desc{font-size:16px;color:var(--color-text-secondary);max-width:520px}.cta-buttons{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.cta-store-link{width:fit-content;min-height:48px;padding:14px 22px}.cta-bg-art{position:absolute;inset:0;z-index:0}.cta-bg-art img{display:block;width:100%;height:100%;object-fit:cover;object-position:right center;opacity:.82}footer{background:#05060a;border-top:1px solid var(--color-border);padding:80px 0 40px 0;font-size:14px;color:var(--color-text-secondary)}.footer-top{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;margin-bottom:60px}.footer-brand{display:flex;flex-direction:column;gap:20px}.footer-desc{max-width:320px;line-height:1.6}.footer-socials{display:flex;gap:16px}.social-link{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.03);border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;color:var(--color-text-secondary);transition:all .3s}.social-link:hover{background:var(--color-primary-glow);color:var(--color-primary-light);border-color:rgba(249,115,22,.3);transform:translateY(-2px)}.footer-col{display:flex;flex-direction:column;gap:20px}.footer-col-title{font-weight:700;color:#fff;font-family:var(--font-heading);letter-spacing:0}.footer-links{display:flex;flex-direction:column;gap:12px}.footer-links a{transition:color .3s}.footer-links a:hover{color:var(--color-primary-light)}.footer-bottom{border-top:1px solid var(--color-border);padding-top:40px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px;font-size:13px}@media (max-width:1024px){.hero .container{grid-template-columns:1fr;text-align:center;gap:50px}.badge{align-self:center}.hero-desc{margin:0 auto}.download-badges,.hero-actions{justify-content:center}.hero-visual{order:-1}.showcase-grid{grid-template-columns:1fr;gap:28px}.scroll-visual-container{order:-1;position:sticky;top:68px;height:min(58vh,520px);margin-bottom:0;display:flex;justify-content:center;align-items:flex-start;z-index:4;pointer-events:none}.showcase-phone{width:380px;height:760px;margin:0 auto;transform:scale(.75);transform-origin:top center}.scroll-step{min-height:62vh;padding:42px 0;text-align:center;transform:translateY(0)}.scroll-step.active{transform:translateY(-6px)}.step-tags{justify-content:center}.cta-box{text-align:center;padding:50px 30px;justify-content:center}.cta-desc{margin:0 auto}.cta-buttons{justify-content:center}.cta-bg-art img{object-position:center;opacity:.34}.guides-container{grid-template-columns:1fr;gap:30px;padding:24px}.guides-tabs{flex-direction:row;overflow-x:auto;padding-bottom:12px}.guide-tab-btn{white-space:nowrap;padding:12px 18px}}@media (max-width:768px){.nav-cta .btn,.nav-links{display:none}.nav-links.mobile-active{display:flex;flex-direction:column;position:absolute;top:100%;left:0;width:100%;background:rgba(9,10,15,.98);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);padding:24px;border-bottom:1px solid var(--color-border);z-index:1005}.nav-links a{padding:12px 0;width:100%;text-align:center;border-bottom:1px solid rgba(255,255,255,.05);font-size:16px}.nav-links a:last-child{border-bottom:none}.nav-links a::after{display:none}.menu-btn{display:block}.hero{padding-top:104px}.hero-content{gap:18px}.hero-title{font-size:38px}.hero-visual{order:0}.device-container{width:220px;height:440px;border-radius:32px;padding:10px}.device-screen{border-radius:24px}.floating-hud{display:none}.play-store-badge{width:182px;height:70px}.showcase-scroll{padding:80px 0}.scroll-visual-container{top:64px;height:430px;align-items:flex-start}.showcase-phone{width:300px;height:600px;transform:scale(.66);transform-origin:top center}.scroll-step{min-height:58vh;padding:34px 0}.footer-top{grid-template-columns:1fr;gap:30px}.footer-brand{align-items:center;text-align:center}.footer-desc{margin:0 auto}.footer-socials{justify-content:center}.footer-col{align-items:center;text-align:center}.footer-bottom{flex-direction:column;text-align:center}}@media (max-height:920px) and (min-width:1025px){.showcase-phone{transform:scale(.92);transform-origin:top center}}@media (max-height:860px) and (min-width:1025px){.showcase-phone{transform:scale(.85);transform-origin:top center}}@media (max-height:800px) and (min-width:1025px){.showcase-phone{transform:scale(.78);transform-origin:top center}}@media (max-height:750px) and (min-width:1025px){.showcase-phone{transform:scale(.72);transform-origin:top center}}@media (max-height:700px) and (min-width:1025px){.showcase-phone{transform:scale(.65);transform-origin:top center}}@media (max-height:640px) and (min-width:1025px){.showcase-phone{transform:scale(.58);transform-origin:top center}}