.landing-home{--bg-app:#111;--bg-surface:#181818;--bg-search:#222;--border-line:#222;--border-hover:#333;--accent-gold:#ffd997;--gold-light:#d4af37;--gold-dark:#996515;--accent-pink:#ffd997;--text-main:#fff;--text-muted:#a3a3a3;--text-dark:#666;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;color:#fff;-webkit-font-smoothing:antialiased;background:#111;line-height:1.6;overflow-x:hidden}.landing-home .container{max-width:1200px;margin:0 auto;padding:0 32px}.landing-home .section{border-bottom:1px solid var(--border-line);padding:120px 0}.landing-home .section-header{margin-bottom:60px}.landing-home .section-title{color:var(--text-main);letter-spacing:-.5px;margin-bottom:12px;font-size:2.2rem;font-weight:700}.landing-home .section-p{color:var(--text-muted);font-size:1.05rem}.landing-home .text-center{text-align:center}.landing-home .flex-header{justify-content:space-between;align-items:flex-end;gap:40px;display:flex}.landing-home .pulse-dot{background:var(--accent-gold);width:6px;height:6px;box-shadow:0 0 10px var(--accent-gold);border-radius:50%}.landing-home .hero-accent{color:var(--accent-gold);font-weight:800}.landing-home .hero-cta-group{justify-content:center;align-items:center;gap:20px;margin-bottom:80px;display:flex}.landing-home .btn-primary{background:var(--accent-gold);color:#0a0a0a;border-radius:var(--radius-sm);cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;padding:16px 32px;font-family:inherit;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .2s,background .2s;display:inline-flex}.landing-home .btn-primary:hover{background:var(--gold-light);transform:translateY(-3px)}.landing-home .btn-outline{color:var(--text-main);border:1px solid var(--border-line);border-radius:var(--radius-sm);cursor:pointer;background:0 0;justify-content:center;align-items:center;padding:16px 32px;font-size:1rem;font-weight:500;text-decoration:none;transition:background .2s,border-color .2s;display:inline-flex}.landing-home .read-more{color:var(--accent-pink);align-items:center;gap:6px;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex}.landing-why .benefit-card{height:100%;transition:transform .42s cubic-bezier(.23,1,.32,1),border-color .32s,background-color .32s,box-shadow .32s}.landing-why .benefit-card:after{content:"";opacity:0;pointer-events:none;background:radial-gradient(80% 80% at 80% 10%,#ffd9971f,#0000 65%);border-radius:1.5rem;transition:opacity .32s;position:absolute;inset:-1px}.landing-why .benefit-card:hover{background-color:#ffd9970f;border-color:#ffd99773;transform:translateY(-8px);box-shadow:0 24px 40px #00000059}.landing-why .benefit-card:hover:after{opacity:1}.landing-why .benefit-card .benefit-icon-wrap{color:#ffd997;background:#ffd9971a;border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:32px;transition:background .32s,transform .32s cubic-bezier(.23,1,.32,1);display:flex}.landing-why .benefit-card:hover .benefit-icon-wrap{background:#ffd99738;transform:scale(1.08)rotate(-4deg)}.landing-why .benefit-card .benefit-icon{transition:none}.landing-why .benefit-card-sm,.landing-why .benefit-card-lg{min-height:320px}@media (min-width:768px){.landing-why .benefit-card-sm,.landing-why .benefit-card-lg{min-height:360px}.landing-why .benefit-card-lg{min-height:420px}}.landing-why .reveal{opacity:0;animation:.76s cubic-bezier(.23,1,.32,1) forwards whyFadeUp;transform:translateY(24px)}.landing-why .reveal-1{animation-delay:80ms}.landing-why .reveal-2{animation-delay:.16s}.landing-why .reveal-3{animation-delay:.26s}.landing-why .reveal-4{animation-delay:.36s}.landing-why .reveal-5{animation-delay:.46s}.landing-why .why-pulse-line{animation:2.2s ease-in-out infinite whyPulseLine}@keyframes whyFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes whyPulseLine{0%,to{opacity:.55}50%{opacity:1}}@media (prefers-reduced-motion:reduce){.landing-why .reveal{opacity:1;animation:none;transform:none}.landing-why .why-pulse-line{animation:none}}.landing-home .steps-grid{grid-template-columns:1fr auto 1fr auto 1fr;align-items:flex-start;gap:20px;margin-top:60px;display:grid}.landing-home .step-card{background:var(--bg-surface);border:1px solid var(--border-line);border-radius:var(--radius-lg);text-align:center;flex-direction:column;align-items:center;padding:40px 32px;display:flex}.landing-home .step-icon{border:1px solid var(--border-line);background:var(--bg-app);width:60px;height:60px;color:var(--accent-pink);border-radius:50%;justify-content:center;align-items:center;margin-bottom:24px;display:flex;position:relative}.landing-home .step-icon .dot{background:var(--accent-pink);border:2px solid var(--bg-app);border-radius:50%;width:12px;height:12px;position:absolute;top:-2px;right:-2px}.landing-home .step-title{margin-bottom:12px;font-size:1.25rem;font-weight:600}.landing-home .step-desc{color:var(--text-muted);font-size:.95rem;line-height:1.6}.landing-home .step-line{background:var(--border-line);width:40px;height:2px;margin-top:70px}.landing-home .drops-grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.landing-home .drops-grid.full-width-layout{grid-template-columns:repeat(5,1fr);gap:24px;padding:0 40px}.landing-home .drop-card{background:var(--bg-surface);border:1px solid var(--border-line);border-radius:20px;flex-direction:column;padding:12px;transition:transform .3s,border-color .3s;display:flex;box-shadow:0 4px 20px #0003}.landing-home .drop-card:hover{border-color:var(--accent-gold);transform:translateY(-8px)}.landing-home .drop-img{background:#1a1a1a;border-radius:12px;flex:0 0 220px;height:220px;position:relative;overflow:hidden}.landing-home .drop-img img{object-fit:cover;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.landing-home .drop-badge-left{background:var(--accent-gold);color:#000;border-radius:100px;padding:6px 14px;font-size:.75rem;font-weight:700;position:absolute;top:12px;left:12px}.landing-home .drop-badge-right{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--text-main);background:#2a2a2acc;border:1px solid #ffffff1a;border-radius:100px;padding:6px 14px;font-size:.75rem;font-weight:600;position:absolute;top:12px;right:12px}.landing-home .drop-content{flex-direction:column;flex:1;gap:12px;padding:20px 8px 8px;display:flex}.landing-home .drop-title{color:var(--text-main);margin-bottom:2px;font-size:1.5rem;font-weight:800}.landing-home .drop-desc{color:var(--text-muted);margin-bottom:12px;font-size:.95rem}.landing-home .drop-stats{flex-direction:column;gap:10px;margin-bottom:24px;display:flex}.landing-home .stat-row{color:var(--text-main);align-items:center;gap:10px;font-size:.9rem;font-weight:500;display:flex}.landing-home .stat-row svg{color:var(--text-muted)}.landing-home .drop-actions{grid-template-columns:1.2fr 1fr;gap:12px;display:grid}.landing-home .btn-drop-primary{background:var(--accent-gold);color:#000;border-radius:100px;justify-content:center;align-items:center;gap:8px;padding:12px;font-size:.9rem;font-weight:700;text-decoration:none;display:flex}.landing-home .btn-drop-secondary{color:var(--text-main);border:1px solid var(--border-line);background:#000;border-radius:100px;justify-content:center;align-items:center;padding:12px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.landing-home .btn-drop-secondary:hover{border-color:var(--text-muted);background:#1a1a1a}.landing-home .tab-list{background:var(--bg-surface);border:1px solid var(--border-line);border-radius:100px;gap:8px;padding:6px;display:flex}.landing-home .tab{color:var(--text-muted);border-radius:100px;padding:8px 16px;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.landing-home .tab.active{background:var(--border-hover);color:var(--text-main)}.landing-home .photo-grid.large-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-auto-rows:280px;grid-auto-flow:dense;gap:8px;width:100%;display:grid}.landing-home .photo-card{background:var(--bg-search);border:1px solid var(--border-line);width:100%;height:100%;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.landing-home .photo-card.grid-wide{grid-column:span 2}.landing-home .photo-card.grid-tall{grid-row:span 2}.landing-home .photo-card.grid-big{grid-area:span 2/span 2}.landing-home .photo-card img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.165,.84,.44,1)}.landing-home .photo-card:hover{z-index:10;border-color:var(--accent-gold);box-shadow:0 20px 40px #00000080}.landing-home .photo-card:hover img{transform:scale(1.08)}.landing-home .photo-card:after{content:"";opacity:0;background:linear-gradient(#0000 40%,#000c 100%);transition:opacity .3s;position:absolute;inset:0}.landing-home .photo-card:hover:after{opacity:1}.landing-home .view-all-wrapper{justify-content:center;margin-top:60px;display:flex}.landing-home .cta-strip{background:var(--bg-surface);border-top:4px solid var(--accent-pink);color:#fff;padding:80px 0}.landing-home .cta-flex{justify-content:space-between;align-items:center;display:flex}.landing-home .cta-text h2{margin-bottom:8px;font-size:2.5rem;font-weight:800}.landing-home .cta-text p{opacity:.9;font-size:1.1rem}.landing-home .app-footer{border-top:1px solid var(--border-line);color:var(--text-main);background:#0a0a0a;padding:40px 0 2px;overflow:hidden}.landing-home .footer-full-width{width:100%;padding:0 40px}.landing-home .footer-nav-grid{justify-content:flex-end;gap:120px;padding:20px 0 40px;display:flex}.landing-home .footer-nav-group{flex-direction:column;gap:12px;display:flex}.landing-home .footer-nav-group a{color:var(--text-main);font-size:1.1rem;font-weight:700;text-decoration:none;transition:color .3s}.landing-home .footer-nav-group a:hover{color:var(--accent-gold)}.landing-home .footer-banner-text{text-align:left;-webkit-user-select:none;user-select:none;padding:0;overflow:hidden}.landing-home .banner-flex{justify-content:space-between;align-items:center;gap:40px;width:100%;font-size:clamp(3rem,10vw,10rem);display:flex}.landing-home .banner-word{letter-spacing:-.02em;color:var(--accent-gold);text-transform:uppercase;cursor:pointer;font-weight:950;line-height:1;display:flex}.landing-home .banner-word span{background-position:50%;background-size:cover;-webkit-background-clip:text;background-clip:text;transition:all .5s cubic-bezier(.175,.885,.32,1.275);display:inline-block}.landing-home .banner-word span:hover{color:#0000;filter:drop-shadow(0 15px 20px #ffd99740);background-image:url(/photo1.webp);transform:translateY(-8px)scale(1.05)}.landing-home .banner-text-block{flex-direction:column;align-items:flex-start;display:flex}.landing-home .banner-brand{background:linear-gradient(135deg,#fff 0%,#a3a3a3 100%);-webkit-text-fill-color:transparent;letter-spacing:.1em;text-transform:uppercase;filter:drop-shadow(0 4px 10px #ffffff1a);-webkit-background-clip:text;background-clip:text;margin-bottom:0;margin-left:clamp(1.1rem,2.2vw,2.4rem);font-size:clamp(1rem,2.5vw,1.8rem);font-weight:900;line-height:1}.landing-home .banner-subtext{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);opacity:.8;text-align:left;white-space:nowrap;margin-top:15px;font-size:.85rem;font-weight:400;line-height:1.5}.landing-home .footer-rect{background:linear-gradient(90deg, var(--gold-dark), var(--accent-gold), #fff, var(--accent-gold), var(--gold-dark));cursor:pointer;background-size:300% 100%;border-radius:100px 0 0 100px;flex:1;height:.85em;transition:transform .5s cubic-bezier(.4,0,.2,1);animation:6s linear infinite shimmerFooter;position:relative;overflow:hidden;box-shadow:inset 0 0 20px #0000001a,0 0 40px #ffd99726}.landing-home .footer-rect:hover{transform-origin:100%;transform:scaleX(1.03);box-shadow:inset 0 0 20px #0000000d,0 0 60px #ffd9974d}@keyframes shimmerFooter{0%{background-position:100% 0}to{background-position:-50% 0}}.landing-home .footer-legal-bar{border-top:1px solid var(--border-line);justify-content:space-between;align-items:center;padding:15px 0 6px;display:flex}.landing-home .legal-left{gap:30px;display:flex}.landing-home .legal-left a{color:var(--text-muted);font-size:.8rem;font-weight:500;text-decoration:none}.landing-home .legal-left a:hover{color:var(--text-main)}.landing-home .copy{color:var(--text-dark);font-size:.8rem}@media (max-width:1024px){.landing-home .steps-grid{grid-template-columns:1fr;gap:0}.landing-home .step-line{width:2px;height:40px;margin:0 auto}.landing-home .drops-grid.full-width-layout{grid-template-columns:repeat(3,1fr)}.landing-home .photo-grid.large-grid{grid-template-columns:repeat(2,1fr)}.landing-home .flex-header{flex-direction:column;align-items:flex-start;gap:24px}}@media (max-width:768px){.landing-home .drops-grid.full-width-layout{grid-template-columns:1fr}.landing-home .cta-flex{flex-direction:column;align-items:flex-start;gap:40px}.landing-home .footer-nav-grid{flex-wrap:wrap;justify-content:flex-start;gap:30px}.landing-home .footer-legal-bar{flex-direction:column;align-items:flex-start;gap:20px}.landing-home .nowrap-line{white-space:normal}.landing-home .home-hero{padding:100px 20px 0}}@media (max-width:500px){.landing-home .hero-title{font-size:2.5rem}.landing-home .hero-cta-group{flex-direction:column;width:100%}.landing-home .hero-cta-group a{text-align:center;width:100%}}.landing-home .home-hero{border-bottom:none;justify-content:center;align-items:center;min-height:100vh;padding:120px 32px 0;display:flex;position:relative}.landing-home .hero-bg-overlay{opacity:.8;filter:grayscale(0);z-index:0;background:url(/photo1.webp) 50%/cover no-repeat;position:absolute;inset:0}.landing-home .home-hero:after{content:"";z-index:1;background:linear-gradient(#0a0a0a33 0%,#0a0a0a99 70%,#111 100%);position:absolute;inset:0}.landing-home .hero-content{z-index:2;text-align:center;width:100%;max-width:1400px;position:relative}.landing-home .hero-badge{-webkit-backdrop-filter:blur(10px);color:#ffd997;text-transform:uppercase;letter-spacing:.1em;background:#0a0a0a4d;border:1px solid #ffd99733;border-radius:100px;align-items:center;gap:8px;margin-bottom:40px;padding:8px 20px;font-size:.8rem;font-weight:700;display:inline-flex}.landing-home .pulse-dot{background:#ffd997;border-radius:50%;width:6px;height:6px;box-shadow:0 0 10px #ffd997}.landing-home .hero-title{letter-spacing:-.03em;text-transform:uppercase;margin-bottom:32px;font-size:clamp(3rem,7vw,6.5rem);font-weight:900;line-height:.95}.landing-home .nowrap-line{white-space:nowrap;display:inline-block}.landing-home .hero-accent{color:#ffd997}.landing-home .hero-subtitle{color:#ffffffb3;max-width:600px;margin:0 auto 56px;font-size:1.25rem;font-weight:400;line-height:1.6}.landing-home .hero-cta-group{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;margin-bottom:80px;display:flex}.landing-home .btn-primary{color:#0a0a0a;cursor:pointer;background:#ffd997;border:none;border-radius:6px;justify-content:center;align-items:center;gap:8px;padding:16px 32px;font-family:inherit;font-size:1rem;font-weight:700;transition:transform .2s,background .2s;display:inline-flex}.landing-home .btn-primary:hover{transform:translateY(-3px)}.landing-home .btn-outline{color:#fff;cursor:pointer;background:0 0;border:1px solid #222;border-radius:6px;justify-content:center;align-items:center;padding:16px 32px;font-size:1rem;font-weight:500;transition:background .2s,border-color .2s;display:inline-flex}.landing-home .btn-outline:hover{background:#333;border-color:#666}@media (max-width:768px){.landing-home .nowrap-line{white-space:normal}.landing-home .home-hero{padding:100px 20px 0}}.landing-home.landing-photo-contest{--accent-primary:#ffd997;--glass-bg:#0a0a0a66;--glass-border:#ffffff1a;background:#08080a}.landing-home.landing-photo-contest .glass-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(24px);border:1px solid var(--glass-border);border-radius:var(--radius-xl);box-shadow:0 20px 40px #00000080}.landing-home.landing-photo-contest .saas-hero{background:url(/photo5.webp) 50%/cover no-repeat;justify-content:center;align-items:center;min-height:100vh;padding:140px 32px 80px;display:flex;position:relative;overflow:hidden}.landing-home.landing-photo-contest .saas-hero:before{content:"";z-index:1;background:linear-gradient(#08080a1a 0%,#08080ae6 80%,#08080a 100%);position:absolute;inset:0}.landing-home.landing-photo-contest .hero-content-wrapper{z-index:2;text-align:center;max-width:900px;position:relative}.landing-home.landing-photo-contest .hero-badge-glass{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#00000080;border:1px solid #ffd9974d;border-radius:100px;align-items:center;gap:12px;margin-bottom:32px;padding:8px 24px;display:inline-flex}.landing-home.landing-photo-contest .hero-badge-glass .badge-text{color:var(--accent-primary);text-transform:uppercase;letter-spacing:2px;font-size:.85rem;font-weight:700}.landing-home.landing-photo-contest .saas-title{letter-spacing:-.04em;text-transform:uppercase;margin-bottom:24px;font-size:clamp(3.5rem,8vw,6rem);font-weight:900;line-height:1.05}.landing-home.landing-photo-contest .text-gradient{color:#fff}.landing-home.landing-photo-contest .text-neon{color:var(--accent-primary);text-transform:lowercase;font-family:serif;font-style:italic;font-weight:400}.landing-home.landing-photo-contest .saas-subtitle{color:#d1d1d1;margin-bottom:48px;max-width:700px;margin-inline:auto;font-size:1.25rem;line-height:1.6}.landing-home.landing-photo-contest .btn-neon{background:var(--accent-primary);color:#000;cursor:pointer;border:none;border-radius:100px;align-items:center;gap:12px;padding:18px 40px;font-size:1.1rem;font-weight:800;text-decoration:none;transition:all .3s;display:inline-flex}.landing-home.landing-photo-contest .btn-neon:hover{transform:translateY(-4px);box-shadow:0 10px 30px #ffd99733}.landing-home.landing-photo-contest .big-neon-btn{padding:24px 56px;font-size:1.2rem}.landing-home.landing-photo-contest .workflow-section{padding:160px 0;position:relative}.landing-home.landing-photo-contest .timeline-grid{flex-direction:column;gap:120px;margin-top:100px;display:flex}.landing-home.landing-photo-contest .timeline-step{align-items:center;gap:80px;display:flex}.landing-home.landing-photo-contest .timeline-step:nth-child(2n){flex-direction:row-reverse}.landing-home.landing-photo-contest .timeline-image{border-radius:var(--radius-xl);border:1px solid var(--glass-border);flex:1;height:500px;position:relative;overflow:hidden;box-shadow:0 30px 60px #000c}.landing-home.landing-photo-contest .timeline-image img{object-fit:cover;width:100%;height:100%;transition:transform .8s}.landing-home.landing-photo-contest .timeline-step:hover .timeline-image img{transform:scale(1.05)}.landing-home.landing-photo-contest .timeline-content{flex:1;padding:20px}.landing-home.landing-photo-contest .timeline-number{color:#0000;-webkit-text-stroke:2px #ffd99733;z-index:0;margin-bottom:-40px;font-size:8rem;font-weight:900;line-height:1;position:relative}.landing-home.landing-photo-contest .timeline-content h3{color:#fff;z-index:1;margin-bottom:24px;font-size:2.5rem;font-weight:800;position:relative}.landing-home.landing-photo-contest .timeline-content p{color:#ccc;z-index:1;font-size:1.25rem;line-height:1.6;position:relative}.landing-home.landing-photo-contest .features-section{padding:120px 0}.landing-home.landing-photo-contest .bento-grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:minmax(350px,auto);gap:24px;margin-top:60px;display:grid}.landing-home.landing-photo-contest .bento-card{border-radius:var(--radius-xl);background-color:var(--glass-bg);border:1px solid #ffffff0d;flex-direction:column;justify-content:flex-end;padding:40px;transition:all .4s;display:flex;position:relative;overflow:hidden;background-position:50%!important;background-size:cover!important}.landing-home.landing-photo-contest .bento-card:hover{border-color:var(--accent-primary);transform:translateY(-5px);box-shadow:0 20px 50px #000c}.landing-home.landing-photo-contest .bento-card:before{content:"";z-index:0;background:linear-gradient(#08080a33 0%,#08080af2 90%);position:absolute;inset:0}.landing-home.landing-photo-contest .bento-wide{grid-column:span 2}.landing-home.landing-photo-contest .bento-card>*{z-index:1;position:relative}.landing-home.landing-photo-contest .bento-card h3{color:#fff;margin-bottom:16px;font-size:2rem;font-weight:800}.landing-home.landing-photo-contest .bento-card p{color:#d1d1d1;font-size:1.1rem;line-height:1.6}.landing-home.landing-photo-contest .bento-icon{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:50px;height:50px;color:var(--accent-primary);background:#00000080;border:1px solid #ffd9974d;border-radius:50%;justify-content:center;align-items:center;margin-bottom:auto;display:flex}.landing-home.landing-photo-contest .preview-section{background:var(--glass-bg);border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;padding:120px 0}.landing-home.landing-photo-contest .preview-browser{border:1px solid var(--glass-border);border-radius:16px;margin-top:60px;overflow:hidden;box-shadow:0 30px 60px #000c}.landing-home.landing-photo-contest .browser-header{background:#111;gap:8px;padding:12px 20px;display:flex}.landing-home.landing-photo-contest .browser-dot{border-radius:50%;width:12px;height:12px}.landing-home.landing-photo-contest .dot-r{background:#555}.landing-home.landing-photo-contest .dot-y{background:#666}.landing-home.landing-photo-contest .dot-g{background:#777}.landing-home.landing-photo-contest .browser-content{background:#08080a;padding:40px}.landing-home.landing-photo-contest .contest-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.landing-home.landing-photo-contest .testimonials-section{padding:120px 0}.landing-home.landing-photo-contest .testimonials-grid{grid-template-columns:repeat(2,1fr);gap:32px;margin-top:60px;display:grid}.landing-home.landing-photo-contest .testimonial-card{padding:40px}.landing-home.landing-photo-contest .quote-icon{color:var(--accent-primary);opacity:.5;margin-bottom:20px;font-family:serif;font-size:4rem;line-height:1}.landing-home.landing-photo-contest .testimonial-text{color:#fff;margin-bottom:32px;font-size:1.25rem;font-style:italic;line-height:1.6}.landing-home.landing-photo-contest .testimonial-author{align-items:center;gap:16px;display:flex}.landing-home.landing-photo-contest .author-img{border:2px solid var(--glass-border);border-radius:50%;width:50px;height:50px}.landing-home.landing-photo-contest .author-info h4{margin-bottom:4px;font-size:1.1rem;font-weight:700}.landing-home.landing-photo-contest .author-info p{color:#a3a3a3;font-size:.9rem}.landing-home.landing-photo-contest .saas-cta{text-align:center;background:url(/photo6.webp) center / cover auto;padding:160px 0;position:relative}.landing-home.landing-photo-contest .saas-cta:before{content:"";background:linear-gradient(#08080a 0%,#08080a99 50%,#08080a 100%);position:absolute;inset:0}.landing-home.landing-photo-contest .saas-cta .container{z-index:2;position:relative}.landing-home.landing-photo-contest .saas-cta h2{text-transform:uppercase;margin-bottom:24px;font-size:3.5rem;font-weight:900}.landing-home.landing-photo-contest .saas-cta p{color:#ccc;margin-bottom:40px;font-size:1.2rem}.landing-home.landing-photo-contest .section-title.saas-h2{color:#fff;text-transform:uppercase;letter-spacing:-1px;font-size:3rem}@media (max-width:992px){.landing-home.landing-photo-contest .timeline-step,.landing-home.landing-photo-contest .timeline-step:nth-child(2n){text-align:center;flex-direction:column;gap:40px}.landing-home.landing-photo-contest .timeline-image{width:100%;height:350px}.landing-home.landing-photo-contest .timeline-number{margin-bottom:-20px;font-size:6rem}.landing-home.landing-photo-contest .timeline-grid{gap:80px}.landing-home.landing-photo-contest .contest-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.landing-home.landing-photo-contest .testimonials-grid{grid-template-columns:1fr}.landing-home.landing-photo-contest .saas-title{font-size:3rem}.landing-home.landing-photo-contest .bento-grid{grid-template-columns:1fr}.landing-home.landing-photo-contest .bento-wide{grid-column:span 1}}@media (max-width:768px){.landing-home.landing-photo-contest .contest-grid{grid-template-columns:1fr}}
