*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--text-dark);background-color:var(--bg-white);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}:root{--primary-purple: #5B52E5;--primary-purple-hover: #4A42D4;--text-dark: #1a1a2e;--text-black: #000000;--text-gray: #6b7280;--text-light: #9ca3af;--bg-white: #ffffff;--bg-light: #f8f9fb;--bg-overlay: rgba(245, 246, 248, .92);--border-color: #e5e7eb;--border-dark: #1a1a2e;--link-blue: #5B52E5;--price-red: #dc2626;--header-height: 56px;--container-max: 900px;--transition-fast: .15s ease;--transition-normal: .25s ease;--transition-slow: .4s ease-out}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif;font-weight:300;color:var(--text-black);line-height:1.2}a{color:inherit;text-decoration:none}.transparency-overlay{position:fixed;top:var(--header-height);left:0;right:0;bottom:0;background:#00000059;z-index:900;opacity:0;visibility:hidden;transition:opacity var(--transition-normal),visibility var(--transition-normal);pointer-events:none}.transparency-overlay.active{opacity:1;visibility:visible}.header{position:fixed;top:0;left:0;right:0;height:var(--header-height);background:var(--bg-white);border-top:2px solid var(--border-dark);z-index:1000}.header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:#00000014;box-shadow:0 1px 3px #00000014}.header-inner{display:flex;align-items:center;justify-content:center;height:100%;max-width:100%;padding:0 60px}.nav{display:flex;align-items:center;width:100%;justify-content:center}.nav-left{display:flex;align-items:center;gap:40px;flex:1;justify-content:flex-end}.nav-right{display:flex;align-items:center;gap:40px;flex:1;justify-content:flex-start}.logo{font-family:Outfit,sans-serif;font-size:16px;font-weight:400;letter-spacing:2px;color:var(--primary-purple);margin:0 56px;flex-shrink:0}.nav-item{font-family:Outfit,sans-serif;font-size:12px;font-weight:300;color:var(--text-black);cursor:pointer;padding:6px 0;transition:color var(--transition-fast)}.nav-item:hover{color:var(--text-black)}.nav-item.active{text-decoration:underline;text-underline-offset:3px}.nav-item.highlighted{color:#5b52e5!important;opacity:1!important}.nav-item-link{font-family:Outfit,sans-serif;font-size:12px;font-weight:300;color:var(--text-black);transition:color var(--transition-fast)}.nav-item-link:hover{color:var(--primary-purple)}.dropdown-wrapper{position:relative;padding:18px 0;margin:-18px 0}.dropdown-container{position:fixed;top:var(--header-height);left:0;right:0;padding:16px 60px 30px calc(50% - 408px);background:var(--bg-white);opacity:0;visibility:hidden;transition:opacity .4s cubic-bezier(.4,0,.2,1),visibility .4s cubic-bezier(.4,0,.2,1);z-index:1001;border-bottom:1px solid #eee;border-radius:0 0 8px 8px;height:265px;box-shadow:0 4px 12px #0000000f}.dropdown-wrapper:hover .dropdown-container{opacity:1;visibility:visible}.dropdown{display:inline-block;max-width:560px}.dropdown-title{font-family:Outfit,sans-serif;font-size:12px;font-weight:400;color:var(--text-gray);margin-bottom:12px;padding-left:8px}.dropdown-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 40px}.dropdown-item{display:flex;align-items:flex-start;gap:8px;padding:6px 8px;border-radius:6px;transition:background var(--transition-fast);cursor:pointer}.dropdown-item:hover{background:var(--bg-light)}.dropdown-item-link{text-decoration:none;color:inherit}.dropdown-icon{width:32px;height:32px;border:none;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--text-dark);background:#f3f4f6}.dropdown-content{flex:1}.dropdown-item-title{font-family:Outfit,sans-serif;font-size:12px;font-weight:500;color:var(--text-black);margin-bottom:1px}.dropdown-item-desc{font-family:Outfit,sans-serif;font-size:11px;font-weight:300;color:var(--text-gray);line-height:1.4;max-width:210px}.dropdown-simple{display:flex;flex-direction:column;align-items:flex-start}.dropdown-simple-text{font-family:Outfit,sans-serif;font-size:11px;font-weight:300;color:var(--text-gray);line-height:1.5;max-width:320px;text-align:left}.hero{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:calc(var(--header-height) + 50px) 24px 10px}.hero-title{font-family:Outfit,sans-serif;font-size:38px;font-weight:300;color:var(--text-black);line-height:1.15;margin-bottom:14px;letter-spacing:2px;min-height:90px}.typing-cursor{animation:blink 1s infinite;font-weight:100;color:var(--primary-purple)}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.hero-subtitle{font-family:Outfit,sans-serif;font-size:13px;font-weight:300;color:var(--text-gray);margin-bottom:24px}.hero-subtitle .link-blue{color:var(--link-blue);text-decoration:underline;text-underline-offset:2px}.hero-subtitle .link-red{color:var(--price-red)}.hero-buttons{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:center}.btn{font-family:Outfit,sans-serif;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 32px;font-size:12px;font-weight:400;border-radius:0;cursor:pointer;transition:all var(--transition-fast);border:none;text-decoration:none}.btn-outline{background:transparent;border:1px solid var(--border-color);color:var(--text-black)}.btn-outline:hover{border-color:var(--text-dark);background:var(--bg-light)}.btn-primary{background:var(--primary-purple);color:#fff}.btn-primary:hover{background:var(--primary-purple-hover)}.btn-arrow{margin-left:4px;font-size:11px}.emporer-section{padding:50px 0 0;background:var(--bg-white);overflow:hidden}.emporer-title{font-family:Outfit,sans-serif;font-size:21px;font-weight:300;color:var(--text-black);text-align:center;margin-bottom:20px;letter-spacing:0px}.emporer-carousel-wrapper{position:relative;width:100%;overflow:hidden;padding:20px 0;background:#f5f6f899;cursor:pointer}.emporer-carousel-track{display:flex;gap:20px;align-items:center;width:max-content;will-change:transform;cursor:inherit;-webkit-user-select:none;user-select:none}.emporer-slide{flex-shrink:0;width:280px;height:260px}.emporer-slide-wide{width:480px}.emporer-slide-box{position:relative;width:100%;height:100%;background:var(--bg-white);border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #00000014;border:1px solid rgba(0,0,0,.06)}.emporer-slide-img{width:100%;height:100%;object-fit:contain;padding:4px;background:#fff;pointer-events:none}.emporer-slide-gradient{position:absolute;bottom:0;left:0;right:0;height:60px;background:linear-gradient(to top,rgba(255,255,255,.9) 0%,rgba(255,255,255,.6) 50%,transparent 100%);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);pointer-events:none}.emporer-slide-button{position:absolute;bottom:12px;left:12px;display:inline-flex;align-items:center;gap:6px;padding:5px 12px;font-family:Outfit,sans-serif;font-size:10px;font-weight:500;color:var(--primary-purple);background:#ffffffe6;border:.5px solid rgba(91,82,229,.5);border-radius:14px;white-space:nowrap;z-index:2;cursor:pointer;transition:all .2s ease}.emporer-slide-button:hover{background:var(--primary-purple);color:#fff;border-color:var(--primary-purple)}.emporer-slide-arrow{font-size:11px}.emporer-bottom-line{height:2px;background:var(--bg-white)}.mock-ui{padding:10px;height:100%;display:flex;flex-direction:column;gap:6px;font-family:Outfit,sans-serif}.mock-header{display:flex;align-items:center;gap:6px;padding-bottom:6px;border-bottom:1px solid var(--border-color)}.mock-avatar{width:24px;height:24px;border-radius:4px}.mock-text-line{height:6px;background:var(--border-color);border-radius:3px;margin-bottom:3px}.mock-text-line.short{width:50%}.mock-text-line.medium{width:70%}.mock-row{display:flex;align-items:center;gap:6px;padding:6px 0;border-bottom:1px solid #f0f0f0;font-size:9px}.mock-number{color:var(--text-gray);width:12px}.mock-item-text{flex:1;color:var(--text-dark)}.mock-price{color:var(--text-gray)}.mock-badge{display:inline-block;padding:2px 4px;border-radius:3px;font-size:7px;font-weight:500}.mock-badge.green{background:#dcfce7;color:#16a34a}.mock-timeline{padding:10px;height:100%;font-family:Outfit,sans-serif}.mock-time-row{display:flex;align-items:center;height:32px;border-bottom:1px solid #f0f0f0}.mock-time{font-size:8px;color:var(--text-gray);width:28px}.mock-time-bar{flex:1;height:20px;margin-left:6px;position:relative}.mock-time-block{position:absolute;height:16px;border-radius:3px;display:flex;align-items:center;padding:0 6px;font-size:7px;color:#fff}.mock-time-block.blue{background:var(--primary-purple)}.mock-kds{padding:8px;height:100%;display:flex;flex-direction:column;gap:6px;font-family:Outfit,sans-serif}.mock-kds-header{display:flex;align-items:center;justify-content:space-between;padding:4px;background:#f0f0f0;border-radius:4px}.mock-kds-ticket{background:var(--bg-light);border-radius:4px;padding:8px;border-left:3px solid var(--primary-purple)}.mock-analytics{padding:10px;height:100%;font-family:Outfit,sans-serif}.mock-chart{display:flex;align-items:flex-end;gap:4px;height:80px;padding:8px}.mock-bar{flex:1;background:var(--primary-purple);border-radius:2px 2px 0 0;opacity:.6}.mock-bar.active{opacity:1}.section-frame{padding:40px 40px 80px;background:#fff;min-height:100vh}.section-title{font-family:Outfit,sans-serif;font-size:21px;font-weight:300;color:#1a1a1a;margin-bottom:30px;margin-top:10px;letter-spacing:0;text-align:center;width:100%;display:block}.features-container{width:100%;max-width:680px;margin:0 auto;display:flex;flex-direction:column;gap:12px;padding:0 20px}.features-row{display:flex;gap:12px;height:250px;width:100%}.card-title{font-size:14px;font-weight:300!important;margin-bottom:4px;display:flex;align-items:center;gap:6px;color:#000}.card-narrow{flex:.8}.card-wide{flex:1.2}.card{height:100%}.card{position:relative;border-radius:16px;overflow:hidden;background:#f4f4f6;height:100%;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer}.card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000000f}.card-link{text-decoration:none;color:inherit;display:block}.card-visual{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;background:#f4f4f6;border-radius:16px;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:16px 16px 60px}.card-visual.full-bg{padding:0;align-items:center;justify-content:center}.card-visual.overlap{padding:20px 0 0 10px;align-items:flex-end;justify-content:flex-end}.visual-image{width:100%;height:100%;object-fit:cover;object-position:center}.card-text-btn.blur-light{background:#ffffff4d;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border-top:1px solid rgba(255,255,255,.4);padding:10px 16px}.card-visual.mod-overlap{padding:10px 10px 0 0;display:flex;align-items:flex-end;justify-content:flex-start}.card-visual.phone-overlap{padding:8px 8px 0;display:flex;align-items:flex-end;justify-content:center;overflow:hidden}.mod-text-light .card-desc{font-weight:300;opacity:.8}.visual-integration{position:relative;width:100%;height:100%}.hub-icon{position:absolute;width:32px;height:32px;background:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000014}.hub-icon.spoton{width:auto;padding:0 8px;font-size:8px;color:#666;border:1px solid #e5e7eb}.hub-icon.z-badge{background:linear-gradient(135deg,#667eea,#5b52e5);color:#fff;font-weight:600;font-size:14px}.hub-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:70px;height:70px;background:#fffffff2;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #00000014}.hub-center span{font-family:Outfit,sans-serif;font-size:11px;color:#5b52e5;letter-spacing:2px}.pos-1{top:5%;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#b8e6d9,#7dd3c0)}.pos-2{top:15%;left:25%;background:#e8f5e9}.pos-3{top:15%;right:30%}.pos-4{top:15%;right:10%}.pos-5{top:45%;left:8%}.pos-6{top:45%;right:8%;background:linear-gradient(135deg,#ffd4c4,#e8a87c)}.pos-7{bottom:20%;left:15%;background:linear-gradient(135deg,#ffcdd2,#ef9a9a)}.pos-8{bottom:25%;left:42%;background:#c8e6c9}.pos-9{bottom:20%;right:15%}.visual-sales{width:100%;height:100%;display:flex;align-items:flex-start;justify-content:center;padding:10px}.sales-box{background:#fff;border-radius:10px;padding:16px 20px;box-shadow:0 2px 10px #0000000a;width:100%}.sales-header{font-family:Outfit,sans-serif;font-size:13px;font-weight:500;color:#000;margin-bottom:12px}.sales-filters{display:flex;gap:10px;margin-bottom:14px}.filter-pill{font-family:Outfit,sans-serif;font-size:10px;color:#6b7280;padding:4px 10px;border:1px solid #e5e7eb;border-radius:4px}.filter-pill.active{color:#5b52e5;border-color:#5b52e5}.sales-table{border-top:1px solid #eee}.table-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #f5f5f5}.col-label{font-family:Outfit,sans-serif;font-size:10px;color:#5b52e5}.col-label.link{text-decoration:underline}.col-value,.col-amount{font-family:Outfit,sans-serif;font-size:10px;color:#6b7280}.col-amount{color:#5b52e5}.visual-modification{display:flex;gap:10px;width:100%;height:100%}.mod-main{flex:1;background:#fff;border-radius:8px;padding:12px}.mod-section{margin-bottom:10px}.mod-label{font-family:Outfit,sans-serif;font-size:9px;color:#6b7280;margin-bottom:6px}.mod-buttons{display:flex;gap:5px;flex-wrap:wrap}.mod-btn{font-family:Outfit,sans-serif;font-size:9px;color:#6b7280;padding:6px 10px;background:#f5f5f5;border-radius:4px;border:1px solid transparent}.mod-btn.selected{background:#fff;border:1px solid #5B52E5;color:#000}.mod-btn.orphan{margin-top:6px}.mod-btn small{display:block;font-size:7px;color:#999}.mod-sidebar{width:80px;background:#fff;border-radius:8px;padding:10px}.sidebar-title{font-family:Outfit,sans-serif;font-size:9px;color:#5b52e5;margin-bottom:8px}.sidebar-item{font-family:Outfit,sans-serif;font-size:8px;color:#6b7280;margin-bottom:6px}.sidebar-item small{display:block;font-size:7px}.sidebar-item small.purple{color:#5b52e5}.visual-phone{display:flex;align-items:center;justify-content:center;height:100%}.phone-device{width:140px;background:#1a1a1a;border-radius:20px;padding:6px;box-shadow:0 16px 40px #00000040}.phone-notch{width:50px;height:16px;background:#1a1a1a;border-radius:0 0 10px 10px;margin:0 auto;position:relative;top:1px;z-index:10}.phone-screen{background:#fff;border-radius:16px;padding:24px 10px 12px;min-height:180px}.pos-row{display:flex;align-items:center;gap:5px;padding:3px 0;font-family:Outfit,sans-serif;font-size:8px}.pos-row.main{font-weight:500;padding-bottom:6px;border-bottom:1px solid #eee;margin-bottom:4px}.pos-row .qty{font-weight:600}.pos-row .name{flex:1;color:#333}.pos-row .name.indent{padding-left:12px}.pos-row .price{color:#6b7280}.pos-row .dot{font-size:5px}.pos-row .dot.green{color:#22c55e}.pos-label{font-family:Outfit,sans-serif;font-size:7px;color:#6b7280;padding:3px 0 1px}.pos-section{background:#e8f4ff;border-radius:3px;padding:4px 6px;margin:6px 0 3px}.section-label{font-family:Outfit,sans-serif;font-size:7px;color:#3b82f6}.card:before{display:none}.card-text-btn{position:absolute;bottom:0;left:0;right:0;padding:12px 16px;z-index:3;background:linear-gradient(to top,rgba(255,255,255,.95) 0%,rgba(255,255,255,.85) 60%,transparent 100%);border-radius:0 0 16px 16px;border:none;outline:none;cursor:pointer;text-align:left;width:100%}.card-bottom-right .card-text-btn{background:linear-gradient(to top,rgba(50,50,50,.95) 0%,rgba(50,50,50,.85) 60%,transparent 100%)}.card-title{font-family:Outfit,sans-serif;font-size:16px;font-weight:500;color:#000;display:flex;align-items:center;gap:6px;margin:0 0 6px}.card-title .underline{text-decoration:underline;text-underline-offset:3px}.card-desc{font-family:Outfit,sans-serif;font-size:12px;font-weight:300;color:#6b7280;line-height:1.4;margin:0}.arrow-icon{width:16px;height:16px;border-radius:50%;background:#f0f0f0;display:inline-flex;align-items:center;justify-content:center;font-size:9px;color:#888;margin-left:auto}.arrow-icon.blue{background:#5b52e5;color:#fff}.price{color:#5b52e5}.tag{font-size:9px;color:#888;background:#f0f0f0;padding:2px 6px;border-radius:4px}.card-title.white,.card-desc.white{color:#fff}.footer-accent{position:absolute;bottom:0;left:16px;right:16px;height:4px;background:#5b52e5;border-radius:2px 2px 0 0;z-index:4}.card-top-left{grid-column:1;grid-row:1}.card-top-right{grid-column:2;grid-row:1}.card-bottom-left{grid-column:1;grid-row:2}.card-bottom-right{grid-column:2;grid-row:2}@media (max-width: 650px){.composite-grid{grid-template-columns:1fr;grid-template-rows:auto auto auto auto;max-width:320px}.card-top-left,.card-top-right,.card-bottom-left,.card-bottom-right{grid-column:1;grid-row:auto}.section-frame{padding:40px 20px 60px}}@media (max-width: 900px){.emporer-card.left-2,.emporer-card.right-2{display:none}.emporer-card.left-1{transform:translate(-280px) scale(.85)}.emporer-card.right-1{transform:translate(280px) scale(.85)}.features-grid{grid-template-columns:1fr}}@media (max-width: 768px){.hero-title{font-size:28px}.dropdown-grid{grid-template-columns:1fr}.nav-left,.nav-right{gap:20px}.logo{margin:0 24px}.header-inner{padding:0 24px}.emporer-card.left-1,.emporer-card.right-1{display:none}}.feature-showcase-section{padding:100px 60px 40px;background:#fff}.feature-showcase-container{display:grid;grid-template-columns:1fr 1.2fr;gap:50px;max-width:1200px;margin:0 auto;align-items:center}.feature-stack{display:flex;flex-direction:column;max-width:420px}.feature-item{padding:24px 0;cursor:pointer;transition:opacity .3s ease}.feature-item.muted:hover{opacity:.7}.feature-item-title{font-family:Outfit,sans-serif;font-size:24px;font-weight:400;color:#1a1a1a;margin:0 0 12px;line-height:1.3}.feature-item-desc{font-family:Outfit,sans-serif;font-size:14px;font-weight:300;color:#6b7280;line-height:1.6;margin:0 0 16px}.feature-pill{display:inline-block;padding:6px 14px;border:1px solid #e5e7eb;border-radius:20px;font-family:Outfit,sans-serif;font-size:12px;font-weight:400;color:#1a1a1a;margin-bottom:16px}.feature-learn-more{display:inline-block;font-family:Outfit,sans-serif;font-size:14px;font-weight:400;color:#5b52e5;text-decoration:none}.feature-divider{height:1px;background:#e5e7eb}.ui-preview-container{position:relative;background:transparent;padding:0;min-height:auto;border:none;overflow:visible;max-width:90%;margin-left:auto}.ui-preview-content{width:100%;display:block;border-radius:16px;overflow:hidden;box-shadow:0 4px 24px #00000014;border:1px solid #f0f0f0}.reservation-ui-img{width:100%;height:auto;display:block}.annotation-pill{position:absolute;padding:6px 14px;border-radius:20px;font-family:Outfit,sans-serif;font-size:12px;font-weight:400;cursor:pointer;transition:all .2s ease;white-space:nowrap;border:none;outline:none;box-shadow:0 2px 8px #0000000d}.annotation-pill.outline{background:#fff;border:1px solid #e5e7eb;color:#6b7280}.annotation-pill.purple{background:#5b52e51a;color:#5b52e5;border:1px solid rgba(91,82,229,.2)}.annotation-pill:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.annotation-pill.highlighted{background:#5b52e5;color:#fff;border-color:#5b52e5}@media (max-width: 900px){.feature-showcase-container{grid-template-columns:1fr;gap:40px}.feature-showcase-section{padding:60px 24px}}.comparison-section{padding:40px 60px 100px;background:#fff}.comparison-container{display:grid;grid-template-columns:1.5fr .5fr;gap:20px;max-width:100%;margin:0 100px 0 20px;align-items:center}.comp-diagram-col{position:relative;height:540px;display:flex;align-items:center;justify-content:center}.comp-diagram{position:relative;width:540px;height:540px}.comp-node{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center}.comp-node.zovu-center{top:50%;left:50%;transform:translate(-50%,-50%);width:200px;height:200px;background:transparent;border-radius:0;box-shadow:none;z-index:10}.zovu-text{font-family:Outfit,sans-serif;font-size:24px;font-weight:600;color:#5b52e5;margin-bottom:8px;letter-spacing:1px}.zovu-pill{font-family:Outfit,sans-serif;font-size:13px;color:#5b52e5;background:#eff6ff;padding:4px 12px;border-radius:20px;font-weight:500}.zovu-center-img{width:100%;height:100%;object-fit:contain;border-radius:50%}.comp-icon-img-wrapper{width:70px;height:70px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:-12px;z-index:2;background:transparent}.comp-icon-img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 4px 12px rgba(0,0,0,.08))}.comp-pill{background:#fef2f2;color:#ef4444;font-family:Outfit,sans-serif;font-size:11px;padding:2px 10px;border-radius:12px;border:1px solid #fee2e2;z-index:3;font-weight:500}.comp-icon.zettle{background:#e0e7ff;color:#4f46e5}.comp-icon.clover{background:#dcfce7;color:#22c55e}.comp-icon.spoton{background:#f3f4f6;color:#4b5563;font-size:12px;width:auto;padding:0 16px;border-radius:30px}.comp-icon.lightspeed{background:#ffedd5;color:#f97316}.comp-icon.square{background:#f3f4f6;color:#374151}.comp-icon.shopify{background:#dcfce7;color:#16a34a}.comp-icon.toast{background:#ffedd5;color:#ea580c}.comp-pos-1{top:15%;left:30%}.comp-pos-2{top:12%;right:25%}.comp-pos-3{top:40%;right:10%}.comp-pos-4{bottom:25%;right:20%}.comp-pos-5{bottom:10%;left:45%}.comp-pos-6{bottom:20%;left:15%}.comp-pos-7{top:40%;left:5%}.comp-text-col{padding-left:0;max-width:400px;margin-left:0}.comp-headline{font-family:Outfit,sans-serif;font-size:21px;font-weight:300;color:#1a1a1a;line-height:1.2;margin-bottom:16px;letter-spacing:0px;white-space:nowrap}.comp-desc{font-family:Outfit,sans-serif;font-size:14px;font-weight:300;color:#4b5563;line-height:1.5;margin-bottom:40px}.comp-list-title{font-family:Outfit,sans-serif;font-size:16px;font-weight:400;color:#1a1a1a;margin-bottom:24px}.comp-links-list{list-style:none;padding:0;margin:0}.comp-links-list li{margin-bottom:12px}.comp-links-list a{font-family:Outfit,sans-serif;font-size:14px;color:#5b52e5;text-decoration:none;transition:all .2s ease;border-bottom:1px solid transparent}.comp-links-list a:hover{border-bottom-color:#5b52e5}@media (max-width: 900px){.comparison-container{grid-template-columns:1fr;gap:60px;text-align:center}.comp-links-list{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}.comp-text-col{padding-left:0}.comp-diagram-col{height:400px}.comp-diagram{transform:scale(.7)}}.feature-showcase-section{padding:80px 60px;background:var(--bg-white)}.feature-showcase-container{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;max-width:1100px;margin:0 auto;align-items:center}.feature-stack{display:flex;flex-direction:column;max-width:400px;margin:0 0 0 10px}.feature-item{padding:16px 0;cursor:pointer;transition:opacity .3s ease}.feature-item.active{opacity:1}.feature-item.muted{opacity:.5}.feature-item:hover{opacity:1}.feature-item-title{font-family:Outfit,sans-serif;font-size:22px;font-weight:400;color:var(--text-black);margin-bottom:6px}.feature-item-desc{font-family:Outfit,sans-serif;font-size:12px;font-weight:300;color:var(--text-gray);line-height:1.5;margin-bottom:8px}.feature-pill{display:inline-block;padding:4px 12px;background:#5b52e51a;color:var(--primary-purple);font-size:11px;font-weight:500;border-radius:20px;margin-bottom:8px}.feature-learn-more{font-family:Outfit,sans-serif;font-size:12px;font-weight:400;color:var(--primary-purple);text-decoration:none}.feature-learn-more:hover{text-decoration:underline}.feature-divider{height:1px;background:var(--border-color)}.ui-preview-container{position:relative;min-height:350px;max-height:380px}.ui-preview-content{width:100%;height:100%;min-height:350px;max-height:380px;background:var(--bg-light);border-radius:16px;overflow:hidden}.reservation-ui-img{width:100%;height:100%;object-fit:cover;border-radius:16px}.placeholder-box{width:100%;height:100%;min-height:400px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:16px;display:flex;align-items:center;justify-content:center;border:2px dashed var(--border-color)}.placeholder-text{font-family:Outfit,sans-serif;font-size:16px;font-weight:400;color:var(--text-gray);text-align:center;padding:20px}.annotation-pill{position:absolute;padding:8px 16px;font-family:Outfit,sans-serif;font-size:11px;font-weight:400;border-radius:20px;cursor:pointer;transition:all .3s ease;white-space:nowrap;border:none}.annotation-pill.purple{background:#5b52e526;color:var(--primary-purple)}.annotation-pill.purple:hover,.annotation-pill.purple.highlighted{background:var(--primary-purple);color:#fff;box-shadow:0 4px 12px #5b52e54d}@media (max-width: 900px){.feature-showcase-container{grid-template-columns:1fr;gap:40px}}.footer{background:#f9fafb;padding:24px 60px;border-top:1px solid var(--border-color)}.footer-container{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.footer-logo{font-family:Outfit,sans-serif;font-size:18px;font-weight:500;color:var(--primary-purple);letter-spacing:2px}.footer-contact{display:flex;gap:12px;font-family:Outfit,sans-serif;font-size:12px;font-weight:300;color:var(--text-gray)}.footer-copyright{font-family:Outfit,sans-serif;font-size:11px;font-weight:300;color:var(--text-gray)}@media (max-width: 768px){.footer-container{flex-direction:column;gap:12px;text-align:center}}.register-page{min-height:100vh;background:#fafafa;display:flex;align-items:center;justify-content:center;padding:20px}.register-container{width:100%;max-width:520px;display:flex;flex-direction:column;align-items:center}.register-logo{font-family:Outfit,sans-serif;font-size:20px;font-weight:400;letter-spacing:3px;color:var(--primary-purple);margin-bottom:24px;text-align:center}.register-card{background:#fff;border-radius:8px;width:100%;padding:32px 40px 28px;box-shadow:0 2px 12px #00000014}.register-header{margin-bottom:20px}.register-brand{font-family:Outfit,sans-serif;font-size:28px;font-weight:700;color:#1a1a4e;margin:0 0 8px;letter-spacing:1px}.register-title{font-family:Outfit,sans-serif;font-size:22px;font-weight:300;color:#1a1a4e;margin:0 0 8px;line-height:1.3}.register-subtitle{font-family:Outfit,sans-serif;font-size:13px;font-weight:300;color:var(--text-gray);margin:0}.register-link{color:var(--primary-purple);text-decoration:underline;cursor:pointer}.register-link:hover{color:var(--primary-purple-hover)}.register-form{display:flex;flex-direction:column;gap:12px}.register-field{display:flex;flex-direction:column;gap:4px;flex:1}.register-label{font-family:Outfit,sans-serif;font-size:14px;font-weight:500;color:#1a1a4e}.register-input{font-family:Outfit,sans-serif;font-size:14px;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;outline:none;transition:border-color .2s ease,box-shadow .2s ease;background:#fff}.register-input:focus{border-color:var(--primary-purple);box-shadow:0 0 0 3px #5b52e51a}.register-select{font-family:Outfit,sans-serif;font-size:14px;padding:10px 40px 10px 12px;border:1px solid #d1d5db;border-radius:6px;outline:none;background:#fff;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center}.register-select:focus{border-color:var(--primary-purple);box-shadow:0 0 0 3px #5b52e51a}.register-row{display:flex;gap:12px}.register-section-title{font-family:Outfit,sans-serif;font-size:13px;font-weight:300;color:var(--text-gray);margin-top:4px;margin-bottom:-4px}.register-checkbox-wrapper{display:flex;align-items:flex-start;gap:10px;margin-top:4px}.register-checkbox{width:18px;height:18px;margin:2px 0 0;cursor:pointer;accent-color:var(--primary-purple);flex-shrink:0}.register-checkbox-label{font-family:Outfit,sans-serif;font-size:13px;font-weight:300;color:var(--text-gray);line-height:1.4}.register-button{font-family:Outfit,sans-serif;font-size:14px;font-weight:600;letter-spacing:1px;padding:14px 32px;background:var(--primary-purple);color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background-color .2s ease,transform .1s ease;margin-top:6px}.register-button:hover:not(:disabled){background:var(--primary-purple-hover)}.register-button:active:not(:disabled){transform:scale(.98)}.register-button:disabled{opacity:.7;cursor:not-allowed}.register-button-secondary{background:#fff;color:var(--primary-purple);border:2px solid var(--primary-purple)}.register-button-secondary:hover:not(:disabled){background:#5b52e50d}.register-success-buttons{display:flex;flex-direction:column;gap:12px}.register-success-text{font-family:Outfit,sans-serif;font-size:14px;font-weight:300;color:var(--text-gray);line-height:1.6;margin-top:8px}.register-dots{display:flex;justify-content:center;gap:8px;margin-top:20px}.register-dot{width:10px;height:10px;border-radius:50%;background:#d1d5db;transition:background-color .2s ease}.register-dot.active{background:var(--primary-purple)}.register-error{font-family:Outfit,sans-serif;font-size:13px;color:#dc2626;background:#fef2f2;padding:12px 16px;border-radius:6px;border:1px solid #fecaca}@media (max-width: 600px){.register-card{padding:30px 24px}.register-brand{font-size:24px}.register-title{font-size:18px}.register-row{flex-direction:column;gap:18px}.register-logo{font-size:20px;margin-bottom:30px}}.ttp-page{background:#fff;min-height:100vh;font-family:Outfit,sans-serif;overflow-x:hidden}.ttp-hero-small{padding-top:calc(var(--header-height) + 40px);padding-bottom:40px;text-align:center;background:#fff;position:relative;overflow:hidden}.ttp-hero-content{max-width:1000px;margin:0 auto;position:relative}.ttp-label{font-size:14px;color:#6b7280;margin-bottom:12px}.ttp-title{font-size:42px;line-height:1.1;font-weight:400;color:#111;margin-bottom:30px}.ttp-phone-display{position:relative;height:500px;max-width:800px;margin:0 auto 40px;display:flex;justify-content:center;align-items:center}.ttp-main-phone{height:100%;width:auto;z-index:10;filter:drop-shadow(0 20px 40px rgba(0,0,0,.15))}.ttp-floating-pill{position:absolute;background:#fff;border:1px solid var(--primary-purple-hover);color:var(--primary-purple);padding:8px 20px;border-radius:30px;font-size:13px;box-shadow:0 4px 12px #5b52e51a;white-space:nowrap;z-index:20}.p-left-1{top:20%;left:0}.p-right-1{top:15%;right:0}.p-right-2{top:40%;right:-20px}.p-right-3{bottom:20%;right:0}.p-left-2{bottom:10%;left:10%}.ttp-cta-group{display:flex;justify-content:center;gap:16px;margin-bottom:20px}.ttp-zigzag-section{max-width:1100px;margin:0 auto;padding:60px 40px}.ttp-zigzag-row{display:flex;align-items:center;gap:80px;min-height:400px;margin-bottom:40px}.ttp-zigzag-row.reverse{flex-direction:row-reverse}.ttp-text-col{flex:1;text-align:left}.ttp-text-col h2{font-size:28px;font-weight:400;margin-bottom:16px;color:#111}.ttp-text-col p{font-size:16px;line-height:1.5;color:#6b7280;font-weight:300;margin-bottom:16px}.ttp-text-col .sub-text{font-size:14px;color:#9ca3af;margin-bottom:24px}.ttp-link{display:inline-flex;align-items:center;padding:10px 24px;border:1px solid #e5e7eb;border-radius:24px;color:var(--primary-purple);font-size:14px;text-decoration:none;transition:all .2s}.ttp-link:hover{background:#fdfdff;border-color:var(--primary-purple)}.ttp-img-col{flex:1;display:flex;justify-content:center;position:relative;height:350px}.ttp-img-col img{max-height:100%;max-width:100%;object-fit:contain;filter:drop-shadow(0 10px 30px rgba(0,0,0,.08))}.ttp-pill-img-wrapper{position:relative;display:inline-block}.ttp-pill-small{position:absolute;background:#fff;border:.5px solid var(--primary-purple-hover);color:var(--primary-purple);padding:6px 14px;border-radius:6px;font-size:11px;box-shadow:0 4px 10px #5b52e514;white-space:nowrap;z-index:5}.ttp-pill-small.top-left{top:-15px;left:-10px}.ttp-pill-small.bottom-right{bottom:50%;right:-20px}.ttp-info-banner{text-align:center;padding:60px 20px;font-size:22px;font-weight:400;color:#111;background:#fff}.ttp-cards-section{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:30px;padding:0 40px 80px}.online-order-page-wrapper .ttp-cards-section{padding-top:120px}.ttp-blur-card{position:relative;height:480px;border-radius:20px;overflow:hidden;background:#f4f4f6;cursor:pointer;transition:transform .2s}.ttp-blur-card:hover{transform:translateY(-4px)}.ttp-card-visual{width:100%;height:100%;display:flex;justify-content:center;align-items:center;padding:40px 40px 120px}.ttp-card-visual img{max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 10px 20px rgba(0,0,0,.05));transition:transform .3s ease}.ttp-blur-card:hover .ttp-card-visual img{transform:scale(1.05)}.ttp-card-content.blur-light{position:absolute;bottom:0;left:0;right:0;padding:20px;background:#fff6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.5);z-index:10}.ttp-card-content h3{font-size:16px;font-weight:400;color:#000;margin-bottom:4px;display:flex;align-items:center;justify-content:space-between}.ttp-card-content p{font-size:13px;color:#6b7280;font-weight:300;line-height:1.4}.arrow-icon{color:var(--primary-purple);font-size:16px}.ttp-compact-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr .8fr;gap:60px;padding:60px 40px 100px;align-items:start}.ttp-compact-power{text-align:left}.ttp-compact-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}.ttp-compact-card{background:#fafafa;border:1px solid #f0f0f0;border-radius:12px;padding:20px;height:180px;display:flex;flex-direction:column;justify-content:space-between}.ttp-compact-card h3{font-size:16px;font-weight:400;margin-bottom:8px}.ttp-compact-card p{font-size:12px;color:#6b7280;line-height:1.4;flex:1}.ttp-compact-card a{font-size:12px;color:var(--primary-purple)}.ttp-compact-faq{text-align:left}.ttp-compact-title{font-size:24px;font-weight:400;margin-bottom:30px;color:#111}.ttp-compact-list{display:flex;flex-direction:column}.ttp-compact-item{padding:16px 0;border-bottom:1px solid #eee;font-size:14px;color:#374151;font-weight:300;cursor:pointer}@media (max-width: 900px){.ttp-hero-phone-container{height:auto}.ttp-floating-pill{position:relative;top:auto!important;left:auto!important;right:auto!important;margin:4px;display:inline-block}.ttp-zigzag-row{flex-direction:column;text-align:center}.ttp-zigzag-row.reverse{flex-direction:column}.ttp-text-col,.ttp-img-col{width:100%}.ttp-cards-section{grid-template-columns:1fr}.ttp-compact-wrapper{grid-template-columns:1fr;gap:40px}}.ttp-hero-section{padding-bottom:80px;text-align:center;position:relative;overflow:visible}.ttp-hero-title{font-size:42px;font-weight:300;line-height:1.2;margin-bottom:30px;color:var(--text-black)}.ttp-hero-subtitle-small{font-size:14px;color:var(--text-gray);margin-bottom:20px;text-transform:uppercase;letter-spacing:1px}.ttp-hero-visual{position:relative;margin-top:80px;width:100%;max-width:300px;margin-left:auto;margin-right:auto}.ttp-phone-img-hero{width:100%;height:auto;border-radius:40px;box-shadow:0 20px 50px #00000026;position:relative;z-index:2;display:block}.ttp-callout{position:absolute;z-index:10;display:flex;align-items:center}.ttp-callout-bubble{background:#fff;border:1px solid #f0f0f0;padding:12px 20px;border-radius:12px;box-shadow:0 4px 20px #0000000f;font-size:14px;color:#5b52e5;font-weight:400;white-space:nowrap}.ttp-callout-line{position:absolute;background:#5b52e5;height:1px;opacity:.3;z-index:1}.callout-pos-1{top:25%;left:-320px}.callout-line-1{width:140px;right:-140px;top:50%}.callout-pos-2{top:12%;right:-360px}.callout-line-2{width:100px;left:-100px;top:50%}.callout-pos-3{top:42%;right:-380px}.callout-line-3{width:120px;left:-120px;top:50%}.callout-pos-4{top:75%;right:-300px}.callout-line-4{width:80px;left:-80px;top:50%}.callout-pos-5{bottom:-60px;left:-160px}.callout-line-5{width:80px;right:-70px;top:-10px;transform:rotate(-30deg);transform-origin:right center}.ttp-features-section{padding:80px 20px;background:#fff}.ttp-feature-row{display:flex;align-items:center;justify-content:center;gap:80px;max-width:1000px;margin:0 auto 120px}.ttp-feature-row.reverse{flex-direction:row-reverse}.ttp-feature-text{flex:1;max-width:400px;text-align:left}.ttp-feature-visual{flex:1;display:flex;justify-content:center;position:relative}.ttp-feat-title{font-size:28px;font-weight:300;margin-bottom:20px;color:var(--text-black)}.ttp-feat-desc{font-size:14px;line-height:1.6;color:var(--text-gray);margin-bottom:30px}.ttp-feat-link{display:inline-flex;padding:12px 24px;border:1px solid #eee;border-radius:30px;font-size:12px;color:var(--primary-purple);font-weight:400;transition:all .2s;background:#fff}.ttp-feat-link:hover{background:var(--bg-light);border-color:var(--primary-purple)}.ttp-feat-img{max-width:100%;width:auto;height:auto;max-height:500px;border-radius:12px}.ttp-no-charge{padding:80px 20px}.ttp-no-charge .section-title{margin-bottom:60px}.ttp-charge-grid{display:flex;gap:30px;max-width:900px;margin:0 auto}.ttp-charge-card{flex:1;text-align:center}.ttp-charge-visual{background:var(--bg-light);border-radius:12px;padding:20px;margin-bottom:20px;box-shadow:0 4px 20px #00000008}.ttp-charge-img{width:100%;max-width:250px;border-radius:8px;box-shadow:0 2px 10px #0000000d}.ttp-power-section{padding:80px 20px;background:var(--bg-light)}.ttp-power-grid{display:flex;gap:20px;max-width:1000px;margin:0 auto}.ttp-power-card{flex:1;background:#fff;padding:40px 30px;text-align:left;border-radius:0;border:1px solid #f0f0f0}.ttp-power-title{font-size:18px;font-weight:400;margin-bottom:10px}.ttp-power-desc{font-size:12px;color:var(--text-gray);margin-bottom:20px;min-height:40px}.ttp-faq-title{font-size:28px;margin-bottom:40px;font-weight:300}.ttp-faq-list{max-width:700px;margin:0 auto;text-align:left}.ttp-wrapper{width:100%}.ttp-hero-section{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:calc(var(--header-height) + 30px) 20px 40px;text-align:center}.ttp-subtitle{font-size:16px;font-weight:300;color:var(--text-black);margin-bottom:8px}.ttp-title{font-size:32px;font-weight:300;color:var(--text-black);line-height:1.3;min-height:80px;margin-bottom:20px;text-align:center}.ttp-title-line1,.ttp-title-line2{display:inline-block}.ttp-hero-btns{display:flex;gap:10px;margin-bottom:30px}.ttp-btn-outline{padding:10px 24px;border:1px solid #e5e7eb;border-radius:0;font-size:12px;color:var(--text-black);text-decoration:none;transition:all .2s}.ttp-btn-outline:hover{border-color:var(--primary-purple);color:var(--primary-purple)}.ttp-btn-primary{padding:10px 24px;background:var(--primary-purple);border-radius:0;font-size:12px;color:#fff;text-decoration:none;transition:all .2s}.ttp-btn-primary:hover{background:var(--primary-purple-hover)}.ttp-phone-container{position:relative;flex:1;display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(.3) translateY(100px);transition:opacity 1s cubic-bezier(.25,.46,.45,.94),transform 1s cubic-bezier(.25,.46,.45,.94)}.ttp-phone-container.show{opacity:1;transform:scale(1) translateY(0)}.ttp-hero-phone{max-width:380px;height:auto}.ttp-pill{position:absolute;padding:10px 20px;background:transparent;border:.5px solid var(--primary-purple);border-radius:6px;font-size:12px;font-weight:500;color:var(--primary-purple);white-space:nowrap;opacity:0;transform:translateY(20px) scale(.9);transition:opacity .5s ease-out,transform .5s ease-out}.ttp-pill.show{opacity:1;transform:translateY(0) scale(1)}.ttp-pill-left{left:-160px;top:35%}.ttp-pill-rt{right:-190px;top:15%}.ttp-pill-rm{right:-210px;top:45%}.ttp-pill-rb{right:-170px;top:70%}.ttp-pill-bottom{left:-140px;bottom:8%}.ttp-zigzag-section{padding:0;background:#fff;overflow-x:hidden}.ttp-zigzag-row{display:flex;align-items:center;gap:0;max-width:100%;margin:0;width:100%;height:45vh;min-height:280px}.ttp-zigzag-text{flex:0 0 50%;max-width:50%;padding:0 20px;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%}.ttp-zigzag-text .ttp-link-btn{align-self:flex-start;margin-left:calc(50% - 175px);width:auto}.ttp-zigzag-text h2,.ttp-zigzag-text p{text-align:left;width:100%;max-width:350px}.ttp-zigzag-text a{text-align:left;width:auto;max-width:100%}.ttp-zigzag-text:first-child,.ttp-zigzag-text:last-child{padding-left:0;padding-right:0}.ttp-zigzag-text h2{font-size:20px;font-weight:300;color:var(--text-black);margin-bottom:8px;line-height:1.2;white-space:nowrap;width:100%}.ttp-text-lg{font-size:14px!important}.ttp-zigzag-text p{font-size:11px;color:var(--text-gray);line-height:1.4;margin-bottom:12px}.ttp-link-btn{font-size:13px}.ttp-zigzag-box{flex:0 0 50%;max-width:50%;height:100%;background:#fdfdfd;border-radius:0;display:flex;align-items:center;justify-content:center;padding:0;position:relative;overflow:visible;z-index:1}.ttp-box-bottom{align-items:flex-end!important;padding-bottom:0!important;justify-content:center!important}.ttp-box-bottom img{transform-origin:bottom center!important;margin-bottom:0!important}.ttp-zigzag-box img:not(.ttp-img-first){height:100%!important;width:auto!important;max-height:none!important;object-fit:contain;transform:none!important;margin:0 auto!important}.ttp-zigzag-box .ttp-img-wrap img.ttp-img-first{max-height:280px!important;width:auto!important;transform:none!important;margin:0 auto!important;max-width:100%!important}.ttp-zigzag-box .ttp-img-wrap{position:relative;display:flex;align-items:center;justify-content:center;width:auto;height:auto}.ttp-zigzag-box .ttp-img-wrap img{display:block;max-height:380px;object-fit:contain;transform:scale(1.1)}.ttp-img-pill{position:absolute;background:#fff;padding:6px 14px;border-radius:6px;font-size:11px;color:var(--primary-purple);box-shadow:0 4px 12px #00000014;border:.5px solid rgba(139,92,246,.2);white-space:nowrap;z-index:10;opacity:0;animation:bubbleFadeIn .6s ease-out forwards}@media (max-width: 900px){.ttp-row{flex-direction:column}.ttp-zigzag-row{flex-direction:column;height:auto}.ttp-zigzag-text{max-width:100%;flex:0 0 100%;align-items:center;padding:40px 20px}.ttp-zigzag-text .ttp-link-btn{margin-left:0;align-self:center}.ttp-zigzag-box{max-width:100%;flex:0 0 100%;height:400px}}@keyframes bubbleFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ttp-img-pill-tl{top:50%;left:-20px;animation-delay:.2s}.ttp-img-pill-br{bottom:-10px;right:-20px;animation-delay:.4s}.ttp-features-section{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:40px 80px}.ttp-grid-2x2{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:30px;max-width:1000px;margin:0 auto;width:100%}.ttp-grid-cell{display:flex;flex-direction:column;justify-content:center}.ttp-text-cell{padding:16px;max-width:320px}.ttp-text-cell h2{font-size:20px;font-weight:300;color:var(--text-black);margin-bottom:10px}.ttp-text-cell p{font-size:12px;color:var(--text-gray);line-height:1.5;margin-bottom:6px}.ttp-img-cell{display:flex;align-items:center;justify-content:center}.ttp-img-cell img{max-width:100%;max-height:280px;object-fit:contain}.ttp-row{flex:1;display:flex;align-items:center;gap:60px;max-width:900px;margin:0 auto;width:100%}.ttp-col-text{flex:0 0 300px}.ttp-col-text h2{font-size:20px;font-weight:300;color:var(--text-black);margin-bottom:12px}.ttp-col-text p{font-size:12px;color:var(--text-gray);line-height:1.5;margin-bottom:8px}.ttp-link-btn{display:inline-block;margin-top:12px;padding:10px 20px;border:1px solid var(--primary-purple);border-radius:6px;font-size:11px;color:var(--primary-purple);text-decoration:none;transition:all .2s}.ttp-link-btn:hover{background:var(--primary-purple);color:#fff}.ttp-col-img{flex:1;display:flex;justify-content:flex-end}.ttp-col-img img{max-width:300px;max-height:350px;object-fit:contain}.ttp-img-wrap{position:relative}.ttp-img-pill{position:absolute;padding:8px 14px;background:transparent;border:.5px solid var(--primary-purple);border-radius:6px;font-size:10px;font-weight:500;color:var(--primary-purple);white-space:nowrap}.ttp-img-pill-tl{top:5%;left:-80px}.ttp-img-pill-br{bottom:40%;right:-90px}.ttp-cards-section{padding:30px 80px 20px;display:flex;flex-direction:column;align-items:center}.ttp-cards-title{font-size:24px;font-weight:300;color:var(--text-black);text-align:center;margin-bottom:30px}.ttp-cards-grid{display:flex;gap:20px;margin-bottom:40px;max-width:1300px;width:95%}.ttp-card{flex:1;border:none;border-radius:0;overflow:hidden;background:#fdfdfd;position:relative;height:420px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;padding:0;font-family:inherit;text-align:left}.ttp-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.ttp-card-img-area{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:flex-end;justify-content:center;padding:20px 60px 0;z-index:1}.ttp-card-img-area img{max-width:90%;height:100%;width:auto;object-fit:contain;object-position:center bottom}.ttp-card-text{position:absolute;bottom:0;left:0;right:0;padding:24px 30px;background:#ffffff0d;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:.5px solid rgba(0,0,0,.06);border-radius:0;display:flex;align-items:center;justify-content:space-between;gap:12px;z-index:10}.ttp-card-text-content{flex:1}.ttp-card-text h3{font-size:15px;font-weight:200;color:var(--text-black);margin-bottom:6px}.ttp-card-text p{font-size:12px;color:var(--text-gray);line-height:1.4}.ttp-card-arrow{color:var(--primary-purple);font-size:18px;flex-shrink:0}.ttp-learn-title{font-size:28px;font-weight:300;color:var(--text-black);text-align:center;margin-top:80px;margin-bottom:30px}.ttp-learn-grid{display:flex;gap:20px;max-width:100%;width:98%}.ttp-learn-card{flex:1;border:1px solid #e5e7eb;border-radius:8px;padding:20px;background:#fff;cursor:pointer;transition:all .2s ease;text-align:left}.ttp-learn-card:hover{border-color:var(--primary-purple);box-shadow:0 4px 12px #5b52e51a}.ttp-learn-placeholder{height:140px;background:#f8f9fb;border-radius:8px;margin-bottom:16px}.ttp-learn-card h3{font-size:14px;font-weight:400;color:var(--text-black);margin-bottom:6px}.ttp-learn-card p{font-size:11px;color:var(--text-gray);margin-bottom:12px;line-height:1.4}.ttp-learn-link{font-size:11px;color:var(--primary-purple);text-decoration:none}.ttp-learn-card:hover .ttp-learn-link{text-decoration:underline}.ttp-faq-section{padding:80px 80px 80px 170px;max-width:100%;width:100%;box-sizing:border-box}.ttp-faq-section h2{font-size:32px;font-weight:300;color:var(--text-black);margin-bottom:40px;text-align:left}.ttp-faq-items{width:100%;max-width:800px}.ttp-faq-row{border-bottom:1px solid #e5e7eb;padding:18px 0}.ttp-faq-row button{width:100%;text-align:left;background:none;border:none;font-size:15px;font-weight:100;color:var(--text-black);cursor:pointer;padding:0}.ttp-faq-row button:hover{color:var(--primary-purple)}.ttp-faq-ans{max-height:0;overflow:hidden;transition:max-height .3s}.ttp-faq-row.open .ttp-faq-ans{max-height:100px;padding-top:10px}.ttp-faq-ans p{font-size:12px;color:var(--text-gray);line-height:1.5}.online-order-page-wrapper .ttp-hero-section{min-height:auto;padding-bottom:80px}
