.recipe-page{padding-top:100px;min-height:100vh;background:var(--cream)}.recipe-container{max-width:1080px;margin:0 auto;padding:2rem 5%}.recipe-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;gap:1.5rem}.loader{width:50px;height:50px;border:4px solid rgba(22,57,47,.1);border-top-color:#16392f;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.recipe-loading p{color:#5a6a65;font-size:1rem}.recipe-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;text-align:center;gap:1rem}.error-icon{font-size:4rem}.recipe-error h2{font-family:Fraunces,serif;color:#16392f;font-size:1.8rem}.recipe-error p{color:#5a6a65;margin-bottom:1rem}.recipe-header{display:grid;gap:2rem;margin-bottom:2rem;align-items:center}.recipe-header-content{order:1}.recipe-source{text-align:right;margin-top:30px}.recipe-source>a{display:inline-block;background:var(--forest-deep);color:var(--cream);padding:.7rem 1rem;border-radius:50px;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .3s ease}.recipe-source>a svg{width:18px;height:18px;margin-bottom:-5px;margin-left:10px}.recipe-source>a:hover{background:var(--forest-light);transform:translateY(-5px);box-shadow:0 15px 40px #16392f33}.recipe-title{font-family:Fraunces,serif;font-size:clamp(2rem,4vw,3rem);color:#16392f;line-height:1.2;margin-bottom:1.5rem}.recipe-meta{display:flex;flex-wrap:wrap;gap:1.5rem}.meta-item{display:flex;align-items:center;gap:.5rem;color:#5a6a65;font-size:1rem}.meta-item svg{color:#34603d}.recipe-image-container{order:2}.recipe-image{width:100%;height:350px;object-fit:cover;border-radius:24px;box-shadow:0 20px 60px #16392f26}.recipe-body{display:grid;grid-template-columns:1fr 2fr;gap:3rem}.recipe-section h2{font-family:Fraunces,serif;font-size:1.4rem;color:#16392f;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid rgba(22,57,47,.1)}.ingredients-section{background:#fff;padding:1rem 1.5rem;border-radius:20px;height:fit-content}.servings-adjuster{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:.75rem 1rem;background:#16392f0d;border-radius:12px;font-size:.95rem;color:#16392f;justify-content:space-between}.adjuster-btn{width:32px;height:32px;border:none;background:#16392f;color:#fff;border-radius:8px;font-size:1.2rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.adjuster-btn:hover{background:#34603d;transform:scale(1.05)}.ingredients-list{list-style:none;padding:0;margin:0}.ingredients-list li{display:flex;gap:.75rem;padding:.75rem 0;border-bottom:1px solid rgba(22,57,47,.08);color:#5a6a65}.ingredients-list li:last-child{border-bottom:none}.ingredient-quantity{font-weight:600;color:#16392f;min-width:80px;text-align:right}.ingredient-name{flex:1}.instructions-section{grid-column:2;padding-top:16px}.instructions-list{list-style:none;padding:0;margin:0;counter-reset:step}.instructions-list li{display:flex;gap:1rem;margin-bottom:2rem;align-items:flex-start}.step-number{width:40px;height:40px;background:#34603d;color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem;flex-shrink:0;margin-top:2px}.step-content{flex:1;color:#5a6a65;line-height:1.8;padding-top:.4rem;background:#fff;padding:8px 16px;border-radius:12px}.notes-section{grid-column:1 / -1;background:#34603d14;padding:1em 1.5rem;border-radius:20px;margin-top:1rem}.notes-section p{color:#5a6a65;line-height:1.8;margin:0}.recipe-cta{margin-top:4rem;background:linear-gradient(135deg,#16392f,#34603d);border-radius:24px;padding:2.5rem;color:#fff}.recipe-cta .cta-content{display:flex;align-items:center;gap:2rem;max-width:690px}.cta-icon{font-size:3rem;flex-shrink:0}.cta-text{flex:1}.cta-text h3{font-family:Fraunces,serif;font-size:1.4rem;margin-bottom:.5rem}.cta-text p{opacity:.9;font-size:.95rem;margin:0}.recipe-cta .btn-primary{background:#fff;color:#16392f;white-space:nowrap}.recipe-cta .btn-primary:hover{background:#fdf8f3;transform:translateY(-2px)}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:#34603d;text-decoration:none;font-weight:500;margin-top:3rem;padding:.75rem 1.5rem;background:#34603d1a;border-radius:50px;transition:all .3s ease}.back-link:hover{background:#34603d26;transform:translate(-5px)}@media(max-width:900px){.recipe-header{grid-template-columns:1fr;gap:2rem}.recipe-header-content{order:2}.recipe-image-container{order:1}.recipe-image{height:250px}.recipe-body{grid-template-columns:1fr}.ingredients-section{position:static}.instructions-section{grid-column:1}}@media(max-width:600px){.recipe-container{padding:1rem 5%}.recipe-title{font-size:1.8rem}.recipe-meta{gap:1rem}.ingredients-section{padding:1.5rem}.cta-content{flex-direction:column;text-align:center;gap:1.5rem}.recipe-cta .btn-primary{width:100%;justify-content:center}}.legal-page{padding-top:120px;padding-bottom:80px;min-height:100vh;background:var(--cream)}.legal-container{max-width:1000px;margin:0 auto;padding:0 5%}.legal-header{margin-bottom:3rem}.legal-header h1{font-family:Fraunces,serif;font-size:clamp(2rem,4vw,3rem);color:#16392f;margin-bottom:.5rem}.legal-header p{color:#5a6a65;font-size:.95rem}.legal-section{margin-bottom:2.5rem}.legal-section h2{font-family:Fraunces,serif;font-size:1.4rem;color:#16392f;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid rgba(22,57,47,.1)}.legal-section h3{font-family:DM Sans,sans-serif;font-size:1.1rem;color:#16392f;margin:1.5rem 0 .75rem}.legal-section p,.legal-section li{color:#5a6a65;line-height:1.8;margin-bottom:1rem}.legal-section ul{padding-left:1.5rem;margin-bottom:1rem}.legal-section li{margin-bottom:.5rem}.legal-section a{color:#34603d;text-decoration:none;border-bottom:1px solid rgba(52,96,61,.3);transition:border-color .3s ease}.legal-section a:hover{border-color:#34603d}.legal-section strong{color:#16392f}.data-table{width:100%;border-collapse:collapse;margin:1rem 0;font-size:.9rem}.data-table th,.data-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid rgba(22,57,47,.1)}.data-table th{background:#16392f0d;color:#16392f;font-weight:600}.data-table td{color:#5a6a65}.highlight-box{background:#34603d14;border-left:4px solid #34603D;padding:1rem 1.5rem;margin:1.5rem 0;border-radius:0 8px 8px 0}.highlight-box p{margin:0;color:#16392f}.warning-box{background:#e27d601a;border-left:4px solid #E27D60;padding:1rem 1.5rem;margin:1.5rem 0;border-radius:0 8px 8px 0}.warning-box p{margin:0;color:#16392f}.info-box{background:#16392f0d;border-radius:12px;padding:1.5rem;margin:1.5rem 0}.info-box h4{font-family:Fraunces,serif;color:#16392f;margin-bottom:.75rem;font-size:1.1rem}.info-box ul{margin:0}.back-link{display:inline-flex;align-items:center;gap:.75rem;background:var(--forest-deep);color:var(--cream);text-decoration:none;font-weight:500;margin-top:2rem;padding:1rem 2rem;border-radius:50px;transition:all .3s ease}.back-link:hover{background:var(--forest-light);transform:translate(-5px);box-shadow:0 15px 40px #16392f33}@media(max-width:600px){.data-table{font-size:.8rem}.data-table th,.data-table td{padding:.5rem}}.not-found{display:flex;align-items:center;min-height:calc(100vh - 80px);justify-content:center}.not-found-container{text-align:center;padding-top:4rem}.not-found-emoji{font-size:6rem;margin-bottom:1rem;line-height:1}.not-found-title{font-family:Fraunces,serif;font-size:clamp(2rem,4vw,3rem);color:#16392f;margin-bottom:1rem}.not-found-text{color:#5a6a65;font-size:1.1rem;margin-bottom:2rem;max-width:550px;margin-left:auto;margin-right:auto}.not-found-cta{display:inline-block}@media(max-width:480px){.not-found-emoji{font-size:4.5rem}.not-found-text{font-size:1rem}}.household-invite-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:8rem 1.5rem 4rem}.household-invite-card{width:min(680px,100%);text-align:center;background:#fff;border:1px solid rgba(22,57,47,.1);border-radius:24px;padding:2.5rem 2rem;box-shadow:0 24px 40px #16392f14}.household-invite-badge{display:inline-flex;align-items:center;gap:.5rem;background:#16392f14;color:var(--forest-deep);border-radius:999px;padding:.45rem .9rem;font-size:.9rem;font-weight:600;margin-bottom:1rem}.household-invite-card h1{font-family:Fraunces,serif;color:var(--forest-deep);line-height:1.15;font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem}.household-invite-card p{color:var(--text-muted);font-size:1.1rem;max-width:520px;margin:0 auto 2rem}.household-invite-card .btn-primary,.household-invite-card .btn-secondary{display:flex;justify-content:center;width:fit-content;margin-left:auto;margin-right:auto}.household-invite-secondary-cta{margin-top:.9rem}.household-invite-appstore{display:inline-block;margin-top:1rem;color:var(--forest-light);text-decoration:none;font-weight:600}.household-invite-appstore:hover{text-decoration:underline}:root{--forest-deep: #16392F;--forest-light: #34603D;--cream: #E2E5E0;--cream-dark: #F5EDE4;--accent-warm: #E8A87C;--accent-coral: #E27D60;--accent-green: #57cd0d;--text-dark: #1a1a1a;--text-muted: #5a6a65}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:DM Sans,sans-serif;background-color:var(--cream);color:var(--text-dark);line-height:1.6;overflow-x:hidden}nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.5rem 5%;display:flex;justify-content:space-between;align-items:center;background:#e2e5e07f;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(22,57,47,.08);z-index:10000}nav.shadow{box-shadow:0 2px 20px #16392f1a}.logo{font-family:Fraunces,serif;font-size:1.8rem;font-weight:700;color:var(--forest-deep);text-decoration:none;display:flex;align-items:center;gap:.5rem}.logo-icon{width:40px;height:40px;background:linear-gradient(135deg,var(--forest-deep),var(--forest-light));border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.4rem}.logo>img{width:170px}.nav-links{display:flex;gap:2.5rem;align-items:center}.nav-links a{text-decoration:none;color:var(--text-muted);font-weight:500;font-size:.95rem;transition:color .3s ease}.nav-links a:hover{color:var(--forest-deep)}.nav-cta{background:var(--forest-deep)!important;color:var(--cream)!important;padding:.75rem 1.5rem;border-radius:50px;transition:all .3s ease!important}.nav-cta:hover{background:var(--forest-light)!important;transform:translateY(-2px)}.burger-menu{display:none;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;cursor:pointer;z-index:1002;background:none;border:none;padding:0}.burger-menu span{display:block;width:24px;height:2px;background-color:#16392f;border-radius:2px;transition:all .3s ease}.burger-menu span:nth-child(1){margin-bottom:6px}.burger-menu span:nth-child(3){margin-top:6px}.burger-menu.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.burger-menu.active span:nth-child(2){opacity:0}.burger-menu.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-menu{display:none;position:fixed;inset:0;background:#fdf8f3fa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1001;flex-direction:column;justify-content:center;align-items:center;gap:2rem;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.mobile-menu.active{opacity:1;visibility:visible}.mobile-menu a{text-decoration:none;color:#16392f;font-size:1.5rem;font-weight:500;padding:.75rem 1.5rem;transition:all .3s ease;opacity:0;transform:translateY(20px)}.mobile-menu.active a{opacity:1;transform:translateY(0)}.mobile-menu.active a:nth-child(1){transition-delay:.1s}.mobile-menu.active a:nth-child(2){transition-delay:.15s}.mobile-menu.active a:nth-child(3){transition-delay:.2s}.mobile-menu.active a:nth-child(4){transition-delay:.25s}.mobile-menu a:hover{color:#34603d}.mobile-menu .mobile-cta{background:#16392f;color:#fdf8f3!important;padding:1rem 2rem;border-radius:50px;margin-top:1rem}.mobile-menu .mobile-cta:hover{background:#34603d}body.menu-open{overflow:hidden}@media(max-width:768px){.nav-links{display:none!important}.burger-menu,.mobile-menu{display:flex}}.hero{min-height:100vh;display:flex;align-items:center;padding:8rem 5% 4rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;right:-20%;width:80%;height:150%;background:radial-gradient(ellipse,rgba(52,96,61,.08) 0%,transparent 70%);pointer-events:none}.hero-content{max-width:600px;z-index:2;animation:fadeInUp 1s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#16392f14;padding:.5rem 1rem;border-radius:50px;font-size:.85rem;color:var(--forest-deep);margin-bottom:2rem}.hero-badge span{width:8px;height:8px;background:var(--accent-green);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.hero h1{font-family:Fraunces,serif;font-size:clamp(3rem,6vw,4.5rem);font-weight:700;color:var(--forest-deep);line-height:1.1;margin-bottom:1.5rem}.hero h1 em{font-style:italic;color:var(--forest-light)}.hero p{font-size:1.2rem;color:var(--text-muted);margin-bottom:2.5rem;max-width:480px}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.available{margin-top:10px;font-size:1rem!important;font-style:italic}.btn-primary{display:inline-flex;align-items:center;gap:.75rem;background:var(--forest-deep);color:var(--cream);padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;border:none;cursor:pointer}.btn-primary:hover{background:var(--forest-light);transform:translate(-5px);box-shadow:0 15px 40px #16392f33}.btn-primary svg{width:20px;height:20px}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;background:transparent;color:var(--forest-deep);padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1rem;border:2px solid rgba(22,57,47,.2);transition:all .3s ease;cursor:pointer}.btn-secondary:hover{border-color:var(--forest-deep);background:#16392f0d}.hero-phones{position:absolute;right:14%;top:50%;transform:translateY(-50%);display:flex;gap:-30px;z-index:1}.phone-mockup{width:273px;animation:float 6s ease-in-out infinite}.phone-mockup:nth-child(2){animation-delay:-2s;transform:translateY(40px) rotate(5deg);margin-left:-60px}.phone-mockup:nth-child(3){animation-delay:-4s;transform:translateY(-20px) rotate(-3deg);margin-left:-60px}.phone-mockup img{width:100%}@keyframes float{0%,to{transform:translateY(0) translateY(-20px)}50%{transform:translateY(-40px)}}.phone-mockup:nth-child(2){animation:float2 6s ease-in-out infinite;animation-delay:-2s}@keyframes float2{0%,to{transform:translateY(40px) rotate(5deg)}50%{transform:translateY(20px) rotate(5deg)}}.phone-mockup:nth-child(3){animation:float3 6s ease-in-out infinite;animation-delay:-4s}@keyframes float3{0%,to{transform:translateY(-20px) rotate(-3deg)}50%{transform:translateY(-40px) rotate(-3deg)}}.phone-screen{width:100%;height:100%;overflow:hidden;display:flex;flex-direction:column}.screen-header{padding:1.5rem;text-align:center}.screen-header h3{font-family:Fraunces,serif;color:var(--forest-deep);font-size:1.1rem}.screen-content{flex:1;padding:0 1rem 1rem;display:flex;flex-direction:column;gap:.75rem}.recipe-card{background:#fff;border-radius:16px;padding:1rem;display:flex;gap:.75rem;align-items:center;box-shadow:0 2px 8px #0000000a}.recipe-img{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.recipe-info h4{font-size:.85rem;color:var(--forest-deep);margin-bottom:.2rem}.recipe-info span{font-size:.7rem;color:var(--text-muted)}.features{padding:8rem 5%;background:#fff;position:relative}.features:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(22,57,47,.1),transparent)}.section-header{text-align:center;max-width:600px;margin:0 auto 5rem}.section-tag{font-size:.85rem;color:var(--forest-light);text-transform:uppercase;letter-spacing:2px;font-weight:600;margin-bottom:1rem;display:block}.section-header h2{font-family:Fraunces,serif;font-size:clamp(2rem,4vw,3rem);color:var(--forest-deep);margin-bottom:1rem;line-height:1}.section-header p{color:var(--text-muted);font-size:1.1rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.feature-card{background:var(--cream);border-radius:24px;padding:2.5rem;transition:all .4s ease;position:relative;overflow:hidden}.feature-card:hover:before{transform:scaleX(1)}.feature-card:hover{transform:translateY(-8px)!important;box-shadow:0 20px 60px #16392f1a}.feature-icon{width:60px;height:60px;background:linear-gradient(135deg,var(--forest-light),var(--forest-light));border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;margin-bottom:1.5rem;padding-top:3px}.feature-card h3{font-family:Fraunces,serif;font-size:1.4rem;color:var(--forest-deep);margin-bottom:.75rem}.feature-card p{color:var(--text-muted);font-size:1rem;line-height:1.7}.screenshots{padding:8rem 5%;background:linear-gradient(180deg,var(--cream) 0%,var(--cream-dark) 100%)}.screenshots-container{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-top:4rem}.screenshot-item{position:relative}.screenshot-phone{width:260px;transition:all .4s ease}.screenshot-phone:hover{transform:translateY(-15px) rotate(2deg)}.screenshot-screen{width:100%;height:100%;overflow:hidden}.screenshot-screen>img{width:100%}.screenshot-label{text-align:center;margin-top:1.5rem;font-weight:600;color:var(--forest-deep)}.screen-recipes{padding:1rem}.screen-recipes .header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.screen-recipes .header h4{font-family:Fraunces,serif;color:var(--forest-deep)}.screen-recipes .search-bar{background:#fff;border-radius:12px;padding:.75rem 1rem;margin-bottom:1rem;color:var(--text-muted);font-size:.8rem}.mini-card{background:#fff;border-radius:12px;padding:.75rem;margin-bottom:.5rem;display:flex;gap:.5rem;align-items:center}.mini-card .emoji{font-size:1.5rem}.mini-card .text h5{font-size:.75rem;color:var(--forest-deep)}.mini-card .text span{font-size:.65rem;color:var(--text-muted)}.screen-shopping{padding:1rem}.screen-shopping .header{text-align:center;padding:1rem 0}.screen-shopping .header h4{font-family:Fraunces,serif;color:var(--forest-deep);margin-bottom:.25rem}.screen-shopping .header span{font-size:.75rem;color:var(--text-muted)}.shopping-item{background:#fff;border-radius:10px;padding:.6rem .8rem;margin-bottom:.4rem;display:flex;justify-content:space-between;align-items:center;font-size:.8rem}.shopping-item .check{width:18px;height:18px;border:2px solid var(--forest-light);border-radius:5px}.shopping-item.checked .check{background:var(--forest-light)}.screen-planning{padding:1rem}.screen-planning .header{text-align:center;padding:.5rem 0 1rem}.screen-planning .header h4{font-family:Fraunces,serif;color:var(--forest-deep)}.day-row{display:flex;gap:.5rem;margin-bottom:.5rem;align-items:center}.day-label{width:35px;font-size:.7rem;font-weight:600;color:var(--forest-deep)}.day-meals{flex:1;display:flex;gap:.3rem}.meal-slot{flex:1;background:#fff;border-radius:8px;padding:.4rem;text-align:center;font-size:.9rem}.cta{padding:8rem 5%;background:var(--forest-deep);text-align:center;position:relative;overflow:hidden}.cta:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(52,96,61,.3) 0%,transparent 50%);animation:rotate 30s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cta-content{position:relative;z-index:2;max-width:600px;margin:0 auto}.cta h2{font-family:Fraunces,serif;font-size:clamp(2rem,5vw,3.5rem);color:var(--cream);margin-bottom:1.5rem;line-height:1}.cta p{color:#fdf8f3cc;font-size:1.2rem;margin-bottom:2.5rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-light{display:inline-flex;align-items:center;gap:.75rem;background:var(--cream);color:var(--forest-deep);padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease}.btn-light:hover{transform:translateY(-3px);box-shadow:0 15px 40px #0003}.btn-outline{display:inline-flex;align-items:center;gap:.5rem;background:transparent;color:var(--cream);padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1rem;border:2px solid rgba(253,248,243,.3);transition:all .3s ease}.btn-outline:hover{border-color:var(--cream);background:#fdf8f31a}footer{background:var(--forest-deep);padding:3rem 5%;border-top:1px solid rgba(253,248,243,.1)}.footer-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem}.footer-logo{font-family:Fraunces,serif;font-size:1.5rem;color:var(--cream);display:flex;align-items:center;gap:.5rem}.footer-logo>img{width:120px}.footer-links{display:flex;gap:2rem}.footer-links a{color:#fdf8f3b3;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-links a:hover{color:var(--cream)}.footer-copy{color:#fdf8f380;font-size:.85rem}@media(max-width:1400px){.hero-phones{right:8%}}@media(max-width:1230px){.hero-phones{right:4%}}@media(max-width:1024px){.hero-phones{display:none}.hero-content{max-width:100%;text-align:center}.hero p{max-width:100%}.hero-buttons{justify-content:center}}@media(max-width:768px){.nav-links{display:none}.features-grid{grid-template-columns:1fr}.screenshots-container{flex-direction:column;align-items:center}.footer-content{flex-direction:column;text-align:center}.footer-links{flex-wrap:wrap;justify-content:center}}section[id]{scroll-margin-top:100px}
