.product-showcase-section{width:100%;background:#fff;padding:160px 0}.product-showcase-section .product-showcase-inner{width:1120px;max-width:100%;margin:0 auto;padding:0 24px}.product-showcase-section .product-header{text-align:center;margin-bottom:64px}.product-showcase-section .product-header .product-title{font-weight:400;font-size:40px;line-height:62px;color:#101010;margin:0 0 16px}.product-showcase-section .product-header .product-subtitle{font-weight:400;font-size:20px;line-height:32px;color:#6e6e73;max-width:800px;margin:0 auto 64px}.product-showcase-section .product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-showcase-section .product-card{background:#f5fafa;border-radius:16px;display:flex;flex-direction:column;min-height:440px;cursor:pointer;transition:background .3s ease,transform .3s ease}.product-showcase-section .product-card:hover{background:#edf5f5;transform:translateY(-2px)}.product-showcase-section .product-card:hover .view-details-link{color:#26b2bf}.product-showcase-section .product-card .product-colors:hover{background:rgba(0,0,0,0)}.product-showcase-section .product-info{display:flex;flex-direction:column;flex:1;padding:0 24px 40px}.product-showcase-section .product-image-wrapper{width:100%;height:200px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.product-showcase-section .product-image-wrapper .product-image{width:100%;height:100%;object-fit:contain;transition:opacity .3s ease}.product-showcase-section .product-name{font-weight:400;font-size:22px;color:#101010;line-height:30px;text-align:left;font-style:normal;margin-bottom:12px}.product-showcase-section .product-desc{font-weight:400;font-size:14px;color:#3d3d40;line-height:24px;text-align:left;font-style:normal;margin-bottom:20px;flex:1}.product-showcase-section .product-colors{display:flex;justify-content:flex-start;align-items:center;gap:16px;margin-bottom:20px;min-height:26px}.product-showcase-section .product-colors .color-dot-wrapper{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;border-color:rgba(0,0,0,0)}.product-showcase-section .product-colors .color-dot-wrapper.active{border:1.5px solid;border-color:inherit}.product-showcase-section .product-colors .color-dot-wrapper .color-dot{width:20px;height:20px;border-radius:50%;border:none;cursor:pointer;padding:0}.product-showcase-section .product-colors .color-dot-wrapper:hover .color-dot{transform:scale(1.1)}.product-showcase-section .view-details-link{background:none;border:none;font-weight:500;font-size:16px;line-height:19px;cursor:pointer;color:#101010;transition:color .2s ease;text-align:left;text-decoration:underline}.product-showcase-section .view-details-link:hover{color:#26b2bf}@keyframes product-shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.sk-block{animation:product-shimmer 1.4s linear infinite}.sk-product-title{width:50%;height:40px;margin:0 auto 16px}.sk-product-subtitle{width:70%;height:20px;margin:0 auto 64px}.sk-product-card{pointer-events:none;cursor:default}.sk-product-image{width:100%;height:200px;border-radius:12px}.sk-product-name{width:70%;height:22px;margin-bottom:12px}.sk-product-desc{width:100%;height:14px;margin-bottom:8px}.sk-product-desc.short{width:60%}.sk-product-link{width:30%;height:16px;margin-top:auto}@media(max-width:1024px){.product-showcase-section{padding:80px 0}.product-showcase-section .product-grid{grid-template-columns:repeat(2,1fr);gap:20px}.product-showcase-section .product-header .product-title{font-size:32px}}@media(max-width:600px){.product-showcase-section{padding:64px 0}.product-showcase-section .product-grid{grid-template-columns:1fr;gap:16px}.product-showcase-section .product-header{margin-bottom:48px}.product-showcase-section .product-header .product-title{font-size:26px}.product-showcase-section .product-header .product-subtitle{font-size:15px}.product-showcase-section .product-card{padding:24px 20px}}.feature-showcase-section{width:100%;background:#f8f9fa;padding:40px 0 160px;background:url(/images/ticnote/home/center-bg.png) no-repeat 50%/cover}.feature-showcase-section .feature-showcase-inner{width:1120px;max-width:100%;margin:0 auto;padding:0 24px}.feature-showcase-section .feature-header{text-align:center;margin-bottom:64px;font-weight:400}.feature-showcase-section .feature-header .feature-title{font-size:40px;line-height:62px;color:#101010;margin-bottom:16px}.feature-showcase-section .feature-header .feature-subtitle{font-size:20px;line-height:32px;color:#6e6e73;margin:0 auto}.feature-showcase-section .feature-card{background:#fff;border-radius:24px;padding:48px;display:flex;gap:60px;border:1px solid #dfebeb}.feature-showcase-section .feature-list{flex:1;display:flex;flex-direction:column}.feature-showcase-section .feature-list .feature-item{padding:40px 0 30px;cursor:pointer;border-bottom:1px solid rgba(16,16,16,.08);transition:all .3s ease;font-weight:400;color:#ebebeb}.feature-showcase-section .feature-list .feature-item:first-child{padding-top:0}.feature-showcase-section .feature-list .feature-item:last-child{border-bottom:none}.feature-showcase-section .feature-list .feature-item .feature-item-header{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:12px}.feature-showcase-section .feature-list .feature-item .feature-item-icon{color:rgba(16,16,16,.4);flex-shrink:0;transition:color .3s ease}.feature-showcase-section .feature-list .feature-item .feature-item-icon svg{width:24px;height:24px}.feature-showcase-section .feature-list .feature-item .feature-item-name{font-size:22px;line-height:26px;margin:0;color:rgba(16,16,16,.4);transition:color .3s ease}.feature-showcase-section .feature-list .feature-item .feature-item-desc{font-size:16px;line-height:26px;margin-top:16px;color:#101010;opacity:0;animation:feature-desc-in .4s ease forwards}.feature-showcase-section .feature-list .feature-item.active .feature-item-icon,.feature-showcase-section .feature-list .feature-item.active .feature-item-name,.feature-showcase-section .feature-list .feature-item:hover:not(.active) .feature-item-icon,.feature-showcase-section .feature-list .feature-item:hover:not(.active) .feature-item-name{color:#101010}.feature-showcase-section .feature-visual{flex-shrink:0;width:500px;position:relative;display:flex;align-items:center;justify-content:center}.feature-showcase-section .feature-visual .feature-image{position:absolute;width:100%;height:auto;object-fit:contain;opacity:0;transition:opacity .4s ease}.feature-showcase-section .feature-visual .feature-image.active{opacity:1;position:relative}@keyframes feature-desc-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes feature-shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.sk-block{animation:feature-shimmer 1.4s linear infinite}.sk-title{width:60%}.sk-subtitle{width:80%}.sk-feature-item{padding:40px 0 30px;border-bottom:1px solid rgba(16,16,16,.08);cursor:default;pointer-events:none}.sk-feature-item:first-child{padding-top:0}.sk-feature-item:last-child{border-bottom:none}.sk-icon{width:24px;height:24px;margin-bottom:12px}.sk-item-name{width:70%;height:22px;margin-bottom:16px}.sk-item-desc{width:100%;height:16px;margin-bottom:8px}.sk-item-desc.short{width:60%}.sk-visual{width:100%;height:320px;border-radius:16px}@media(max-width:1024px){.feature-showcase-section{padding:80px 0}.feature-showcase-section .feature-card{flex-direction:column;padding:32px;gap:32px}.feature-showcase-section .feature-visual{width:100%;max-width:400px;margin:0 auto}.feature-showcase-section .feature-header .feature-title{font-size:32px}}@media(max-width:600px){.feature-showcase-section{padding:64px 0}.feature-showcase-section .feature-card{padding:24px;gap:24px}.feature-showcase-section .feature-header{margin-bottom:40px}.feature-showcase-section .feature-header .feature-title{font-size:26px}.feature-showcase-section .feature-header .feature-subtitle{font-size:15px}.feature-showcase-section .feature-list .feature-item .feature-item-name{font-size:18px}.feature-showcase-section .feature-list .feature-item .feature-item-desc{font-size:14px}.feature-showcase-section .feature-visual{max-width:300px}}.post-meeting-section{width:100%;background:#fff;padding:160px 0}.post-meeting-section .post-meeting-inner{width:1242px;max-width:100%;margin:0 auto;padding:0 24px}.post-meeting-section .post-meeting-header{text-align:center;margin-bottom:64px;font-weight:400}.post-meeting-section .post-meeting-header .post-meeting-title{font-size:40px;line-height:62px;color:#101010;margin-bottom:16px}.post-meeting-section .post-meeting-header .post-meeting-subtitle{font-size:20px;line-height:32px;color:#6e6e73;max-width:810px;margin:0 auto}.post-meeting-section .post-meeting-visual{width:100%;max-width:1240px;height:624px;margin:0 auto 64px;background:#fcfcfc;border-radius:24px;border:1px solid #e6e6e6;overflow:hidden;display:flex;align-items:center;justify-content:center}.post-meeting-section .post-meeting-visual .post-meeting-video{width:100%;height:100%;object-fit:contain;display:block}.post-meeting-section .post-meeting-features{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.post-meeting-section .post-meeting-feature-card{text-align:center;padding:0 52px;border-right:1px solid rgba(16,16,16,.08)}.post-meeting-section .post-meeting-feature-card:last-child{border-right:none;padding-right:0}.post-meeting-section .post-meeting-feature-card:first-child{padding-left:0}.post-meeting-section .post-meeting-feature-card .feature-icon{width:64px;height:58px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center}.post-meeting-section .post-meeting-feature-card .feature-icon .feature-icon-img{width:48px;height:48px;object-fit:contain}.post-meeting-section .post-meeting-feature-card .feature-title{font-size:18px;line-height:22px;font-weight:400;color:#101010;margin:0 0 12px;text-align:center}.post-meeting-section .post-meeting-feature-card .feature-desc{font-size:14px;line-height:24px;font-weight:300;color:#101010;text-align:center;margin:0}@keyframes pm-shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.sk-block{animation:pm-shimmer 1.4s linear infinite}.sk-title{width:50%;height:40px;margin:0 auto 16px}.sk-subtitle{width:70%;height:20px;margin:0 auto}.sk-visual-area{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:600px 100%;animation:pm-shimmer 1.4s linear infinite;border:1px solid #e6e6e6;border-radius:24px}.sk-feature-icon{width:48px;height:48px;margin:0 auto 20px;border-radius:12px}.sk-feature-title{width:60%;height:18px;margin:0 auto 12px}.sk-feature-desc{width:90%;height:14px;margin:0 auto 8px}.sk-feature-desc.short{width:70%}@media(max-width:1024px){.post-meeting-section{padding:80px 0}.post-meeting-section .post-meeting-header .post-meeting-title{font-size:32px}.post-meeting-section .post-meeting-visual{height:300px;margin-bottom:48px}.post-meeting-section .post-meeting-features{gap:24px}.post-meeting-section .post-meeting-feature-card{padding:0 16px}}@media(max-width:600px){.post-meeting-section{padding:64px 0}.post-meeting-section .post-meeting-header{margin-bottom:40px}.post-meeting-section .post-meeting-header .post-meeting-title{font-size:26px}.post-meeting-section .post-meeting-header .post-meeting-subtitle{font-size:15px}.post-meeting-section .post-meeting-visual{height:200px;margin-bottom:40px}.post-meeting-section .post-meeting-features{grid-template-columns:1fr;gap:32px;padding-top:32px}.post-meeting-section .post-meeting-features .post-meeting-feature-card{border-right:none;border-bottom:1px solid rgba(16,16,16,.08);padding:0 0 32px}.post-meeting-section .post-meeting-features .post-meeting-feature-card:last-child{border-bottom:none}}.horizontal-peek-carousel{width:100%;overflow:hidden}.horizontal-peek-carousel__track{display:flex;flex-wrap:nowrap;align-items:stretch;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-left:max(24px,50vw - 600px);padding-right:0}.horizontal-peek-carousel__track::-webkit-scrollbar{display:none}.horizontal-peek-carousel__slide{flex:0 0 auto}@media(max-width:1024px){.horizontal-peek-carousel__track{padding-left:24px}}@media(max-width:760px){.horizontal-peek-carousel__track{padding-left:16px;padding-right:16px;scroll-snap-type:x mandatory}.horizontal-peek-carousel__slide{scroll-snap-align:start}}@keyframes tst-shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.testimonials-section{width:100%;overflow-x:hidden}.made-for-real-work-section{width:100%;background:#def9fe;padding:100px 0 96px}.made-for-real-work-section .made-for-real-work-inner{width:100%;max-width:100%;margin:0 auto;color:#101010}.made-for-real-work-section .tst-header{max-width:1200px;text-align:center;font-weight:400;margin:0 auto 64px}.made-for-real-work-section .tst-header .tst-title{font-size:40px;line-height:62px;margin:0 0 8px}.made-for-real-work-section .tst-header .tst-subtitle{font-size:20px;line-height:32px;max-width:580px;margin:0 auto;color:#6e6e73}.made-for-real-work-section .tst-carousel-wrapper{overflow:hidden}.made-for-real-work-section .tst-carousel-wrapper .tst-slide{width:700px;padding-right:20px;box-sizing:content-box}.made-for-real-work-section .tst-carousel-wrapper .tst-carousel-skeleton{display:flex;gap:20px;padding-left:max(24px,50vw - 600px)}.made-for-real-work-section .tst-carousel-wrapper .tst-carousel-skeleton .tst-skeleton-card{width:700px;min-height:440px;max-width:100%;border-radius:20px;flex-shrink:0;background:#fff;padding:32px;display:flex;flex-direction:column}.made-for-real-work-section .tst-carousel-wrapper .tst-carousel-skeleton .tst-skeleton-avatar,.made-for-real-work-section .tst-carousel-wrapper .tst-carousel-skeleton .tst-skeleton-label,.made-for-real-work-section .tst-carousel-wrapper .tst-carousel-skeleton .tst-skeleton-line{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:600px 100%;animation:tst-shimmer 1.4s linear infinite}.made-for-real-work-section .tst-carousel-wrapper .tst-carousel-skeleton .tst-skeleton-label{width:180px;height:20px;border-radius:8px;margin-bottom:24px}.made-for-real-work-section .tst-carousel-wrapper .tst-carousel-skeleton .tst-skeleton-line{width:100%;height:16px;border-radius:8px;margin-bottom:12px}.made-for-real-work-section .tst-carousel-wrapper .tst-carousel-skeleton .tst-skeleton-line.short{width:72%}.made-for-real-work-section .tst-carousel-wrapper .tst-carousel-skeleton .tst-skeleton-line.name{width:120px;height:14px;margin-bottom:8px}.made-for-real-work-section .tst-carousel-wrapper .tst-carousel-skeleton .tst-skeleton-line.role{width:90px;height:12px;margin-bottom:0}.made-for-real-work-section .tst-carousel-wrapper .tst-carousel-skeleton .tst-skeleton-footer{margin-top:auto;display:flex;align-items:flex-end;justify-content:space-between}.made-for-real-work-section .tst-carousel-wrapper .tst-carousel-skeleton .tst-skeleton-avatar{width:96px;height:96px;border-radius:12px;flex-shrink:0}.made-for-real-work-section .tst-card{border-radius:16px;padding:32px;display:flex;flex-direction:column;min-height:440px;background:#fff;overflow:hidden;position:relative;width:700px;max-width:100%;height:506px}.made-for-real-work-section .tst-card-category{margin-bottom:24px;font-weight:500;font-size:20px;line-height:24px;text-transform:uppercase;letter-spacing:.5px}.made-for-real-work-section .tst-card-desc{font-size:28px;line-height:38px;font-weight:300;margin:0 0 12px}.made-for-real-work-section .tst-card-quote{font-size:28px;line-height:38px;font-weight:300;margin:0 0 auto}.made-for-real-work-section .tst-card-footer{display:flex;align-items:flex-end;justify-content:space-between;margin-top:24px}.made-for-real-work-section .tst-card-footer .tst-author-info{display:flex;flex-direction:column;gap:8px}.made-for-real-work-section .tst-card-footer .tst-author-info .tst-author-name{font-size:16px;line-height:19px;font-weight:400}.made-for-real-work-section .tst-card-footer .tst-author-info .tst-author-role{font-size:14px;line-height:16px;font-weight:300;color:#575757}.made-for-real-work-section .tst-card-footer .tst-avatar{flex-shrink:0}.made-for-real-work-section .tst-card-footer .tst-avatar .tst-avatar-img{width:168px;height:168px;object-fit:cover}.made-for-real-work-section .tst-nav{display:flex;justify-content:flex-end;align-items:center;gap:12px;max-width:1200px;margin:32px auto 0}.made-for-real-work-section .tst-nav .tst-nav-btn{width:40px;height:40px;border-radius:50%;background:#101010;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#fff}.made-for-real-work-section .tst-nav .tst-nav-btn:hover:not(:disabled){box-shadow:0 4px 12px rgba(0,0,0,.1);background:#424242}.made-for-real-work-section .tst-nav .tst-nav-btn:disabled{opacity:.2;cursor:not-allowed}.made-for-real-work-section .tst-nav .tst-nav-btn .tst-nav-arrow{font-size:20px;line-height:1}@media(max-width:1024px){.testimonials-section .made-for-real-work-section{padding:80px 0 64px}.testimonials-section .made-for-real-work-section .tst-header{margin-bottom:48px}.testimonials-section .made-for-real-work-section .tst-header .tst-title{font-size:32px;line-height:48px}.testimonials-section .made-for-real-work-section .tst-header .tst-subtitle{font-size:18px;line-height:28px}.testimonials-section .made-for-real-work-section .tst-carousel-wrapper .tst-slide{width:min(700px,100vw - 48px)}.testimonials-section .made-for-real-work-section .tst-card{width:100%;padding:24px 20px;min-height:360px;border:1px solid #dfebeb;height:auto}.testimonials-section .made-for-real-work-section .tst-card-category{font-size:18px;margin-bottom:16px}.testimonials-section .made-for-real-work-section .tst-card-desc,.testimonials-section .made-for-real-work-section .tst-card-quote{font-size:22px;line-height:32px}.testimonials-section .made-for-real-work-section .tst-card-footer .tst-avatar .tst-avatar-img{width:80px;height:80px;border-radius:8px}.testimonials-section .made-for-real-work-section .tst-nav{padding:0 24px;justify-content:center;margin-top:32px}.testimonials-section .tst-privacy-section{padding:80px 0}.testimonials-section .tst-privacy-section .tst-privacy-grid{grid-template-columns:repeat(2,1fr);gap:20px}.testimonials-section .tst-privacy-section .tst-privacy-header .tst-privacy-title{font-size:32px}}@media(max-width:760px){.testimonials-section .made-for-real-work-section{padding:64px 0 48px}.testimonials-section .made-for-real-work-section .tst-header{margin-bottom:32px}.testimonials-section .made-for-real-work-section .tst-header .tst-title{font-size:26px;line-height:38px}.testimonials-section .made-for-real-work-section .tst-header .tst-subtitle{font-size:15px;line-height:24px}.testimonials-section .made-for-real-work-section .tst-carousel-wrapper .tst-slide{width:calc(100vw - 32px);padding-right:16px}.testimonials-section .made-for-real-work-section .tst-carousel-wrapper .tst-carousel-skeleton{padding-left:16px;gap:0}.testimonials-section .made-for-real-work-section .tst-carousel-wrapper .tst-carousel-skeleton .tst-skeleton-card{width:calc(100vw - 32px);min-height:280px;padding:20px 16px;margin-right:16px}.testimonials-section .made-for-real-work-section .tst-carousel-wrapper .tst-carousel-skeleton .tst-skeleton-label{width:130px;height:16px;margin-bottom:14px}.testimonials-section .made-for-real-work-section .tst-carousel-wrapper .tst-carousel-skeleton .tst-skeleton-line{height:12px;margin-bottom:10px}.testimonials-section .made-for-real-work-section .tst-carousel-wrapper .tst-carousel-skeleton .tst-skeleton-avatar{width:56px;height:56px}.testimonials-section .made-for-real-work-section .tst-card{width:100%;padding:20px 16px;min-height:280px}.testimonials-section .made-for-real-work-section .tst-card-category{font-size:16px;margin-bottom:12px}.testimonials-section .made-for-real-work-section .tst-card-desc,.testimonials-section .made-for-real-work-section .tst-card-quote{font-size:18px;line-height:26px}.testimonials-section .made-for-real-work-section .tst-card-footer{margin-top:16px}.testimonials-section .made-for-real-work-section .tst-card-footer .tst-avatar .tst-avatar-img{width:56px;height:56px}.testimonials-section .made-for-real-work-section .tst-nav{padding:0 20px;justify-content:center;gap:8px;margin-top:32px}.testimonials-section .tst-privacy-section{padding:64px 0}.testimonials-section .tst-privacy-section .tst-privacy-header{margin-bottom:40px}.testimonials-section .tst-privacy-section .tst-privacy-header .tst-privacy-title{font-size:26px;line-height:38px}.testimonials-section .tst-privacy-section .tst-privacy-header .tst-privacy-subtitle{font-size:15px;line-height:24px}.testimonials-section .tst-privacy-section .tst-privacy-grid{grid-template-columns:1fr;gap:16px}.testimonials-section .tst-privacy-section .tst-privacy-card{padding:24px 20px}}.tst-privacy-section{width:100%;background:#fff;padding:158px 0 102px}.tst-privacy-section .tst-privacy-inner{width:1200px;max-width:100%;margin:0 auto;padding:0 24px}.tst-privacy-section .tst-privacy-header{text-align:center;margin-bottom:64px;font-weight:400}.tst-privacy-section .tst-privacy-header .tst-privacy-title{font-size:40px;line-height:62px;color:#101010;margin:0 0 16px}.tst-privacy-section .tst-privacy-header .tst-privacy-subtitle{font-size:20px;line-height:32px;color:#6e6e73;max-width:100%;margin:0 auto}.tst-privacy-section .tst-privacy-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.tst-privacy-section .tst-privacy-card{background:#f2fafa;border-radius:16px;padding:40px 26px;display:flex;flex-direction:column;align-items:flex-start}.tst-privacy-section .tst-privacy-card:nth-child(2){background:#e6f5f5}.tst-privacy-section .tst-privacy-card:nth-child(3){background:#d8eded}.tst-privacy-section .tst-privacy-card:nth-child(4){background:#cce8e8}.tst-privacy-section .tst-privacy-card .tst-privacy-icon{margin-bottom:32px}.tst-privacy-section .tst-privacy-card .tst-privacy-card-title{font-size:22px;line-height:32px;color:#0e3e3e;padding:0 6px;margin:0 0 16px}.tst-privacy-section .tst-privacy-card .tst-privacy-card-desc{font-size:14px;line-height:24px;color:#0e3e3e;padding:0 6px;margin:0 0 12px}@keyframes rb-shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.recommended-by-section{width:100%;background:#fff;padding:100px 0}.recommended-by-section .recommended-by-inner{width:100%;max-width:100%;margin:0 auto}.recommended-by-section .rb-header{text-align:center;max-width:1200px;margin:0 auto 56px}.recommended-by-section .rb-header .rb-title{font-size:40px;line-height:1.3;color:#101010;margin:0 0 16px}.recommended-by-section .rb-header .rb-subtitle{font-size:16px;line-height:1.7;color:rgba(16,16,16,.6);max-width:680px;margin:0 auto}.recommended-by-section .rb-carousel-wrapper{overflow:hidden}.recommended-by-section .rb-carousel-wrapper .rb-slide{width:400px;padding-right:20px;box-sizing:content-box}.recommended-by-section .rb-carousel-wrapper .rb-carousel-skeleton{display:flex;gap:20px;padding-left:max(24px,50vw - 600px)}.recommended-by-section .rb-carousel-wrapper .rb-carousel-skeleton .rb-skeleton-card{width:400px;min-height:360px;border-radius:16px;flex-shrink:0;padding:0}.recommended-by-section .rb-carousel-wrapper .rb-carousel-skeleton .rb-skeleton-avatar,.recommended-by-section .rb-carousel-wrapper .rb-carousel-skeleton .rb-skeleton-line,.recommended-by-section .rb-carousel-wrapper .rb-carousel-skeleton .rb-skeleton-thumb{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:600px 100%;animation:rb-shimmer 1.4s linear infinite}.recommended-by-section .rb-carousel-wrapper .rb-carousel-skeleton .rb-skeleton-thumb{width:100%;aspect-ratio:16/9;border-radius:16px;margin-bottom:20px}.recommended-by-section .rb-carousel-wrapper .rb-carousel-skeleton .rb-skeleton-line{height:14px;border-radius:8px;margin-bottom:10px}.recommended-by-section .rb-carousel-wrapper .rb-carousel-skeleton .rb-skeleton-line.short{width:70%;margin-bottom:18px}.recommended-by-section .rb-carousel-wrapper .rb-carousel-skeleton .rb-skeleton-line.name{width:110px;height:12px;margin-bottom:8px}.recommended-by-section .rb-carousel-wrapper .rb-carousel-skeleton .rb-skeleton-line.meta{width:90px;height:11px;margin-bottom:0}.recommended-by-section .rb-carousel-wrapper .rb-carousel-skeleton .rb-skeleton-author{display:flex;align-items:center;gap:12px}.recommended-by-section .rb-carousel-wrapper .rb-carousel-skeleton .rb-skeleton-avatar{width:40px;height:40px;border-radius:50%;flex-shrink:0}.recommended-by-section .rb-carousel-wrapper .rb-carousel-skeleton .rb-skeleton-author-lines{display:flex;flex-direction:column}.recommended-by-section .rb-card{cursor:pointer;transition:transform .3s ease}.recommended-by-section .rb-card:hover .rb-play-overlay{opacity:1}.recommended-by-section .rb-thumbnail{position:relative;width:100%;aspect-ratio:16/9;border-radius:16px;overflow:hidden;background:#f0f0f0;margin-bottom:20px}.recommended-by-section .rb-thumbnail .rb-thumbnail-img{object-fit:cover}.recommended-by-section .rb-thumbnail .rb-thumbnail-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#e8eef0,#d5dde0)}.recommended-by-section .rb-play-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.recommended-by-section .rb-play-overlay .rb-play-icon{color:#666;display:flex;align-items:center;justify-content:center}.recommended-by-section .rb-play-overlay:hover .rb-play-icon{color:#000}.recommended-by-section .rb-quote{font-size:15px;line-height:1.6;color:rgba(16,16,16,.8);margin:0 0 16px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.recommended-by-section .rb-author{display:flex;align-items:center;gap:12px}.recommended-by-section .rb-author .rb-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.recommended-by-section .rb-author .rb-author-info{display:flex;flex-direction:column;gap:8px}.recommended-by-section .rb-author .rb-author-info .rb-author-name{font-size:14px;color:#101010;line-height:1.3}.recommended-by-section .rb-author .rb-author-info .rb-author-followers{font-size:13px;color:rgba(16,16,16,.5);line-height:1.3}.recommended-by-section .rb-nav{display:flex;justify-content:flex-end;align-items:center;gap:12px;max-width:1200px;margin:64px auto 0}.recommended-by-section .rb-nav .rb-nav-btn{width:40px;height:40px;border-radius:50%;background:#101010;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#fff}.recommended-by-section .rb-nav .rb-nav-btn:hover:not(:disabled){box-shadow:0 4px 12px rgba(0,0,0,.1);background:#424242}.recommended-by-section .rb-nav .rb-nav-btn:disabled{opacity:.2;cursor:not-allowed}.recommended-by-section .rb-nav .rb-nav-btn .rb-nav-arrow{font-size:20px;line-height:1}.rb-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;z-index:9999;padding:24px}.rb-modal-overlay .rb-modal{position:relative;width:100%;max-width:800px;background:#000;border-radius:16px;overflow:hidden}.rb-modal-overlay .rb-modal--tiktok{max-width:360px}.rb-modal-overlay .rb-modal .rb-modal-close{position:absolute;top:12px;right:12px;width:36px;height:36px;border-radius:50%;border:none;background:hsla(0,0%,100%,.2);color:#fff;font-size:18px;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center}.rb-modal-overlay .rb-modal .rb-modal-close:hover{background:hsla(0,0%,100%,.3)}.rb-modal-overlay .rb-modal .rb-modal-video{width:100%;aspect-ratio:16/9;position:relative;background:#000}.rb-modal-overlay .rb-modal .rb-modal-video--tiktok{aspect-ratio:9/20;max-height:100vh;overflow:hidden}.rb-modal-overlay .rb-modal .rb-modal-video--tiktok iframe{width:100%;height:100%;min-height:580px;border:none}.rb-modal-overlay .rb-modal .rb-modal-video iframe{width:100%;height:100%;border:none}.rb-modal-overlay .rb-modal .rb-modal-video .rb-modal-loading{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#000;z-index:2}.rb-modal-overlay .rb-modal .rb-modal-video .rb-modal-spinner{width:48px;height:48px;border:4px solid hsla(0,0%,100%,.2);border-top-color:#58edfa;border-radius:50%;animation:rb-spin .8s linear infinite}@keyframes rb-spin{to{transform:rotate(1turn)}}.rb-modal-overlay .rb-modal .rb-modal-video .rb-modal-tiktok{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:16px}.rb-modal-overlay .rb-modal .rb-modal-video .rb-modal-tiktok p{color:hsla(0,0%,100%,.7);font-size:16px;margin:0}.rb-modal-overlay .rb-modal .rb-modal-video .rb-modal-tiktok .rb-modal-link{color:#58edfa;font-size:16px;text-decoration:none}.rb-modal-overlay .rb-modal .rb-modal-video .rb-modal-tiktok .rb-modal-link:hover{text-decoration:underline}.rb-modal-overlay .rb-modal .rb-modal-platform-link{display:block;text-align:center;padding:16px;color:#58edfa;font-size:15px;text-decoration:none;border-top:1px solid hsla(0,0%,100%,.1)}.rb-modal-overlay .rb-modal .rb-modal-platform-link:hover{text-decoration:underline}@media(max-width:760px){.rb-modal-overlay .rb-modal--tiktok{max-width:min(360px,100vw - 48px)}}@media(max-width:1024px){.recommended-by-section{padding:80px 0}.recommended-by-section .rb-header .rb-title{font-size:32px}.recommended-by-section .rb-carousel-wrapper .rb-slide{width:min(400px,100vw - 48px)}.recommended-by-section .rb-nav{padding:0 24px;justify-content:center}}@media(max-width:760px){.recommended-by-section{padding:64px 0}.recommended-by-section .rb-header{margin-bottom:40px}.recommended-by-section .rb-header .rb-title{font-size:26px}.recommended-by-section .rb-header .rb-subtitle{font-size:15px}.recommended-by-section .rb-carousel-wrapper .rb-slide{width:calc(100vw - 32px);padding-right:16px}.recommended-by-section .rb-carousel-wrapper .rb-carousel-skeleton{gap:0;padding-left:16px}.recommended-by-section .rb-carousel-wrapper .rb-carousel-skeleton .rb-skeleton-card{width:calc(100vw - 32px);min-height:320px;padding-right:16px}.recommended-by-section .rb-card{width:100%}.recommended-by-section .rb-quote{font-size:14px}.recommended-by-section .rb-nav{padding:0 20px;justify-content:center;margin-top:32px;gap:8px}}.press-quotes-section{width:100%;background:#fff;padding:100px 0 160px}.press-quotes-section .press-quotes-inner{width:1120px;max-width:100%;margin:0 auto;padding:0 24px}.press-quotes-section .pq-title{text-align:center;font-size:40px;line-height:62px;font-weight:400;color:#101010;margin:0 0 64px}.press-quotes-section .pq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.press-quotes-section .pq-card{background:#fafafa;border-radius:16px;padding:32px 28px;display:flex;flex-direction:column;font-weight:400;align-items:flex-start}.press-quotes-section .pq-card .pq-logo{height:40px;width:auto;object-fit:contain;margin-bottom:20px}.press-quotes-section .pq-card .pq-category{font-size:16px;line-height:28px;color:#101010;text-transform:uppercase;margin-bottom:12px}.press-quotes-section .pq-card .pq-quote{font-size:16px;line-height:28px;color:#101010;margin:0 0 auto;font-style:italic}.press-quotes-section .pq-card .pq-author{font-size:16px;line-height:28px;color:#101010;margin-top:44px;text-align:right;align-self:flex-end}@keyframes pq-shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.sk-block{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);animation:pq-shimmer 1.4s linear infinite}.sk-pq-title{width:40%;height:40px;margin:0 auto 64px}.sk-pq-card{pointer-events:none;cursor:default}.sk-pq-logo{width:100px;height:32px;margin-bottom:20px}.sk-pq-category{width:40%;height:16px;margin-bottom:12px}.sk-pq-quote{width:100%;height:16px;margin-bottom:8px}.sk-pq-quote.short{width:70%;margin-bottom:auto}.sk-pq-author{width:30%;height:16px;margin-top:20px;align-self:flex-end}@media(max-width:1024px){.press-quotes-section{padding:80px 0}.press-quotes-section .pq-title{font-size:32px}}@media(max-width:600px){.press-quotes-section{padding:64px 0}.press-quotes-section .pq-title{font-size:26px;margin-bottom:40px}.press-quotes-section .pq-grid{grid-template-columns:1fr;gap:16px}.press-quotes-section .pq-card{padding:24px 20px}}.start-cta-section{width:100%;background:url(/images/ticnote/home/start-bg.png) no-repeat 50%/cover;padding:120px 0 132px;display:flex;align-items:center;justify-content:center}.start-cta-section .start-cta-inner{width:1200px;max-width:100%;margin:0 auto;padding:0 24px;text-align:center;font-weight:400;color:#101010}.start-cta-section .start-cta-title{font-size:56px;line-height:67px;margin:0 0 32px}.start-cta-section .start-cta-subtitle{font-weight:400;font-size:16px;color:#101010;line-height:28px;text-align:center;max-width:680px;margin:0 auto 56px}.start-cta-section .start-cta-btn{display:inline-flex;align-items:center;gap:8px;height:50px;padding:0 24px;background:#101010;color:#fff;border:none;border-radius:16px;font-size:17px;line-height:20px;cursor:pointer;transition:background .2s ease,color .2s ease}.start-cta-section .start-cta-btn:hover{background:linear-gradient(180deg,#101010,#01484F);box-shadow:0 7px 24px -3px rgba(0,146,154,.2)}@keyframes cta-shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.sk-block{background:linear-gradient(90deg,rgba(255,255,255,.15) 25%,rgba(255,255,255,.35) 50%,rgba(255,255,255,.15) 75%);background-size:600px 100%;animation:cta-shimmer 1.4s linear infinite;border-radius:8px}.sk-cta-title{width:60%;height:56px;margin:0 auto 32px}.sk-cta-subtitle{width:50%;height:16px;margin:0 auto 8px}.sk-cta-subtitle.short{width:35%;margin-bottom:56px}.sk-cta-btn{width:200px;height:50px;margin:0 auto;border-radius:16px}@media(max-width:1024px){.start-cta-section{padding:80px 0}.start-cta-section .start-cta-title{font-size:36px}.start-cta-section .start-cta-subtitle{font-size:18px}}@media(max-width:600px){.start-cta-section{padding:64px 0}.start-cta-section .start-cta-title{font-size:26px}.start-cta-section .start-cta-subtitle{font-size:16px;margin-bottom:32px}.start-cta-section .start-cta-btn{height:48px;padding:0 24px;font-size:15px}}