@import"https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap";:root{--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono: "SF Mono", "Menlo", "Monaco", monospace;--font-display: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-size-xxl: 3rem;--font-size-xl: 2.25rem;--font-size-l: 1.875rem;--font-size-m: 1.5rem;--font-size-s: 1.25rem;--font-size-xs: 1rem;--font-size-xxs: .875rem;--space-0: 0px;--space-1: 8px;--space-2: 16px;--space-3: 24px;--space-4: 32px;--space-5: 40px;--space-6: 48px;--space-8: 64px;--space-10: 80px;--space-12: 96px;--space-half: 4px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-sans);color:#000;background-color:#fcfcfb;overflow-x:hidden}h1,h2,h3{font-family:var(--font-sans);font-weight:600}.split-layout{display:flex;min-height:100vh}.left-panel{width:30%;height:100vh;position:sticky;top:0;display:flex;flex-direction:column;justify-content:space-between;padding:var(--space-3) var(--space-6) var(--space-6) var(--space-5);border-right:2px dashed #ccc;background-color:#f9f9f9;z-index:10;gap:var(--space-2);font-family:var(--font-sans)}.logo{padding-top:var(--space-1);margin-bottom:0}.site-title-landing{display:flex}.logo-text-landing{font-family:var(--font-sans);font-size:var(--font-size-xl);font-weight:700;letter-spacing:-.02em}.hero-text{display:flex;flex-direction:column;max-width:500px;gap:var(--space-2)}.hero-text h1{font-size:var(--font-size-xl);line-height:1.1;margin-bottom:0;letter-spacing:-.02em;font-family:var(--font-sans)}.hero-description{font-size:1.1rem;line-height:1.6;color:#666;margin-bottom:0}.cta-group{display:flex;flex-wrap:wrap;gap:var(--space-4);align-items:center}.btn-primary,.btn-secondary{min-width:140px;padding:var(--space-2) var(--space-4);border-radius:50px;font-size:1rem;text-decoration:none;transition:transform .2s,background-color .2s,border-color .2s;display:inline-flex;align-items:center;justify-content:center;text-align:center;font-family:var(--font-display);border:1px solid transparent}.btn-primary{background-color:#6fc;color:#000;gap:var(--space-2)}.btn-primary:hover{background-color:#fff;border-color:#000;color:#000;transform:translateY(-2px)}.btn-secondary{background-color:#666;color:#fff}.btn-secondary:hover{background-color:#444;transform:translateY(-2px)}.trusted-section{padding-top:var(--space-2);padding-bottom:var(--space-1);border-top:1px solid #e5e5e5}.trending-now-section{padding-top:var(--space-2);padding-bottom:var(--space-2);border-top:1px solid #e5e5e5}.trending-now-label{font-size:.85rem;margin-top:0;margin-bottom:var(--space-2);font-family:var(--font-mono);font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#333}.trending-now-grid{display:flex;flex-direction:column;gap:var(--space-1)}.trending-now-item{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-1) var(--space-2);border-radius:10px;background:#f9f9f9;text-decoration:none;color:inherit;transition:transform .2s ease,background .2s ease,box-shadow .2s ease;cursor:pointer}.trending-now-item:hover{transform:translate(4px);background:#fffffff2;box-shadow:0 4px 12px #00000014}.trending-now-item .trending-rank{width:20px;display:flex;align-items:center;justify-content:center;background:transparent;color:#999;font-size:1rem;font-weight:700;flex-shrink:0;font-family:var(--font-display)}.trending-now-image{width:48px;height:48px;border-radius:8px;object-fit:cover;flex-shrink:0;background:linear-gradient(135deg,#f5f5f5,#e0e0e0)}.trending-now-info{flex:1;min-width:0;overflow:hidden}.trending-now-title{font-size:.8rem;font-weight:600;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:var(--font-sans)}.trending-now-meta{font-size:.7rem;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;gap:.5rem;margin-top:2px}.trending-now-views{display:inline-flex;align-items:center;gap:3px}.trending-now-views svg{width:10px;height:10px;stroke:currentColor}.trending-now-item.skeleton{pointer-events:none}.trending-now-image-skeleton{width:48px;height:48px;border-radius:8px;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.trending-now-text-skeleton{flex:1;height:32px;border-radius:6px;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.trusted-label{font-size:1.25rem;margin-top:0;margin-bottom:var(--space-2);font-family:var(--font-mono);font-weight:400;text-transform:none;letter-spacing:normal}.carousel-container{overflow:hidden;width:100%;mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.carousel-track{display:flex;gap:var(--space-12);width:max-content;opacity:.5;font-size:var(--font-size-xs);font-weight:700;letter-spacing:1px;text-transform:uppercase;white-space:nowrap}.carousel-item{flex-shrink:0}.testimonial{margin-top:var(--space-6);font-style:italic;font-size:.9rem;color:#333;border-left:2px solid #000;padding-left:var(--space-4)}.testimonial-author{display:block;margin-top:var(--space-2);font-style:normal;color:#666;font-size:.8rem}.right-panel{width:70%;background-color:#fff;position:relative;padding:0;overflow:hidden}.gallery-item{width:100%;margin-bottom:var(--space-8);position:relative;border-radius:var(--space-3);overflow:hidden;cursor:pointer;transition:transform .3s ease;background:#fff;box-shadow:0 4px 20px #00000014}.gallery-item:hover{transform:translateY(-2px);box-shadow:0 6px 25px #0000001a}.gallery-grid{position:relative;height:40vh;min-height:320px}.gallery-quadrant.image-quadrant{position:absolute;top:0;left:0;right:0;bottom:0;padding:0;overflow:hidden}.gallery-quadrant.image-quadrant img,.gallery-quadrant.image-quadrant .gallery-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-item:hover .image-quadrant img,.gallery-item:hover .image-quadrant .gallery-image{transform:scale(1.02)}.gallery-overlay.player-bar{position:absolute;bottom:0;left:0;right:0;height:80px;display:grid;grid-template-columns:1fr 2fr 1fr;align-items:center;padding:0 1.5rem;background:#121212b3;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-top:1px solid rgba(255,255,255,.1);opacity:0;transform:translateY(100%);transition:opacity .4s ease,transform .4s ease;pointer-events:auto;z-index:5}.gallery-item:hover .gallery-overlay.player-bar{opacity:1;transform:translateY(0)}.player-left,.player-right{display:flex;flex-direction:column;justify-content:center}.player-left{align-items:flex-start}.player-right{align-items:flex-end}.player-center{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}.stat-item{display:flex;flex-direction:row;align-items:center;gap:.4rem;line-height:1}.stat-number{font-size:.95rem;font-weight:700;color:#fff;font-family:Arial,sans-serif}.stat-label{font-size:.6rem;text-transform:uppercase;letter-spacing:.03em;color:#fff9}.explore-title{font-size:.85rem;font-weight:600;color:#fff;letter-spacing:.02em;text-transform:uppercase;margin-bottom:-2px}.explore-btn{padding:.5rem 1rem;background:#6fc;color:#000;border-radius:50px;font-size:.75rem;font-weight:600;text-decoration:none;transition:transform .2s,background-color .2s,border-color .2s;white-space:nowrap;text-transform:uppercase;letter-spacing:.03em;border:1px solid transparent}.explore-btn:hover{background:#fff;border-color:#000;color:#000;transform:scale(1.05)}.gallery-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-item:hover .gallery-image{transform:scale(1.05)}.hover-overlay{position:absolute;top:auto;bottom:0;left:0;width:100%;height:auto;padding:1.5rem;background:linear-gradient(transparent,#000000b3);opacity:0;transition:opacity .3s;display:flex;align-items:flex-end;justify-content:flex-start}.gallery-item:hover .hover-overlay{opacity:1}.podcast-name{color:#fff;font-size:2rem;font-family:var(--font-sans);text-align:left;transform:translateY(10px);transition:transform .3s}.gallery-item:hover .podcast-name{transform:translateY(0)}.detail-content{display:none;padding:2rem;animation:fadeIn .5s}.detail-content.active{display:block}.back-btn{display:inline-block;margin-bottom:2rem;cursor:pointer;font-size:1.5rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(min-width:1441px){.left-panel{width:28%;padding:3rem 3.75rem 3.75rem 3rem}.logo{margin-bottom:2.5rem}.right-panel{width:72%}.hero-text h1{font-size:4rem}.hero-description{font-size:1.25rem}.carousel-image-container{max-height:75vh}}@media(max-width:1024px)and (min-width:769px){.split-layout{flex-direction:row}.left-panel{width:35%;padding:1.875rem 1.5rem;gap:.9375rem}.logo{margin-bottom:1.25rem}.right-panel{width:65%}.hero-text h1{font-size:2.75rem}.hero-description{font-size:1rem}.btn-primary,.btn-secondary{padding:.875rem 1.5rem;font-size:.95rem}.trusted-label{font-size:1.1rem}.carousel-track{gap:2rem;font-size:.7rem}.gallery-item{height:50vh}.gallery-grid{height:auto;min-height:350px}.stat-number{font-size:.9rem}.carousel-slide{padding:4rem 3rem 5rem}.carousel-image-container{max-height:60vh;max-width:90%}.carousel-nav{width:44px;height:44px}.logo-text-landing{font-size:2.25rem!important}.site-title-landing img{width:81px!important;height:81px!important}}@media(max-width:768px)and (min-width:481px){.split-layout{flex-direction:column}.left-panel{width:100%;height:auto;position:relative;padding:1.5rem 1.875rem;border-right:none;border-bottom:2px dashed #ccc;gap:1.125rem}.logo{margin-bottom:.5rem}.right-panel{width:100%;padding:0;display:flex;flex-direction:column;align-items:center}.image-carousel-wrapper,.about-platform{width:100%}footer{width:100%}.hero-text{max-width:100%;text-align:center;align-items:center}.hero-text h1{font-size:2.5rem;text-align:center}.hero-description{font-size:1.05rem;text-align:center;max-width:500px}.cta-group,.logo{justify-content:center}.site-title-landing{justify-content:center!important}.trusted-section{text-align:center}.trusted-label{font-size:1.15rem;text-align:center}.carousel-track{gap:2rem;font-size:.75rem}.gallery-item{height:50vh}.gallery-grid{height:auto;min-height:350px}.stat-number{font-size:.9rem}.image-carousel-wrapper{height:70vh;min-height:450px}.carousel-slide{padding:3rem 2rem 5rem}.carousel-image-container{max-height:55vh;max-width:85%;border-radius:12px}.carousel-overlay.player-bar{gap:1.5rem;padding:.6rem 1.25rem;top:.75rem}.carousel-nav{width:42px;height:42px}.carousel-prev{left:.75rem}.carousel-next{right:.75rem}.carousel-indicators{bottom:1.5rem;padding:.6rem 1rem;gap:.5rem}.carousel-indicator{width:9px;height:9px}.logo-text-landing{font-size:1.5rem!important}.site-title-landing img{width:54px!important;height:54px!important}}@media(max-width:480px){.split-layout{flex-direction:column}.left-panel{width:100%;height:auto;position:relative;padding:1.125rem;border-right:none;border-bottom:2px dashed #ccc;gap:.75rem}.logo{margin-bottom:.5rem}.right-panel{width:100%;padding:0;display:flex;flex-direction:column;align-items:center}.image-carousel-wrapper,.about-platform{width:100%}footer{width:100%}.logo{justify-content:center}.site-title-landing{justify-content:center!important}.site-title-landing img{width:48px!important;height:48px!important}.logo-text-landing{font-size:1.35rem!important}.hero-text{width:100%;max-width:100%;text-align:center;align-items:center;gap:var(--space-2);margin-bottom:var(--space-4)}.hero-text h1{font-size:1.85rem;margin-bottom:.5rem;text-align:center}.hero-description{font-size:.95rem;margin-bottom:.75rem;text-align:center}.cta-group{flex-direction:column;width:100%;gap:.75rem}.btn-primary,.btn-secondary{width:100%;min-width:unset;padding:.875rem 1.5rem;font-size:.95rem}.trusted-section,.trending-now-section{display:block;margin-top:var(--space-4)}.trending-now-grid{gap:var(--space-2)}.gallery-grid{height:300px;min-height:unset}.gallery-overlay.player-bar{grid-template-columns:1fr;grid-template-rows:auto auto auto;height:auto;padding:1rem;gap:.75rem;background:#121212e6;opacity:1;transform:translateY(0);position:relative}.player-left,.player-right{flex-direction:row;justify-content:space-between;align-items:center;width:100%;padding:.3rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.player-right{border-bottom:none}.stat-item{flex-direction:row;gap:.75rem;align-items:center}.explore-btn{width:100%;text-align:center;padding:.75rem}.image-carousel-wrapper{height:60vh;min-height:380px}.carousel-slide{padding:2rem 1.25rem 3.5rem}.carousel-image-container{max-height:50vh;max-width:92%;border-radius:10px}.carousel-overlay.player-bar{flex-direction:row;flex-wrap:wrap;gap:1rem;padding:.5rem 1rem;top:.5rem;border-radius:25px;left:50%;right:auto;width:auto;max-width:calc(100% - 1rem);transform:translate(-50%) translateY(-10px)}.carousel-slide:hover .carousel-overlay.player-bar{transform:translate(-50%) translateY(0)}.carousel-nav{width:36px;height:36px}.carousel-nav svg{width:18px;height:18px}.carousel-prev{left:.5rem}.carousel-next{right:.5rem}.carousel-indicators{bottom:1rem;padding:.4rem .75rem;gap:.4rem}.carousel-indicator{width:7px;height:7px}}footer{margin-top:var(--space-8);padding-top:var(--space-12);padding-bottom:var(--space-12);border-top:2px dashed #ccc;background-color:#fff;width:100%}.footer-grid{display:flex;justify-content:space-between;flex-wrap:wrap;gap:var(--space-8);max-width:1200px;margin:0 auto;padding:0 var(--space-8)}.footer-section{flex:1;min-width:160px;display:flex;flex-direction:column;align-items:flex-start}.footer-section:first-child{flex:1.5;padding-right:var(--space-8)}.footer-section h3{font-family:Times New Roman,Times,serif;font-size:1.35rem;margin-bottom:var(--space-3);color:#000}.footer-section h4{font-family:Arial,Helvetica,sans-serif;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--space-3);color:#000;font-weight:700;text-align:left}.footer-section p{color:#666;font-size:.9rem;line-height:1.5;margin-bottom:var(--space-4)}.footer-section nav{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-2)}.footer-section nav a{color:#666;text-decoration:none;font-size:.9rem;transition:color .2s}.footer-section nav a:hover{color:#000;text-decoration:underline}.copyright{margin-top:var(--space-6);color:#999;font-size:.8rem}@media(max-width:768px){.footer-grid{flex-direction:column;gap:var(--space-8)}.footer-section{min-width:100%}.footer-section:first-child{padding-right:0}}.image-carousel-wrapper{position:relative;width:100%;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:40px;box-sizing:border-box}.image-carousel{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;padding:5rem 4rem 6rem;opacity:0;visibility:hidden;transform:translate(100%);transition:opacity .6s ease,transform .6s ease,visibility .6s;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;box-sizing:border-box}.carousel-slide.active{opacity:1;visibility:visible;transform:translate(0);z-index:2}.carousel-slide.prev{opacity:0;visibility:hidden;transform:translate(-100%)}.carousel-image-container{position:relative;max-width:85%;max-height:70vh;display:flex;align-items:center;justify-content:center;border-radius:16px;overflow:hidden;box-shadow:0 12px 50px #0003;background:#fff}.carousel-image-container img{max-width:100%;max-height:100%;width:auto;height:auto;display:block;transition:transform .5s ease}.carousel-slide:hover .carousel-image-container img{transform:scale(1.03)}.carousel-placeholder-image{width:100%;height:100%}.carousel-overlay.player-bar{position:absolute;top:43px;left:50%;transform:translate(-50%) translateY(-20px);width:auto;height:auto;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:2rem;padding:.75rem 1.5rem;background:#f2f2f2f2;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(0,0,0,.1);border-radius:50px;opacity:0;transition:opacity .4s ease,transform .4s ease;pointer-events:auto;z-index:5}.carousel-overlay.player-bar .stat-number{color:#1a1a1a}.carousel-overlay.player-bar .stat-label{color:#666}.carousel-slide:hover .carousel-overlay.player-bar{opacity:1;transform:translate(-50%) translateY(0)}.carousel-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:48px;height:48px;border:none;border-radius:50%;background:#fffffff2;color:#1a1a1a;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 4px 20px #00000026}.carousel-nav:hover{background:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 25px #0003}.carousel-nav:active{transform:translateY(-50%) scale(.95)}.carousel-prev{left:1rem}.carousel-next{right:1rem}.carousel-indicators{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:10;display:flex;gap:.75rem;padding:.75rem 1.25rem;background:#fffffff2;border-radius:50px;box-shadow:0 4px 20px #0000001a}.carousel-indicator{width:10px;height:10px;border-radius:50%;background:#0003;cursor:pointer;transition:all .3s ease;border:none;padding:0}.carousel-indicator:hover{background:#0006;transform:scale(1.2)}.carousel-indicator.active{background:#1a1a1a;transform:scale(1.2)}@media(max-width:1024px)and (min-width:769px){.image-carousel-wrapper{height:85vh;min-height:480px}.carousel-slide{padding:4rem 3rem 5rem}.carousel-image-container{border-radius:14px;max-height:60vh}.carousel-overlay.player-bar{gap:1.75rem;padding:.65rem 1.35rem}.carousel-nav{width:44px;height:44px}.carousel-prev{left:.85rem}.carousel-next{right:.85rem}.carousel-indicators{bottom:1.75rem;padding:.6rem 1.1rem;gap:.6rem}.carousel-indicator{width:9px;height:9px}}@media(max-width:768px)and (min-width:481px){.image-carousel-wrapper{height:70vh;min-height:450px}.carousel-slide{padding:3rem 2rem 5rem}.carousel-image-container{border-radius:12px;max-height:55vh}.carousel-overlay.player-bar{border-radius:35px;top:.75rem;gap:1.5rem;padding:.6rem 1.25rem}.carousel-nav{width:42px;height:42px}.carousel-prev{left:.75rem}.carousel-next{right:.75rem}.carousel-indicators{bottom:1.5rem;padding:.5rem 1rem;gap:.5rem}.carousel-indicator{width:8px;height:8px}}@media(max-width:480px){.image-carousel-wrapper{height:60vh;min-height:380px}.carousel-slide{padding:2rem 1.25rem 3.5rem}.carousel-image-container{border-radius:10px;max-height:50vh}.carousel-overlay.player-bar{flex-direction:row;flex-wrap:wrap;gap:1rem;padding:.5rem 1rem;top:.5rem;border-radius:25px;left:50%;right:auto;width:auto;max-width:calc(100% - 1rem);transform:translate(-50%) translateY(-10px)}.carousel-slide:hover .carousel-overlay.player-bar{transform:translate(-50%) translateY(0)}.carousel-nav{width:36px;height:36px}.carousel-nav svg{width:18px;height:18px}.carousel-prev{left:.5rem}.carousel-next{right:.5rem}.carousel-indicators{bottom:1rem;padding:.4rem .75rem;gap:.4rem}.carousel-indicator{width:7px;height:7px}}.about-platform{padding:var(--space-10);background:#fff;position:relative;overflow:hidden}.about-header{text-align:center;max-width:700px;margin:0 auto var(--space-8)}.about-label{display:inline-block;font-family:var(--font-mono);font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;color:#666;padding:var(--space-2) var(--space-4);background:#1a1a1a0d;border-radius:50px;margin-bottom:var(--space-6);opacity:0;transform:translateY(20px);animation:fadeSlideUp .6s ease forwards}.about-title{font-family:var(--font-display);font-size:2.75rem;line-height:1.2;color:#1a1a1a;margin-bottom:1.5rem;letter-spacing:-.02em;opacity:0;transform:translateY(20px);animation:fadeSlideUp .6s ease .1s forwards}.about-subtitle{font-family:var(--font-sans);font-size:1.15rem;line-height:1.7;color:#666;opacity:0;transform:translateY(20px);animation:fadeSlideUp .6s ease .2s forwards}.feature-tabs-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1000px;margin:0 auto 32px;width:100%;align-items:center}@media(max-width:768px){.feature-tabs-container{grid-template-columns:1fr;gap:var(--space-8)}.feature-visual{order:2}.feature-tabs-list{order:1}.feature-panel{max-width:100%}}.feature-tabs-list{display:flex;flex-direction:column;gap:0}.feature-tab{padding:1rem 0 1.5rem;cursor:pointer;border-bottom:1px solid #e5e5e5;transition:all .3s ease;position:relative}.feature-tab:first-child{border-top:1px solid #e5e5e5}.tab-header{display:flex;align-items:center;gap:.75rem}.tab-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border-radius:10px;color:#666;transition:all .3s ease}.feature-tab.active .tab-icon,.feature-tab:hover .tab-icon{background:#1a1a1a;color:#fff}.tab-title{font-family:var(--font-display);font-size:1.1rem;font-weight:500;color:#888;transition:color .3s ease}.feature-tab.active .tab-title,.feature-tab:hover .tab-title{color:#1a1a1a}.tab-progress{position:absolute;top:50%;left:-12px;transform:translateY(-50%);width:6px;height:20px;background:#e5e5e5;border-radius:100px;overflow:hidden}.tab-progress-bar{position:absolute;top:0;left:0;width:100%;height:0%;background:#1a1a1a;border-radius:100px;transition:height .1s linear}.feature-tab.active .tab-progress-bar{animation:progressFillVertical 4.25s linear forwards}@keyframes progressFillVertical{0%{height:0%}to{height:100%}}.feature-tabs-list .feature-description{margin-top:1.5rem;font-family:var(--font-sans);font-size:1rem;line-height:1.7;color:#666;transition:opacity .3s ease}.feature-visual{position:relative;width:100%;display:flex;align-items:center;justify-content:center}.feature-panel{background:#1a1a1a;border-radius:20px;padding:2.5rem;width:100%;max-width:400px;display:flex;flex-direction:column;gap:1.5rem}.panel-item{transition:all .4s ease}.panel-item h4{font-family:var(--font-display);font-size:1.2rem;font-weight:500;margin-bottom:.5rem;color:#1a1a1a;transition:color .4s ease}.panel-item p{font-family:var(--font-sans);font-size:.9rem;line-height:1.6;margin:0;color:#1a1a1a;transition:color .4s ease}.panel-item.active h4,.panel-item.active p{color:#fff}.feature-card-wrapper{perspective:1000px;width:100%;height:180px;cursor:pointer;opacity:0;transform:translateY(30px)}.feature-card-wrapper.animate-in{animation:featureCardIn .6s cubic-bezier(.25,.46,.45,.94) forwards}@keyframes featureCardIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.feature-card-flipper{position:relative;width:100%;height:100%;transition:transform .6s cubic-bezier(.25,.46,.45,.94);transform-style:preserve-3d}.feature-card-wrapper.flipped .feature-card-flipper{transform:rotateY(180deg)}.feature-card-front,.feature-card-back{width:100%;backface-visibility:hidden;-webkit-backface-visibility:hidden;border-radius:16px;padding:2rem;box-sizing:border-box;display:flex;flex-direction:column;border:1px solid rgba(0,0,0,.06);transition:box-shadow .3s ease,border-color .3s ease}.feature-card-front{position:absolute;top:0;left:0;height:100%;background:#fff;align-items:center;justify-content:center;text-align:center}.feature-card-front:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#1a1a1a,#444);border-radius:16px 16px 0 0;transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.25,.46,.45,.94)}.feature-card-front:after{content:"→";position:absolute;top:1rem;right:1rem;font-size:1rem;color:#1a1a1a;transition:transform .3s ease}.feature-card-wrapper:hover .feature-card-front:after{transform:translate(3px)}.feature-card-wrapper:hover .feature-card-front:before{transform:scaleX(1)}.feature-card-wrapper:hover .feature-card-front,.feature-card-wrapper:hover .feature-card-back{box-shadow:0 20px 40px #0000001a;border-color:#0000001a}.feature-card-back{position:absolute;top:0;left:0;height:100%;background:linear-gradient(135deg,#1a1a1a,#333);transform:rotateY(180deg);align-items:center;justify-content:center;text-align:center}.feature-card-back .feature-description{color:#fff;font-size:1.05rem;line-height:1.7;margin:0}.feature-card-back .flip-hint{color:#ffffff80}.feature-icon{width:56px;height:56px;min-width:56px;min-height:56px;flex-shrink:0;background:linear-gradient(135deg,#f5f5f5,#e8e8e8);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;color:#1a1a1a;transition:all .3s ease}.feature-icon svg{width:32px;height:32px;flex-shrink:0}.feature-card-wrapper:hover .feature-icon{background:linear-gradient(135deg,#1a1a1a,#333);color:#fff;transform:scale(1.05)}.feature-title{font-family:var(--font-display);font-size:1.2rem;color:#1a1a1a;margin-bottom:.75rem;font-weight:400}.feature-description{font-family:var(--font-sans);font-size:.9rem;line-height:1.6;color:#666;margin:0}.flip-hint{font-family:var(--font-sans);font-size:.75rem;color:#00000059;margin-top:auto;transition:color .3s ease}.feature-card-wrapper:hover .flip-hint{color:#0000008c}.feature-card-wrapper:hover .feature-card-back .flip-hint{color:#ffffffb3}.about-cta{text-align:center;width:100%;margin-top:1.5rem;opacity:0;transform:translateY(20px);animation:fadeSlideUp .6s ease .4s forwards}.about-cta-btn{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2.5rem;background:#6fc;color:#000;text-decoration:none;font-family:var(--font-display);font-size:1rem;border-radius:50px;transition:all .3s ease;position:relative;overflow:hidden;border:1px solid transparent}.about-cta-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s ease}.about-cta-btn:hover{background:#fff;border-color:#000;color:#000;transform:translateY(-2px);box-shadow:0 8px 25px #0003}.about-cta-btn:hover:before{left:100%}.about-cta-btn span{transition:transform .3s ease}.about-cta-btn:hover span{transform:translate(4px)}.faq-section{padding:40px;background:#fff;width:100%;max-width:900px;margin:0 auto}.faq-header{text-align:center;margin-bottom:3rem}.faq-label{display:inline-block;font-family:var(--font-mono);font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#888;margin-bottom:1rem;padding:.4rem 1rem;background:#f5f5f5;border-radius:20px}.faq-title{font-family:var(--font-display);font-size:2.25rem;color:#1a1a1a;margin:0;font-weight:400}.faq-list{display:flex;flex-direction:column;gap:0}.faq-item{border-bottom:1px solid #e5e5e5}.faq-item:first-child{border-top:1px solid #e5e5e5}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 0;background:transparent;border:none;cursor:pointer;text-align:left;font-family:var(--font-sans);font-size:1.1rem;font-weight:500;color:#1a1a1a;transition:color .2s ease}.faq-question:hover{color:#666}.faq-question span{flex:1;padding-right:1rem}.faq-icon{flex-shrink:0;transition:transform .3s ease;color:#888}.faq-item.active .faq-icon{transform:rotate(180deg);color:#1a1a1a}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease}.faq-item.active .faq-answer{max-height:300px}.faq-answer p{margin:0;padding:0 0 1.5rem;font-family:var(--font-sans);font-size:1rem;line-height:1.7;color:#666}@media(max-width:1024px)and (min-width:769px){.faq-section{padding:4rem 3rem 3rem;max-width:700px}.faq-title{font-size:2rem}.faq-question{font-size:1rem;padding:1.1rem 0}}@media(max-width:768px)and (min-width:481px){.faq-section{padding:3.5rem 2.5rem 2.5rem;max-width:100%}.faq-header{margin-bottom:2.5rem}.faq-title{font-size:1.85rem}.faq-question{font-size:1rem;padding:1rem 0}.faq-answer p{font-size:.95rem;padding-bottom:1.25rem}}@media(max-width:480px){.faq-section{padding:2.5rem 1.5rem 2rem}.faq-header{margin-bottom:2rem}.faq-label{font-size:.7rem;padding:.35rem .75rem}.faq-title{font-size:1.5rem}.faq-question{font-size:.95rem;padding:1rem 0}.faq-icon{width:18px;height:18px}.faq-answer p{font-size:.9rem;line-height:1.6;padding-bottom:1rem}}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px)and (min-width:769px){.about-platform{padding:5rem 3rem 64px}.about-title{font-size:2.5rem}.about-subtitle{font-size:1.05rem}.feature-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.feature-card-front,.feature-card-back{padding:1.75rem}.feature-icon{width:52px;height:52px}}@media(max-width:768px)and (min-width:481px){.about-platform{padding:4rem 2.5rem 64px}.about-header{margin-bottom:3rem}.about-title{font-size:2.25rem}.about-subtitle{font-size:1rem}.feature-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.feature-card-front,.feature-card-back{padding:1.5rem}.feature-icon{width:50px;height:50px}.feature-icon svg{width:26px;height:26px}.feature-title{font-size:1.15rem}}@media(max-width:480px){.about-platform{padding:3rem 1.5rem 64px}.about-header{margin-bottom:2.5rem}.about-title{font-size:1.75rem}.about-subtitle{font-size:.95rem}.feature-grid{grid-template-columns:1fr;gap:1rem}.feature-card-front,.feature-card-back{padding:1.25rem}.feature-icon{width:48px;height:48px}.feature-icon svg{width:24px;height:24px}.feature-title{font-size:1.1rem}.about-cta-btn{width:100%;justify-content:center}}
