:root{--color-bg: #F3F0EB;--color-text: #1A1A1A;--color-accent: #FF5A25;--color-primary-dark: #151820;--font-sans: "Inter", sans-serif;--font-serif: "Playfair Display", serif;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 2rem;--spacing-xl: 4rem;--container-width: 1200px;--header-height: 80px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background-color:var(--color-bg);color:var(--color-text);line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);font-weight:400}button{font-family:var(--font-sans)}.container{max-width:var(--container-width);margin:0 auto;padding:0 var(--spacing-md)}.flex{display:flex}.justify-between{justify-content:space-between}.items-center{align-items:center}.hidden{display:none}.header{position:sticky;top:0;z-index:1000;background-color:#f3f0ebe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);height:var(--header-height);border-bottom:1px solid rgba(0,0,0,.05)}.header-container{display:flex;justify-content:space-between;align-items:center;height:100%}.logo{display:flex;align-items:center;gap:.5rem;font-family:var(--font-sans);font-weight:600;font-size:1.5rem;text-decoration:none;color:var(--color-text)}.logo-image{height:32px;width:auto}.nav-desktop{display:none}.nav-links{display:flex;gap:2rem;list-style:none}.nav-link{text-decoration:none;color:var(--color-text);font-size:.9rem;font-weight:500}.header-cta-button{display:none;background-color:#000;color:#fff;padding:.75rem 1.5rem;border-radius:9999px;text-decoration:none;font-weight:600;font-size:.9rem;transition:opacity .2s}.header-cta-button:hover{opacity:.9}.mobile-menu-btn{display:block;background:none;border:none;cursor:pointer;color:var(--color-text);z-index:1001}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#f3f0eb;z-index:1000;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;transform:translateY(-100%);transition:transform .3s ease-in-out}.mobile-menu-overlay.open{transform:translateY(0)}.mobile-menu-links{list-style:none;text-align:center;display:flex;flex-direction:column;gap:2rem}.mobile-nav-link{font-size:1.5rem;font-family:var(--font-serif);color:var(--color-text);text-decoration:none;font-weight:500}.mobile-menu-overlay .header-cta-button{display:inline-block;font-size:1.1rem;padding:1rem 2rem}@media(min-width:768px){.nav-desktop{display:block}.header-cta-button{display:inline-block}.mobile-menu-btn{display:none}}.story-viewer{width:100%;max-width:360px;aspect-ratio:9 / 16;background-color:#000;border-radius:20px;overflow:hidden;position:relative;box-shadow:0 20px 40px #0003;margin:0 auto}.story-image{width:100%;height:100%;object-fit:cover}.story-overlay{position:absolute;top:0;left:0;right:0;padding:1rem;background:linear-gradient(to bottom,rgba(0,0,0,.4),transparent)}.progress-bars{display:flex;gap:4px;margin-bottom:.5rem}.progress-bar-bg{flex:1;height:2px;background-color:#ffffff4d;border-radius:2px;overflow:hidden}.progress-bar-fill{height:100%;background-color:#fff;transition:width .1s linear}.user-info{display:flex;align-items:center;gap:.5rem;color:#fff;font-size:.8rem;font-weight:600}.user-avatar{width:32px;height:32px;border-radius:50%;background-color:#ddd;border:1px solid rgba(255,255,255,.2)}.story-controls{position:absolute;inset:0;display:flex}.control-left,.control-right{flex:1}.hero{padding:4rem 0;min-height:calc(100vh - var(--header-height));display:flex;align-items:center}.hero-grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media(min-width:968px){.hero-grid{grid-template-columns:1.2fr 1fr;gap:6rem}}.hero-content{display:flex;flex-direction:column;gap:2rem}.social-carousel-container{width:100%;max-width:250px;overflow:hidden;margin-bottom:1rem;position:relative;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)}.social-carousel-track{display:flex;gap:1.5rem;width:max-content;padding-left:1.5rem}.carousel-mask-left,.carousel-mask-right{position:absolute;top:0;bottom:0;width:30px;z-index:2;pointer-events:none}.carousel-mask-left{left:0;background:linear-gradient(to right,rgba(255,255,255,1),transparent)}.carousel-mask-right{right:0;background:linear-gradient(to left,rgba(255,255,255,1),transparent)}.social-icon{width:20px;height:20px;color:#666;cursor:pointer;transition:color .2s}.social-icon:hover{color:var(--color-accent)}.hero-title{font-size:3.5rem;line-height:1.1;font-family:var(--font-sans);font-weight:500;letter-spacing:-.02em}.hero-title span{display:block}.highlight-serif{font-family:var(--font-serif);font-style:italic;font-weight:400}.hero-description{font-size:1.1rem;color:#666;max-width:500px;line-height:1.6}.hero-cta{background-color:var(--color-accent);color:#fff;padding:1rem 2rem;border-radius:9999px;text-decoration:none;font-weight:600;display:inline-block;align-self:flex-start;transition:transform .2s}.hero-cta:hover{transform:translateY(-2px)}.hero-visual{display:flex;justify-content:center;position:relative}.floating-star{position:absolute;bottom:-20px;right:20%;width:60px;height:60px;background-color:var(--color-accent);border-radius:20px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 10px 20px #0003;z-index:10}.services-section{padding:8rem 0;background-color:var(--color-bg)}.services-header{text-align:center;margin-bottom:5rem;max-width:800px;margin-left:auto;margin-right:auto}.services-tag{display:inline-block;background-color:#0000000d;padding:.5rem 1rem;border-radius:9999px;font-size:.9rem;font-weight:500;margin-bottom:1.5rem}.services-title{font-size:4rem;line-height:1.1;font-family:var(--font-sans);font-weight:500;letter-spacing:-.02em}.services-title em{font-family:var(--font-serif);font-style:italic;font-weight:400}.services-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.services-grid{grid-template-columns:repeat(3,1fr)}}.service-card{display:flex;flex-direction:column;gap:1.5rem;transition:transform .3s ease}.service-card:hover{transform:translateY(-8px)}.service-icon-container{width:60px;height:60px;border-radius:16px;background-color:#000;color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:transform .3s ease}.service-card:hover .service-icon-container{transform:scale(1.1) rotate(5deg);background-color:var(--color-accent)}.service-card h3{font-size:1.75rem;font-family:var(--font-sans);font-weight:500;letter-spacing:-.01em}.service-card p{font-size:1rem;color:#666;line-height:1.6}.case-study{padding:6rem 0}.case-study-container{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media(min-width:968px){.case-study-container{grid-template-columns:1fr 1fr;gap:6rem}.case-study-reversed .case-study-image-col{order:2}}.case-study-image-col{position:relative}.case-image-wrapper{position:relative;border-radius:40px;overflow:hidden;box-shadow:0 20px 40px #0000001a}.case-image{width:100%;display:block;transition:transform .5s ease}.case-image:hover{transform:scale(1.02)}.brand-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-family:Brush Script MT,"Cursive",sans-serif;font-size:5rem;color:#fff;text-shadow:0 4px 10px rgba(0,0,0,.3);pointer-events:none}.case-content-col{display:flex;flex-direction:column;gap:2rem}.case-tag{display:inline-block;background-color:#0000000d;padding:.5rem 1rem;border-radius:4px;font-size:.9rem;font-weight:500;align-self:flex-start}.case-title{font-size:3.5rem;line-height:1.1;font-family:var(--font-sans);font-weight:500;letter-spacing:-.02em}.case-title em{font-family:var(--font-serif);font-style:italic;font-weight:400}.case-description{font-size:1.1rem;color:#666;line-height:1.6}.case-stats{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:1rem}.stat-item h4{font-size:3rem;font-weight:500;font-family:var(--font-sans);line-height:1;margin-bottom:.5rem}.stat-item p{font-weight:600;font-size:1.1rem;color:var(--color-text);margin-bottom:.25rem}.stat-item span{font-size:.9rem;color:#888}.process-section{padding:8rem 0;text-align:center}.process-header{margin-bottom:6rem;max-width:800px;margin-left:auto;margin-right:auto}.process-tag{display:inline-block;background-color:#0000000d;padding:.5rem 1rem;border-radius:9999px;font-size:.9rem;font-weight:500;margin-bottom:1.5rem}.process-title{font-size:3.5rem;line-height:1.1;font-family:var(--font-sans);font-weight:500;letter-spacing:-.02em}.process-title em{font-family:var(--font-serif);font-style:italic;font-weight:400}.process-steps-wrapper{position:relative;max-width:1000px;margin:0 auto}.connector-line{position:absolute;top:50px;left:10%;right:10%;height:100px;z-index:0;pointer-events:none;display:none}@media(min-width:768px){.connector-line{display:block}}.process-grid{display:grid;grid-template-columns:1fr;gap:4rem;position:relative;z-index:1}@media(min-width:768px){.process-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.process-step{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.icon-box{width:60px;height:60px;background-color:#000;border-radius:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px #00000008;margin-bottom:1rem;color:#fff;transition:transform .3s ease}.process-step:hover .icon-box{transform:scale(1.1) rotate(5deg);background-color:var(--color-accent)}.icon-box svg{color:currentColor}.process-step h3{font-size:1.5rem;font-weight:500;font-family:var(--font-sans)}.process-step p{color:#666;font-size:1rem;line-height:1.6;max-width:300px}.testimonial-section{padding:6rem 0}.testimonial-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1000px;margin:0 auto}@media(min-width:768px){.testimonial-grid{grid-template-columns:1.2fr 1fr}}.testimonial-card,.testimonial-image-card{border-radius:32px;overflow:hidden}.testimonial-card{background-color:#f8f6f2;padding:3rem;display:flex;flex-direction:column;justify-content:center;gap:2rem;position:relative}.quote-icon{background-color:#000;color:#fff;width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;position:absolute;top:3rem;left:3rem}.quote-content{margin-top:4rem}.quote-text{font-family:var(--font-sans);font-size:1.75rem;font-weight:500;line-height:1.2;letter-spacing:-.02em;margin-bottom:2rem}.quote-text em{font-family:var(--font-serif);font-style:italic;font-weight:400}.quote-author{font-size:.95rem;color:#666;font-weight:500}.testimonial-image-card{position:relative;max-width:440px;height:400px;margin:0 auto}.testimonial-image{width:100%;height:100%;object-fit:cover}.testimonial-overlay-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-family:Brush Script MT,"Cursive",sans-serif;font-size:4rem;color:#fff;text-shadow:0 4px 10px rgba(0,0,0,.3)}.comparison-section{padding:8rem 0;text-align:center}.comparison-header{margin-bottom:5rem;max-width:800px;margin-left:auto;margin-right:auto}.comparison-title{font-size:3.5rem;line-height:1;font-family:var(--font-sans);font-weight:500;letter-spacing:-.02em}.comparison-title em{font-family:var(--font-serif);font-style:italic;font-weight:400}.comparison-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:900px;margin:0 auto}@media(min-width:768px){.comparison-grid{grid-template-columns:1fr 1fr}}.comparison-card{padding:3rem 2rem;border-radius:24px;text-align:left}.comparison-card.others{background-color:transparent;background-color:#f8f6f2;opacity:.7}.comparison-card.viral{background-color:#f8f6f2;box-shadow:0 20px 40px #0000000d;position:relative;overflow:hidden}.comparison-card-header{margin-bottom:2rem;font-size:1.5rem;font-weight:600;font-family:var(--font-sans);display:flex;align-items:center;gap:.5rem}.others .comparison-card-header{color:#999}.viral-logo-small{display:inline-flex;align-items:center;gap:.25rem;font-weight:700;color:#000}.comparison-list{list-style:none;display:flex;flex-direction:column;gap:1.5rem}.comparison-item{display:flex;align-items:flex-start;gap:1rem;font-size:.95rem;line-height:1.4}.item-icon{flex-shrink:0;margin-top:2px}.others .comparison-item{color:#888}.viral .comparison-item{color:#000;font-weight:500}.team-section{padding:8rem 0}.team-header{text-align:center;margin-bottom:5rem;max-width:800px;margin-left:auto;margin-right:auto}.team-title{font-size:3.5rem;line-height:1.1;font-family:var(--font-sans);font-weight:500;letter-spacing:-.02em}.team-title em{font-family:var(--font-serif);font-style:italic;font-weight:400}.team-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1000px;margin:0 auto}@media(min-width:768px){.team-grid{grid-template-columns:repeat(3,1fr)}}.team-member{display:flex;flex-direction:column;gap:1.5rem}.member-image-wrapper{aspect-ratio:3/4;border-radius:20px;overflow:hidden;background-color:#ddd}.member-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.member-image:hover{transform:scale(1.03)}.member-info h3{font-size:1.25rem;font-weight:600;font-family:var(--font-sans);margin-bottom:.25rem;letter-spacing:-.01em}.member-info p{color:#888;font-size:.9rem;font-weight:500}.faq-section{padding:8rem 0}.faq-card{background-color:#f8f6f2;border-radius:40px;padding:5rem 3rem;max-width:800px;margin:0 auto;position:relative}.faq-floating-icon{position:absolute;top:-30px;right:10%;width:80px;height:80px;background-color:#000;border-radius:20px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 10px 30px #0000001a}.faq-header{margin-bottom:4rem}.faq-tag{display:inline-block;background-color:#0000000d;padding:.5rem 1rem;border-radius:9999px;font-size:.9rem;font-weight:500;margin-bottom:1.5rem}.faq-title{font-size:3rem;line-height:1;font-family:var(--font-serif);font-style:italic;font-weight:400}.faq-title span{font-family:var(--font-sans);font-style:normal;display:block}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background-color:#edeae4;border-radius:12px;overflow:hidden;transition:background-color .2s}.faq-question{padding:1.5rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;width:100%;text-align:left;background:none;border:none;font-size:1.1rem;font-weight:500;font-family:var(--font-sans);color:var(--color-text)}.faq-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background-color:#000;color:#fff;border-radius:4px;transition:transform .3s ease}.faq-item.open .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;padding:0 1.5rem;font-size:1rem;color:#666;line-height:1.6}.faq-item.open .faq-answer{max-height:200px;padding-bottom:1.5rem}.cta-section{padding:6rem 0}.cta-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1000px;margin:0 auto}@media(min-width:768px){.cta-grid{grid-template-columns:1fr 1fr}}.cta-card{background-color:#fffbf5;border-radius:40px;padding:4rem 3rem;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;position:relative;min-height:500px}.cta-icon-float{position:absolute;top:-30px;left:50%;transform:translate(-50%);width:60px;height:60px;background-color:#000;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 10px 20px #0000001a}.cta-tag{display:inline-block;background-color:#0000000d;padding:.5rem 1rem;border-radius:9999px;font-size:.9rem;font-weight:500;margin-bottom:2rem}.cta-title{font-size:3rem;line-height:1.1;font-family:var(--font-sans);font-weight:500;margin-bottom:1.5rem;letter-spacing:-.02em}.cta-title em{font-family:var(--font-serif);font-style:italic;font-weight:400}.cta-description{color:#666;margin-bottom:3rem;line-height:1.6;max-width:350px}.cta-button{background-color:var(--color-accent);color:#fff;padding:1rem 2rem;border-radius:9999px;font-weight:500;font-size:1rem;text-decoration:none;transition:transform .2s,background-color .2s}.cta-button:hover{transform:scale(1.05);background-color:#222}.cta-card.right{display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:#fffbf5;padding:0}.cta-image{width:100%;height:100%;object-fit:cover;transform:none;border-radius:40px}.footer{padding:4rem 0;background-color:transparent;font-family:var(--font-sans)}.footer-grid{display:grid;grid-template-columns:1fr;gap:4rem;max-width:1000px;margin:0 auto}@media(min-width:768px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}.footer-column{display:flex;flex-direction:column;gap:1.5rem}.footer-logo-row{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.25rem;margin-bottom:1rem}.footer-logo-icon{background-color:#000;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:2px}.footer-motto{font-size:1.5rem;font-weight:500;line-height:1.2;letter-spacing:-.02em;max-width:250px}.footer-motto em{font-family:var(--font-serif);font-style:italic}.footer-credits{font-size:.85rem;color:#888;margin-top:auto}.social-icons-footer{display:flex;gap:1rem;margin-top:1rem}.social-icon-circle{width:40px;height:40px;background-color:#000;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .2s}.social-icon-circle:hover{transform:scale(1.1)}.footer-heading{font-size:.9rem;font-weight:600;color:#000;margin-bottom:.5rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:1rem}.footer-links li a{text-decoration:none;color:#666;font-size:.95rem;transition:color .2s}.footer-links li a:hover{color:#000}
