:root{font-family:Outfit,sans-serif;line-height:1.5;font-weight:400}body{margin:0;min-width:320px;min-height:100vh}.navbar{width:100%;display:flex;justify-content:center;padding:.75rem 0}.nav-container{background:#fff;border-radius:100px;padding:.5rem;display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1200px;box-shadow:0 2px 10px #0000000d}.nav-left,.nav-right{display:flex;align-items:center;gap:1rem}.logo{font-weight:700;padding:0 1rem;font-family:Outfit,sans-serif}.nav-pill{background:#f5f5f5;border-radius:100px;padding:.25rem;display:flex;gap:.25rem}.nav-pill a{padding:.5rem 1rem;text-decoration:none;color:#666;border-radius:100px;font-size:.9rem;transition:all .2s ease;font-family:Outfit,sans-serif;font-weight:500}.nav-pill a.active{background:#fff;color:#000;box-shadow:0 2px 4px #0000001a}.nav-right a{text-decoration:none;color:#666;font-size:.9rem}.demo-btn{background:#000;color:#fff!important;padding:.5rem 1rem;border-radius:100px;margin-left:.5rem}@media (max-width: 768px){.nav-pill,.nav-right a:not(.demo-btn){display:none}.nav-container{padding:.5rem 1rem}}.hero-container{display:flex;justify-content:space-between;align-items:center;padding:6rem 0 4rem;gap:1rem}.hero-content{flex:0 0 60%;max-width:800px}.hero-title{font-size:3.5rem;line-height:1.2;margin-bottom:1.5rem;color:#000;font-family:Outfit,sans-serif;font-weight:700}.highlight-chip{display:inline-block;background:#d5d5d5;border-radius:100px;padding:.15em .5em;margin:.1em 0;box-shadow:0 2px 10px #00000014;white-space:nowrap;position:relative}.highlight-chip:after{content:"";position:absolute;bottom:.1em;left:.4em;right:.4em;height:.2em;background:#ffad99;border-radius:4px;z-index:-1}.underline{border-bottom:3px solid #ffad99;padding-bottom:4px}.hero-description{font-size:1.1rem;color:#666;margin-top:1rem;margin-bottom:3rem;line-height:1.5;font-family:Outfit,sans-serif;font-weight:400;max-width:90%}.cta-cards{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.cta-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 1px 3px #0000001a}.card-label{font-size:.875rem;color:#666;margin-bottom:1rem;letter-spacing:.05em;font-family:Outfit,sans-serif;font-weight:600}.cta-card h3{font-size:1.5rem;margin-bottom:.5rem;color:#000;font-family:Outfit,sans-serif;font-weight:700}.cta-card p{color:#666;margin-bottom:1.5rem;line-height:1.5}.card-button{display:inline-block;padding:.75rem 1.5rem;background:#000;color:#fff;text-decoration:none;border-radius:4px;transition:all .2s;font-family:Outfit,sans-serif;font-weight:500}.card-button.outline{background:transparent;border:1px solid #000;color:#000}.card-button:hover{transform:translateY(-1px);box-shadow:0 2px 5px #0000001a}.hero-visual{flex:0 0 40%;display:flex;justify-content:flex-end;align-items:center}.search-pattern{width:300px;height:300px;background:linear-gradient(45deg,#ffad99 30%,#ffcfbf);border-radius:50%;position:relative;opacity:.9}@media (max-width: 1024px){.hero-title{font-size:3rem}.hero-container{flex-direction:column;text-align:center}.hero-content{flex:0 0 100%;max-width:100%}.hero-visual{flex:0 0 100%}.cta-cards{grid-template-columns:1fr}.nav-links{display:none}}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-description{font-size:1.1rem}}.header-image-block{position:relative;width:100%;max-width:none;height:auto;overflow:hidden;margin:0;aspect-ratio:642 / 600}.header-image-block img{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition-property:opacity;transition-timing-function:ease-in-out;object-fit:contain}#playPauseButton{position:absolute;bottom:10px;left:10px;width:40px;height:40px;border:none;border-radius:50%;background-color:#fff;cursor:pointer;outline:none}#playPauseButton.play:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-style:solid;border-width:10px 0 10px 17px;border-color:transparent transparent transparent black;transform:translate(-50%,-50%)}#playPauseButton.pause:before,#playPauseButton.pause:after{content:"";position:absolute;top:50%;width:5px;height:20px;background-color:#000;transform:translateY(-50%)}#playPauseButton.pause:before{left:13px}#playPauseButton.pause:after{right:13px}#playPauseButton:hover{background-color:#d2d2d2}#playPauseButton:focus{outline:2px solid black}#set1-img1,#set2-img1,#set3-img1{width:75%;height:75%;top:47%;left:38%;transform:translate(-50%,-50%);transition-duration:.15s}#set1-img2,#set2-img2,#set3-img2{width:75%;height:75%;top:47%;left:38%;transform:translate(-50%,-50%)}#set1-img3,#set2-img3,#set3-img3{width:100%;height:100%;top:29%;left:34%;transform:translate(-50%,-50%) scale(1.05);transition-duration:.4s}.features-section{padding:6rem 5%}.section-container{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-family:Outfit,sans-serif;font-size:3rem;font-weight:700;margin-bottom:1rem}.section-subtitle{font-size:1.25rem;color:#666}.intent-section{background-color:#000;color:#fff;padding:6rem 5%;overflow:hidden}.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 4px 20px #0000000d;transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px)}.card-icon{font-size:2.5rem;margin-bottom:1.5rem}.feature-card h3{font-family:Outfit,sans-serif;font-size:1.5rem;margin-bottom:1rem;font-weight:600}.feature-card p{color:#666;line-height:1.6}.actions-section{background-color:#faf9f7}.action-cards{display:flex;flex-direction:column;gap:2rem}.action-card{background:#fff;border-radius:20px;display:flex;overflow:hidden;box-shadow:0 4px 20px #0000000d}.action-content{flex:1;padding:3rem}.action-label{background:#ffad99;color:#000;padding:.5rem 1rem;border-radius:100px;font-size:.875rem;font-weight:600;display:inline-block;margin-bottom:1.5rem}.action-content h3{font-family:Outfit,sans-serif;font-size:2rem;margin-bottom:1rem;font-weight:700}.action-content p{color:#666;line-height:1.6;margin-bottom:2rem}.action-list{list-style:none;padding:0}.action-list li{margin-bottom:.75rem;padding-left:1.5rem;position:relative}.action-list li:before{content:"•";color:#ffad99;font-size:1.5rem;position:absolute;left:0;top:-.25rem}.action-visual{flex:1;background:#f5f5f5;min-height:400px;display:flex;align-items:center;justify-content:center}.visual-placeholder{width:80%;height:80%;background:linear-gradient(45deg,#ffad99 30%,#ffcfbf);border-radius:10px;opacity:.3}@media (max-width: 1024px){.cards-grid{grid-template-columns:repeat(2,1fr)}.action-card{flex-direction:column}.action-visual{min-height:300px}}@media (max-width: 768px){.cards-grid{grid-template-columns:1fr}.section-header h2{font-size:2.5rem}.action-content{padding:2rem}}.section-header.dark{text-align:left;margin-bottom:4rem}.header-label{display:inline-block;background:#ffffffe6;color:#000;font-family:Outfit,sans-serif;font-size:.875rem;font-weight:600;padding:.5rem 1rem;border-radius:100px;margin-bottom:2rem;letter-spacing:.05em;box-shadow:0 2px 10px #ffffff1a}.header-label-two{display:inline-block;background:#000;color:#ffffffe6;font-family:Outfit,sans-serif;font-size:.875rem;font-weight:600;padding:.5rem 1rem;border-radius:100px;margin-bottom:2rem;letter-spacing:.05em;box-shadow:0 2px 10px #ffffff1a}.section-header.dark h2{font-family:Outfit,sans-serif;font-size:3rem;line-height:1.1;color:#fff;margin:0;font-weight:600}.section-header-two.dark h2{font-family:Outfit,sans-serif;font-size:2.5rem;line-height:1;color:#000;margin:0;font-weight:600}@media (max-width: 1024px){.section-header.dark h2{font-size:2.5rem}}@media (max-width: 768px){.section-header.dark h2{font-size:2.5rem}.header-label{font-size:.75rem;margin-bottom:1.5rem}}.features-container{display:flex;flex-direction:column;gap:2rem;margin-top:4rem}.feature-card.main{border-radius:24px;padding:2.5rem;margin-bottom:4rem}.feature-card.main{background:linear-gradient(to right,#ffad991a,#ffad9905);border:1px solid rgba(255,255,255,.1)}.feature-card.main h3{color:#fff;font-size:1.5rem;font-weight:600;margin:1.5rem 0;font-family:Outfit,sans-serif}.feature-card.main p{color:#ffffffe6;font-size:1rem;line-height:1.6;margin:0}.feature-card.main .icon-wrapper{display:inline-flex;padding:.5rem;border-radius:12px;background:#ffad991a}.feature-card.main.light{background:linear-gradient(to right,#ffad991a,#ffad9905);border:1px solid rgba(0,0,0,.1)}.feature-card.main.light h3{color:#000}.feature-card.main.light p{color:#666}@media (max-width: 768px){.feature-card.main,.feature-card.main.light{padding:2rem;margin-bottom:3rem}.feature-card.main h3,.feature-card.main.light h3{font-size:1.75rem}.feature-card.main p,.feature-card.main.light p{font-size:1.1rem}}.use-cases-grid{display:grid;grid-template-areas:"feature-one feature-two" "feature-three feature-four";grid-template-columns:1fr 1fr;gap:1rem;max-width:1200px;margin:2rem auto 0}.feature-card.use-case{background:#141414f2;border-radius:24px;padding:2rem;display:flex;flex-direction:column;width:100%}.feature-card.feature-one{grid-area:feature-one;height:260px}.feature-card.feature-two{grid-area:feature-two;height:220px}.feature-card.feature-three{grid-area:feature-three;height:220px;margin-top:-.25rem}.feature-card.feature-four{grid-area:feature-four;height:260px;margin-top:-2.8rem}.use-case-label{font-family:Outfit,sans-serif;font-size:1.2rem;font-weight:600;color:#ffad99;letter-spacing:.05em;margin-bottom:2rem}.use-case-label-slider{font-family:Outfit,sans-serif;font-size:1.2rem;font-weight:600;color:#c8c8c8;letter-spacing:.05em;margin-bottom:.1rem;margin-top:.1rem}.feature-card.use-case p{font-family:monospace;color:#ffffffe6;font-size:.8rem;line-height:1.5}.feature-card.use-case:hover{transform:translateY(-2px);background:#1e1e1ef2}@media (max-width: 768px){.use-cases-grid{grid-template-areas:"feature-one" "feature-two" "feature-three" "feature-four";grid-template-columns:1fr;gap:1rem;margin:2rem 1rem}.feature-card.use-case{height:auto;border-radius:24px;margin:0;min-height:200px}.feature-card.feature-three,.feature-card.feature-four{margin-top:0}}.use-cases-slider{display:flex;flex-direction:column;justify-content:space-between;position:relative}.use-cases-slider .use-case-label{font-family:Outfit,sans-serif;font-size:2rem;letter-spacing:.1em;color:#ffad99;margin-bottom:20rem;font-weight:600}.slider-content{font-size:1.8rem;line-height:1.4;flex-grow:1;margin:0;opacity:1;transition:opacity .3s ease;font-weight:400}.nav-controls{position:absolute;bottom:2rem;right:2rem;display:flex;align-items:center;gap:1rem}.nav-button{background:#fff;border:none;border-radius:50%;width:44px;height:44px;color:#000;font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 2px 8px #0000001a}.nav-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.progress-dots{position:absolute;bottom:2.5rem;left:2rem;display:flex;gap:.5rem}.progress-dot{width:8px;height:8px;border-radius:50%;background:#ffffff4d;transition:all .3s ease}.progress-dot.active{background:#fff;width:24px;border-radius:4px}@media (max-width: 768px){.use-cases-slider .use-case-label,.slider-content{font-size:1.5rem}.nav-controls{bottom:1.5rem;right:1.5rem}.progress-dots{bottom:2rem;left:1.5rem}}.slider-content-wrapper{display:flex;flex-direction:column;gap:1.5rem}.main-header{font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:600;color:#ffad99;margin:0}.use-case-content{display:flex;flex-direction:column;gap:1rem}.use-cases-slider .use-case-label{font-size:1.5rem;letter-spacing:.1em;color:#ffad99;margin:0;font-weight:600}.slider-content{font-size:1.6rem;line-height:1.4;margin:0;opacity:1;transition:opacity .3s ease;font-weight:400}@media (max-width: 768px){.feature-card.use-case.feature-four{min-height:400px;height:auto}.main-header{font-size:1.4rem}.slider-content-wrapper{gap:2rem}.use-case-content{gap:1.5rem}.slider-content{font-size:1.4rem;line-height:1.5}}.feature-card.use-case.music.use-cases-slider .main-header{font-family:Outfit,sans-serif;font-size:1.2rem;font-weight:600;color:#ffad99;margin:0}.use-cases-slider .slider-content-wrapper .main-header{font-size:3.5rem}@media (max-width: 768px){.feature-card.use-case.feature-four{min-height:400px;height:auto}.feature-card.use-case.music.use-cases-slider .main-header{font-size:1.2rem}.slider-content-wrapper{gap:2rem}.use-case-content{gap:1.5rem}.slider-content{font-size:1.4rem;line-height:1.5}}.performance-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:1rem}.performance-card{color:#000;padding:2rem 0;position:relative}.performance-card h3{font-family:Outfit,sans-serif;font-size:1.25rem;color:#666;margin-bottom:1.5rem;padding-bottom:1rem;position:relative}.performance-card h3:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,#ffad99,#ffad994d);opacity:.9}.metric{display:flex;flex-direction:column;gap:.5rem}.metric .number{font-family:Outfit,sans-serif;font-size:3.5rem;font-weight:600;color:#000}.metric .label{font-size:2rem;color:#000}.metric .comparison{font-size:1.2rem;color:#666;margin-top:.5rem}@media (max-width: 768px){.performance-grid{grid-template-columns:1fr;gap:3rem}.performance-card h3{font-size:1.4rem}.metric .number{font-size:2.5rem}.metric .label{font-size:1.5rem}}.intelligence-section{background:#000;position:relative;padding:4rem 5%;overflow:hidden}.intelligence-container{position:relative;max-width:1200px;margin:4rem auto;padding:8rem 5%;overflow:hidden}.intelligence-container:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid transparent;border-radius:48px;background:linear-gradient(45deg,#ffad99,#ffcfbf,#c8c8c8,#ffad99) border-box;-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.intelligence-content{max-width:800px;margin:0 auto;text-align:center}.gradient-text{background:linear-gradient(45deg,#ffad99,#ffcfbf,#c8c8c8,#ffad99);-webkit-background-clip:text;background-clip:text;color:transparent;font-size:2rem;font-weight:600;font-family:Outfit,sans-serif;margin-bottom:1rem}.intelligence-header{color:#fff;font-size:3rem;font-weight:600;font-family:Outfit,sans-serif;margin:1rem 0 2rem}.intelligence-description{color:#888;font-size:1.3rem;line-height:1.6;margin-bottom:2rem}.intelligence-description .highlight{color:#fff}.learn-more{color:#ffad99;text-decoration:none;font-size:1.2rem;display:inline-flex;align-items:center;gap:.5rem;transition:opacity .2s ease}.learn-more:hover{opacity:.8}@media (max-width: 768px){.intelligence-section{padding:4rem 5%}.gradient-text{font-size:2rem}.intelligence-header{font-size:3rem}.intelligence-description{font-size:1.25rem}}.footer-section{background:#f5f5f5;padding:8rem 5%;overflow:hidden}.footer-container{max-width:1400px;margin:0 auto}.footer-content{display:flex;justify-content:space-between;gap:4rem}.footer-main{flex:1}.footer-title{font-family:Outfit,sans-serif;font-size:4rem;font-weight:600;line-height:1.1;margin-bottom:2rem}.cta-button{display:inline-block;background:#000;color:#fff;padding:1rem 2rem;border-radius:100px;text-decoration:none;font-size:1.1rem;transition:transform .2s ease}.cta-button:hover{transform:translateY(-2px)}.footer-links{display:flex;gap:4rem}.footer-menu,.footer-social{min-width:160px}.footer-menu h3,.footer-social h3{font-size:1rem;color:#666;margin-bottom:1.5rem}.footer-menu nav,.footer-social nav{display:flex;flex-direction:column;gap:1rem}.footer-menu a,.footer-social a{color:#000;text-decoration:none;font-size:1.1rem;transition:opacity .2s ease}.footer-menu a:hover,.footer-social a:hover{opacity:.7}@media (max-width: 1024px){.footer-title{font-size:4rem}}@media (max-width: 768px){.footer-content{flex-direction:column;gap:3rem}.footer-title{font-size:3rem}.footer-links{gap:2rem}}.hero{min-height:100vh;background-color:#faf9f7;padding:1rem 5%}.blog-section{padding:4rem 5%;background:#faf9f7}.blog-container{max-width:1400px;margin:0 auto}.blog-header{margin-bottom:4rem;display:flex;flex-direction:column;gap:.5rem}.blog-header h1{font-family:Outfit,sans-serif;font-size:3rem;font-weight:600;margin:0;line-height:1.1}.blog-header p{color:#666;font-size:1rem;font-weight:400}.blog-card{display:grid;grid-template-columns:100px 1fr 1fr;background:#fff;border-radius:24px;overflow:hidden;position:relative}.left-bar{background:#000;padding:2rem;display:flex;flex-direction:column;justify-content:flex-start}.icon-pattern{width:100%;aspect-ratio:1;background-image:url(/path/to/icon-pattern.svg);background-size:contain;background-repeat:no-repeat}.blog-content-wrapper{padding:3rem;display:flex;flex-direction:column;z-index:2}.blog-category{background:#efefef;color:#000;padding:.5rem 1.5rem;border-radius:100px;text-transform:uppercase;font-size:.75rem;font-weight:600;display:inline-block;margin-bottom:1.5rem;align-self:flex-start}.blog-divider{width:50%;max-width:200px;height:1px;background:#0003;margin:1.5rem 0}.blog-date{color:#666;font-size:.875rem}.blog-content-wrapper .blog-meta{margin-left:1rem;font-size:.75rem;margin-bottom:1rem}.title-section{max-width:100%}.blog-title{display:flex;flex-direction:column;font-size:2.5rem;font-weight:600;line-height:1.1;margin:0}.title-line{background:#fff;padding:0rem 1rem;margin:0rem 0;display:inline-block;position:relative;z-index:2}.blog-image{position:absolute;right:0;top:0;width:50%;height:100%;z-index:1}.blog-image img{width:100%;height:100%;object-fit:cover}.author-pill{display:flex;align-items:center;gap:.75rem;background:#000;padding:1rem;border-radius:100px;margin-top:1.5rem;color:#fff;width:fit-content;font-size:.75rem;margin-left:1rem}.author-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover}.navigation-buttons{position:absolute;right:2rem;bottom:2rem;display:flex;gap:1rem;z-index:2}.nav-button{width:48px;height:48px;border-radius:50%;background:#ffad99;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.25rem}@media (max-width: 1024px){.blog-card{grid-template-columns:80px 1fr}.blog-title{font-size:1.25rem}.title-section{max-width:100%}}@media (max-width: 768px){.blog-content-wrapper{padding:1.5rem}.blog-card{grid-template-columns:1fr}.left-bar{display:none}.blog-title{font-size:1.5rem}.blog-image{position:relative;width:100%;height:300px}.blog-category,.card-category{padding:.3rem .8rem;margin-bottom:.75rem}.blog-divider,.card-divider{margin:.75rem 0}.grid-item-header{padding:1.5rem}.grid-item-title{font-size:1.25rem}.blog-grid{grid-template-columns:1fr;gap:1.5rem}.blog-grid-item{height:300px}}.blog-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:4rem}.blog-grid-item{position:relative;border-radius:24px;overflow:hidden;background:#000;text-decoration:none;color:#fff;height:400px;display:flex;flex-direction:column}.grid-item-image{position:relative;width:100%;height:100%;overflow:hidden}.grid-item-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.blog-grid-item:hover .grid-item-image img{transform:scale(1.05)}.grid-item-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000001a,#000c);z-index:1}.grid-item-header{position:absolute;bottom:0;left:0;width:100%;padding:2rem;z-index:2;display:flex;flex-direction:column}.card-category{background:#efefef;color:#000;padding:.4rem 1rem;border-radius:100px;text-transform:uppercase;font-size:.75rem;font-weight:600;display:inline-block;margin-bottom:1rem;align-self:flex-start}.grid-item-title{font-size:1.5rem;font-weight:600;margin:0;color:#fff;line-height:1.3;margin-bottom:.5rem}.card-divider{width:40%;max-width:100px;height:1px;background:#ffffff4d;margin:.75rem 0}.card-date{color:#fffc;font-size:.75rem}@media (max-width: 768px){.blog-grid{grid-template-columns:1fr}.grid-item-image{aspect-ratio:16/9}}.blog-post{background:#000;color:#fff;min-height:100vh}.post-hero{position:relative;width:100%;height:80vh;min-height:600px;max-height:800px;background:#000;overflow:hidden;display:flex;align-items:center}.post-hero-content{position:relative;z-index:2;padding:4rem 8%;max-width:1200px;margin:0 auto;width:100%}.post-hero-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.post-hero-image img{width:100%;height:100%;object-fit:cover;opacity:.9;filter:contrast(1.05) saturate(1.1)}.post-hero:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000004d,#000000d9);z-index:1}.post-title{font-size:4.5rem;font-weight:600;margin:0 0 1.5rem;line-height:1.1;max-width:900px}.post-divider{width:50%;max-width:200px;height:1px;background:#ffffff4d;margin:1.5rem 0}.post-meta-container{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.post-meta-divider{font-size:1rem;margin:0 .25rem;color:#ffffffb3}.author-info{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;border-radius:100px}.author-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.7)}.author-name{color:#fff;font-weight:500;font-size:.95rem}.post-date{color:#fff;padding:.5rem 0;font-size:.875rem}.post-category{background:#efefef;color:#000;padding:.5rem 1.5rem;border-radius:100px;text-transform:uppercase;font-size:.875rem;font-weight:600;display:inline-block;margin-bottom:1.5rem}.blog-post-container{max-width:1200px;margin:0 auto;padding:0 2rem}.post-content{max-width:800px;margin:0 auto;padding:4rem 0}.post-content p{margin-bottom:1.8rem;line-height:1.8;font-size:1.05rem;letter-spacing:.01em}.post-description{font-size:1.3rem;line-height:1.9;margin-bottom:3.5rem;font-weight:300}.post-subtitle{font-size:1.25rem;color:#999;max-width:700px;margin:0 auto 2rem;line-height:1.6}.post-featured-image,.post-featured-image img{display:none}.post-section-title{font-size:2rem;font-weight:600;margin-bottom:1.5rem;margin-top:3.5rem}.post-list{margin-bottom:2rem;padding-left:2rem}.post-list li{margin-bottom:1.2rem;line-height:1.7}.post-link{color:#ffad99;text-decoration:none;margin-left:4px;transition:opacity .2s ease}.post-link:hover{opacity:.8}@media (max-width: 768px){.post-hero{height:60vh;min-height:400px}.post-category{margin-bottom:1rem;padding:.4rem 1rem}.post-title{font-size:2.5rem;margin-bottom:1rem}.post-meta-container{gap:.75rem}.post-content{padding:2rem 0}.author-avatar{width:30px;height:30px}.post-content p{font-size:1rem;line-height:1.7;margin-bottom:1.5rem}.post-section-title{margin-top:2.5rem;margin-bottom:1.2rem}}.team-member{color:#ffad99;cursor:pointer;position:relative}.team-member:hover:before{content:attr(data-tooltip);position:absolute;bottom:100%;left:50%;transform:translate(-50%);padding:8px 12px;background:#fff;color:#000;border-radius:6px;font-size:.875rem;white-space:nowrap;z-index:1000;margin-bottom:8px}.team-member:hover:after{content:"";position:absolute;bottom:100%;left:50%;transform:translate(-50%);border-width:6px;border-style:solid;border-color:rgba(0,0,0,.9) transparent transparent transparent;margin-bottom:2px}.post-content-image{margin:3rem 0;width:100%;border-radius:8px;overflow:visible}.post-content-image img{width:100%;height:auto;display:block;object-fit:contain;max-width:100%}.image-caption{text-align:center;font-size:.9rem;color:#999;margin-top:1rem;font-style:italic}@media (max-width: 768px){.post-content-image{margin:2rem 0}}.demo-navbar{padding:1.5rem 0;width:100%;background:#fff;border-bottom:1px solid #eee}.demo-nav-container{max-width:1400px;margin:0 auto;padding:0 5%;display:flex;align-items:center;gap:2rem}.demo-logo{font-size:1.5rem;font-weight:600;flex-shrink:0}.demo-search-section{flex:1;max-width:600px;margin:0 auto;position:relative}.demo-search-wrapper,.input-wrapper{width:100%;position:relative}.demo-search-input{width:100%;padding:.4rem 1.5rem;border:2px solid #eee;border-radius:100px;font-size:.85rem;font-family:Outfit,sans-serif;transition:all .2s ease}.demo-search-input:focus{outline:none;border-color:#000;box-shadow:0 4px 12px #0000000d}.demo-search-suggestions{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 20px #0000001a;z-index:1000}.demo-suggestion-title{font-size:.9rem;color:#666;margin:0 0 1rem}.demo-suggestions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.75rem}.demo-suggestion-pill{background:#f5f5f5;border:none;padding:.5rem 1rem;border-radius:100px;font-size:.9rem;color:#333;cursor:pointer;transition:all .2s ease;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.demo-suggestion-pill:hover{background:#000;color:#fff}@media (max-width: 768px){.demo-nav-container{flex-direction:column;padding:1rem;gap:1rem}.demo-search-section{width:100%}.demo-suggestions-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}}.demo-container{min-height:100vh;background:#f5f5f5;padding:2rem 0}.search-container{flex:1;display:flex;gap:1rem}.search-input-wrapper{position:relative;width:100%}.search-input{width:100%;padding:12px 16px;font-size:1rem;border:none;border-radius:8px;background:#f5f5f5;color:#333}.search-input:focus{outline:none;border-color:#e8ff99}.search-button{padding:.75rem 1.5rem;background:#000;color:#fff;border:none;border-radius:100px;cursor:pointer;transition:transform .2s ease}.search-button:hover{transform:translateY(-2px)}.products-container{max-width:1400px;margin:0 auto;padding:2% 5%}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.product-card{background:#fff;border-radius:20px;padding:2rem;display:flex;flex-direction:column;height:500px;transition:transform .2s ease}.product-card:hover{transform:translateY(-4px)}.product-title{font-size:1.5rem;font-weight:600;margin:0;min-height:120px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.product-image{width:100%;height:200px;display:flex;justify-content:center;align-items:center;margin:1rem 0}.product-image img{max-width:100%;max-height:100%;object-fit:contain}.product-price{font-size:1.2rem;color:#000;margin:0;font-weight:500}.buy-button{background:#000;color:#ffad99;border:none;border-radius:100px;padding:.75rem 1.5rem;font-size:1rem;font-family:Outfit,sans-serif;cursor:pointer;width:fit-content;transition:all .2s ease;margin-top:auto}.buy-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.loading{text-align:center;padding:2rem;font-size:1.2rem;color:#666}.demo-description{max-width:1400px;margin:0 auto;padding:2rem 5%}.description-content{background:#fff;border-radius:20px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 8px #0000000d}.description-content h1{font-size:1.5rem;font-weight:600;margin:0 0 1rem;color:#000}.description-content p{font-size:1rem;line-height:1.6;color:#666;margin:.5rem 0}.description-content span{color:#000;font-weight:500;background:#f5f5f5;padding:.2rem .8rem;border-radius:100px;display:inline-block;margin:.2rem}.search-results-header{max-width:1400px;margin:0 auto;padding:2rem 5%}.ai-response{background:#000;border-radius:20px;padding:2rem;margin-bottom:2rem;color:#fff}.ai-message{display:flex;flex-direction:column;gap:1rem}.ai-typing{font-size:1.1rem;margin:0;font-style:italic}.no-results-message{margin-top:1rem;color:#999}.ai-recommendation{width:100%;padding:0rem 1.5rem .5rem;background:#000;border-radius:12px}.ai-title{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#fff}.ai-content{display:flex;gap:1.5rem;align-items:flex-start}.ai-product-card{flex:0 0 auto;display:flex;gap:1rem;background:#ffffff1a;border-radius:8px;padding:.75rem;max-width:350px}.ai-product-image-container{width:100px;height:100px;flex-shrink:0}.ai-product-image{width:100%;height:100%;object-fit:cover;border-radius:6px}.ai-product-info{display:flex;flex-direction:column;justify-content:space-between;flex:1}.ai-product-name{font-size:.95rem;font-weight:500;color:#fff;margin:0;line-height:1.3}.ai-product-price{font-size:1rem;font-weight:600;color:#fff;margin:.5rem 0 0}.ai-explanation{flex:1;font-size:.95rem;line-height:1.5;color:#fff}.ai-typing{font-size:.95rem;color:#fffc;font-style:italic}.search-suggestion{position:absolute;top:0;left:0;right:0;padding:12px 16px;font-size:1rem;color:#999;pointer-events:none;background:transparent;white-space:pre}.search-suggestion span{opacity:0}.search-input{position:relative;z-index:1;background:transparent}.search-input::placeholder{color:#999;opacity:1}.search-suggestion{transition:opacity .2s ease}@media (max-width: 768px){.search-container{width:100%}.products-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.products-container,.demo-description{padding:1rem}.description-content{padding:1.5rem}.description-content h1{font-size:1.25rem}.search-results-header{padding:1rem}.ai-response{padding:1.5rem}.ai-typing{font-size:1rem}.ai-content{flex-direction:column}.ai-product-card{width:100%;max-width:none}.ai-recommendation{padding:1rem}}.demo-search-wrapper{position:relative;overflow:hidden;width:100%}.demo-search-input{position:relative;z-index:2;background:transparent!important;width:100%}.autosuggest{position:absolute;left:0;top:0;color:#999;pointer-events:none;z-index:1;white-space:pre;overflow:hidden;text-overflow:ellipsis;max-width:100%;font-size:inherit;font-family:inherit;opacity:.6;padding:inherit;padding-left:calc(var(--input-width, 0) * 1px + 16px);height:100%;display:flex;align-items:center}@keyframes calculateWidth{0%{--content-width: 0}to{--content-width: attr(data-width px)}}.no-results-container{text-align:center;padding:2rem;margin:2rem auto;max-width:600px;background:#f8f9fa;border-radius:20px}.no-results-container h3{color:#333;margin-bottom:1rem;font-size:1.2rem}.no-results-container p{color:#666;margin-bottom:1rem}.category-suggestions{list-style:none;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.category-suggestions li{background:#fff;padding:.5rem 1rem;border-radius:20px;color:#000;cursor:pointer;border:1px solid #000000;transition:all .2s ease}.category-suggestions li:hover{background:#000;color:#fff}.mode-switcher{display:flex;justify-content:flex-end;gap:1rem;padding:1rem 0;width:100%;max-width:1200px;margin-top:-1.5rem;margin-bottom:-3.5rem}@media (max-width: 768px){.mode-switcher{margin-bottom:0rem}}.mode-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:2px solid #333;border-radius:8px;background:#fff;color:#333;font-weight:500;cursor:pointer;transition:all .2s ease}.mode-icon{font-size:1.2rem}.mode-button.active{background:#333;color:#fff;border-color:#333}@media (max-width: 768px){.mode-icon{font-size:.8rem;margin-right:0rem;margin-left:0rem}.mode-button{padding:.5rem}}.mode-button:hover{background:#333;color:#fff}.product-card.hotel-card{position:relative}.product-card.hotel-card .product-image{margin-top:-50px}.product-card.hotel-card .product-image img{border-radius:12px;box-shadow:0 4px 8px #0000001a}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;justify-content:center;align-items:flex-start;z-index:1000;padding:2rem 0;overflow-y:auto}.modal-content{background:#fff;padding:2rem;border-radius:12px;max-width:800px;width:90%;margin:auto;position:relative;animation:modalFade .3s ease-in-out}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;cursor:pointer;color:#333;margin-bottom:2rem}.modal-hotel-image{width:100%;height:300px;object-fit:cover;border-radius:8px;margin-bottom:1rem;margin-top:2rem}.modal-hotel-details{margin:1rem 0;padding:1rem;background:#f8f9fa;border-radius:8px}.hotel-description{margin:1.5rem 0;line-height:1.6}.pros-cons{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin:1.5rem 0}.pros,.cons{padding:1rem;background:#f8f9fa;border-radius:8px}.pros h3,.cons h3{margin-top:0;color:#333;margin-bottom:1rem}.pros p,.cons p{margin:0;white-space:pre-line}.hotel-video{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #eee}.hotel-video a{color:#007bff;text-decoration:none}.hotel-video a:hover{text-decoration:underline}@keyframes modalFade{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}body.modal-open{overflow:hidden}@media (max-width: 768px){.pros-cons{grid-template-columns:1fr;gap:1rem}.modal-content{padding:1.5rem;width:95%}.modal-hotel-image{height:200px}}.ratings-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin:1rem 0}.rating-item{display:flex;flex-direction:column;gap:.5rem;padding:.75rem;background:#00000008;border-radius:8px}.rating-label{font-size:.9rem;color:#666}.rating-value{font-size:1.1rem;font-weight:500;color:#333}@media (max-width: 768px){.ratings-grid{grid-template-columns:1fr;gap:.75rem}}.modal-product-image{width:100%;height:300px;object-fit:contain;border-radius:8px;margin-bottom:1rem;background:#f8f9fa;margin-top:2rem}.product-description{margin:1.5rem 0;line-height:1.6}.product-description h3{margin-bottom:1rem;color:#333}.variants-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-top:1rem}.variant-item{padding:.75rem;background:#f8f9fa;border-radius:8px;display:flex;justify-content:space-between;align-items:center}.variant-title{font-size:.9rem;color:#666}.variant-price{font-weight:500;color:#333}@media (max-width: 768px){.variants-grid{grid-template-columns:1fr}}.models-page{min-height:100vh;background-color:#000;padding:1rem 5%;color:#fff;font-family:Outfit,sans-serif}.models-container{display:flex;max-width:1200px;margin:80px auto 0;padding:2rem;gap:2rem}.scrollspy{position:sticky;top:100px;height:fit-content;width:250px;padding:1rem;border-radius:8px}.scrollspy-header{padding:.5rem 1rem;border-bottom:1px solid #eee}.scrollspy-header h3{margin:0;font-size:1.2rem;font-weight:600;color:#b4b4b4}.scrollspy-nav{display:flex;flex-direction:column;gap:.5rem;padding:1rem 0}.scrollspy-item{padding:.75rem 1rem;text-align:left;background:none;border:none;cursor:pointer;color:#b4b4b4;transition:all .3s ease;border-radius:6px;font-size:1rem}.scrollspy-item:hover{background-color:#eee}.scrollspy-item.active{color:#000;font-weight:500;background-color:#e9ecef}.models-content{flex:1;max-width:800px}.model-section{margin-bottom:6rem;padding-bottom:3rem;border-bottom:1px solid #eee}.model-header{margin-bottom:2rem}.model-category{display:inline-block;font-size:.9rem;color:#b4b4b4;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.model-title{margin:.5rem 0;font-size:2.5rem;font-weight:600;line-height:1.2}.model-subtitle{font-size:1.5rem;color:#b4b4b4;margin:1rem 0;line-height:1.4}.model-meta{margin:1rem 0}.model-date{font-size:.9rem;color:#b4b4b4}.model-featured-image{margin:2rem 0;border-radius:8px;overflow:hidden}.model-featured-image img{width:70%;height:auto;object-fit:cover}.model-content{margin-top:2rem}.model-description{font-size:1.2rem;color:#b4b4b4;line-height:1.6;margin-bottom:2rem}.detail-section{margin:2.5rem 0}.detail-section h2{font-size:1.5rem;margin-bottom:1rem;font-weight:600}.detail-section p{line-height:1.6;color:#b4b4b4;margin-bottom:1rem}.detail-section ul{list-style-type:disc;padding-left:1.5rem;margin:1rem 0}.detail-section li{margin:.75rem 0;line-height:1.6;color:#b4b4b4}.detail-subsection{margin:1.5rem 0}.detail-subsection h3{font-size:1.2rem;font-weight:600;margin-bottom:.75rem;color:#fff}.detail-subsection p{color:#b4b4b4;line-height:1.6;margin-bottom:1rem}.detail-subsection a,.model-content a{color:#ffad99;text-decoration:none;transition:color .2s ease}.detail-subsection a:hover,.model-content a:hover{color:#ffad99;text-decoration:underline}@media (max-width: 768px){.models-container{flex-direction:column}.scrollspy{position:relative;top:0;width:100%;margin-bottom:2rem}.model-title{font-size:2rem}.model-subtitle{font-size:1.25rem}}*{margin:0;padding:0;box-sizing:border-box}.app{min-height:100vh;width:100%}
