@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Nunito:wght@600;700;800;900&display=swap";:root{--color-principal: #1e4f4a;--color-boton: #7f9ed7;--color-fondo: #f6ecdf;--green-deep: #1e4f4a;--green-soft: #2f6960;--blue-panel: #7f9ed7;--blue-panel-dark: #6e8ec8;--cream: #f6ecdf;--cream-strong: #efe0cf;--ink: #173d39;--white: #fffdf9;--line: rgba(23, 61, 57, .12);--shadow: 0 22px 46px rgba(21, 52, 49, .14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Manrope,Segoe UI,sans-serif;color:var(--ink);background:var(--green-deep)}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{border:0}.page{min-height:100vh;background:var(--green-deep)}.topbar,.hero-section,.about-section,.how-section,.plans-section,.footer-section{width:100%}.section-inner,.topbar-inner,.message-banner{width:min(1180px,calc(100% - 2rem));margin:0 auto}.topbar{background:var(--green-deep);padding:1.5rem 0 1.3rem}.topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}.topbar-side{display:flex;align-items:center;justify-content:flex-end;gap:1rem}.brand{display:inline-flex;align-items:center}.brand img{width:min(250px,42vw);display:block}.topbar-actions{display:flex;align-items:center;gap:1rem}.topbar-social-icons{gap:.55rem}.topbar-link{background:transparent;color:var(--white);cursor:pointer}.pill-btn,.hero-cta,.plan-select,.send-btn,.auth-form button[type=submit],.subscription-option button{background:var(--color-boton);color:var(--white);border-radius:14px;cursor:pointer;transition:transform .18s ease,opacity .18s ease,box-shadow .18s ease}.pill-btn{min-width:140px;padding:.7rem 1.3rem}.pill-btn:hover,.hero-cta:hover,.plan-select:hover,.send-btn:hover,.auth-form button[type=submit]:hover,.subscription-option button:hover{transform:translateY(-1px);box-shadow:0 10px 24px #7f9ed73d}.topbar-actions button:disabled,.plan-select:disabled,.auth-form button:disabled,.subscription-option button:disabled{opacity:.72;cursor:not-allowed;transform:none;box-shadow:none}.hero-section{background:var(--cream);padding:2.4rem 0 0}.hero-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(320px,.9fr);gap:2rem;align-items:start}.hero-copy h1,.section-title,.about-copy h2,.plans-header h2{margin:0;font-family:Nunito,Manrope,sans-serif;color:var(--green-deep)}.hero-copy h1{max-width:11ch;font-size:clamp(2.7rem,6vw,4.7rem);line-height:1.02;letter-spacing:-.04em}.hero-copy{padding-top:1rem;padding-bottom:2.5rem}.hero-copy h1 span{color:var(--color-boton)}.hero-copy p{max-width:34rem;margin:1.4rem 0 0;font-size:1.1rem;line-height:1.65}.hero-cta{margin-top:1.6rem;min-width:170px;padding:.9rem 1.4rem;font-size:1.05rem;font-weight:700}.hero-art{display:flex;justify-content:center;align-self:end}.phone-composition{position:relative;display:flex;align-items:center;justify-content:center}.hero-hand-image{display:block;width:min(100%,33rem);height:auto}.phone-frame{position:relative;z-index:2;width:14rem;height:28rem;padding:.8rem;border-radius:2.2rem;background:linear-gradient(180deg,#121212 0,#313131);box-shadow:0 18px 35px #00000040}.phone-frame.dark{width:15rem;height:27rem}.phone-notch{position:absolute;top:.6rem;left:50%;width:4.2rem;height:1rem;background:#0d0d0d;border-radius:999px;transform:translate(-50%);z-index:3}.phone-screen{width:100%;height:100%;border-radius:1.7rem;background:#f8f0e1;overflow:hidden;display:flex;flex-direction:column}.dark-screen{display:flex;align-items:center;justify-content:center;background:var(--green-deep)}.dark-screen img{width:7.5rem}.screen-header{display:flex;justify-content:center;padding:1.2rem 1rem .8rem}.screen-header img{width:6rem}.screen-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.55rem;padding:.4rem .8rem .8rem;flex:1}.recipe-thumb{min-height:5.2rem;border-radius:.9rem;background:linear-gradient(135deg,#6f8fc8 0,#97b4e7)}.recipe-thumb.alt{background:linear-gradient(135deg,#d8dfef 0,#bdcae2)}.screen-nav{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;padding:.75rem 1rem 1rem;background:var(--green-deep)}.screen-nav span{height:1.1rem;border-radius:999px;background:#ffffff59}.screen-nav .active{background:var(--blue-panel)}.about-section{position:relative;overflow:hidden;background:var(--blue-panel);margin-top:-1px;padding:2.6rem 0 2.8rem}.about-section:before,.about-section:after{content:"";position:absolute;inset:auto;pointer-events:none;background:#6e8ec870}.about-section:before{left:-8%;bottom:-18%;width:72%;height:88%;border-radius:42% 58% 52% 48%/44% 34% 66% 56%;transform:rotate(9deg)}.about-section:after{right:-12%;top:-28%;width:58%;height:140%;border-radius:46% 54% 36% 64%/58% 34% 66% 42%;transform:rotate(-18deg)}.about-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.9fr);gap:2rem;align-items:center}.about-visual{position:relative;z-index:1;display:flex;align-items:center;justify-content:center}.about-image{display:block;width:min(100%,34rem);height:auto}.about-copy{position:relative;z-index:1;color:var(--white)}.about-copy h2{color:var(--white);font-size:clamp(2.3rem,4vw,3.5rem);margin-bottom:1rem}.about-copy p{max-width:27rem;margin:0 0 1.2rem;font-size:1.08rem;line-height:1.6}.how-section{background:var(--cream);padding:2.5rem 0 3rem}.section-title{font-size:clamp(2.2rem,4vw,3.5rem);line-height:1.05}.section-title.center{text-align:center;margin-bottom:1.8rem}.section-title.light{color:var(--white)}.how-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}.how-card{text-align:center}.how-card h3{margin:0 0 .9rem;font-family:Nunito,Manrope,sans-serif;font-size:2rem;line-height:1.02;color:var(--color-boton)}.how-image{display:block;width:min(100%,12rem);height:11rem;object-fit:contain;margin:0 auto 1.1rem}.how-card p{margin:0;line-height:1.55}.center-actions{display:flex;justify-content:center;margin-top:2rem}.plans-section{position:relative;overflow:hidden;background:var(--green-deep)}.plans-curve{position:absolute;left:-8%;right:-8%;bottom:0;height:28rem;background:var(--blue-panel);border-radius:58% 42% 0 0/22% 18% 0 0}.plans-curve:before{content:"";position:absolute;left:-6%;top:-9.5rem;width:46%;height:16rem;background:var(--blue-panel);border-radius:60% 40% 0 0/100% 100% 0 0;transform:rotate(8deg)}.plans-curve:after{content:"";position:absolute;right:-6%;top:-2.5rem;width:40%;height:8rem;background:var(--blue-panel);border-radius:55% 45% 0 0/100% 100% 0 0;transform:rotate(-4deg)}.plans-inner{position:relative;z-index:1;padding:2.7rem 0 2.8rem}.plans-header{text-align:center;color:var(--white)}.plans-header p{width:min(34rem,100%);margin:.85rem auto 0;line-height:1.55}.subscription-summary{width:min(42rem,100%);margin:1.25rem auto 0;padding:1rem 1.1rem;border-radius:1rem;background:#ffffff1f;border:1px solid rgba(255,255,255,.14);color:var(--white)}.subscription-summary p{margin:.25rem 0}.pricing-grid{display:flex;justify-content:center;gap:2.2rem;margin-top:1.8rem;flex-wrap:wrap}.plan-card{display:flex;flex-direction:column;align-items:center;width:min(100%,21rem);padding:1.7rem 1.3rem 2rem;border-radius:.35rem;background:#fff;box-shadow:var(--shadow);text-align:center}.plan-card-top{display:flex;justify-content:flex-end;align-items:center;width:100%;height:2.5rem;margin-bottom:.2rem;flex:0 0 2.5rem}.plan-card h3{margin:0;font-family:Nunito,Manrope,sans-serif;font-size:2rem;color:var(--green-deep)}.plan-badge{display:inline-flex;align-items:center;justify-content:center;padding:.35rem .8rem;border-radius:999px;background:#7f9ed729;color:var(--color-boton);font-size:.86rem;font-weight:800}.plan-price{margin:.7rem 0 .35rem;font-family:Nunito,Manrope,sans-serif;font-size:2.2rem;color:var(--color-boton)}.plan-note{margin:0 0 1.4rem;font-size:.92rem;line-height:1.35;color:var(--green-deep)}.plan-select{width:100%;margin-top:auto;padding:.9rem 1rem}.plan-divider{width:4rem;height:1px;margin:2rem auto 1.1rem;background:#7f9ed799}.plan-copy{margin:0;line-height:1.45}.secure-block{margin-top:1.6rem;text-align:center;color:var(--white)}.secure-block h3{margin:0;font-family:Nunito,Manrope,sans-serif;font-size:1.7rem}.secure-points{width:min(100%,60rem);margin:.85rem auto 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem 1.25rem;justify-items:center}.secure-points p{position:relative;margin:0;padding-left:1rem;max-width:17rem;font-size:.92rem;line-height:1.35;text-align:left}.secure-points p:before{content:"•";position:absolute;left:0}.store-buttons{display:flex;justify-content:center;gap:2.5rem;margin-top:2rem;flex-wrap:wrap}.store-badge{display:block;width:min(100%,9rem);height:auto}.footer-section{background:var(--green-deep);padding:2.4rem 0}.footer-grid{display:grid;grid-template-columns:minmax(260px,.7fr) minmax(0,1fr);gap:3rem;color:var(--white)}.footer-brand{display:grid;align-content:start;gap:1.2rem}.footer-logo-mark{width:10rem}.footer-logo-mark img{width:100%}.copyright{margin:0}.footer-info-group{display:grid;gap:.65rem;justify-items:start}.footer-eyebrow{margin:0;color:#ffffffad;font-size:.8rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.footer-contact-pill{display:inline-flex;align-items:center;min-height:3rem;padding:.7rem 1rem;border-radius:999px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:var(--white);font-size:1.05rem;font-weight:700}.footer-contact-pill:hover{background:#ffffff1f}.footer-links{display:grid;gap:.45rem}.footer-links a{color:#ffffffdb;font-size:.98rem}.footer-links a:hover{color:var(--white)}.footer-form-wrap{display:grid;gap:1rem}.social-row{display:flex;justify-content:flex-end;align-items:center;gap:0}.social-icons{display:flex;gap:.6rem}.social-icon{display:inline-flex;width:2rem;height:2rem;align-items:center;justify-content:center;border-radius:999px;background:var(--white);color:var(--green-deep);font-size:.95rem;transition:transform .18s ease,opacity .18s ease}.social-icon:hover{transform:translateY(-1px);opacity:.92}.contact-form h3{margin:0 0 1rem;font-family:Nunito,Manrope,sans-serif;font-size:2rem}.contact-form{display:grid;gap:1rem}.contact-success{align-content:start;min-height:100%}.contact-success p{margin:0;max-width:26rem;line-height:1.6;color:#ffffffdb}.contact-form label{display:grid;gap:.4rem;font-size:.9rem}.contact-form input,.contact-form textarea{width:100%;border-radius:.3rem;border:1px solid rgba(255,255,255,.24);background:#ffffff5c;color:var(--white);padding:.8rem .9rem}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#ffffffb8}.contact-form input:focus,.contact-form textarea:focus{outline:2px solid rgba(127,158,215,.45)}.form-actions{display:flex;justify-content:flex-end}.contact-error{margin:0;color:#ffd3d3;font-size:.92rem}.send-btn{padding:.7rem 1.2rem;background:var(--cream);color:var(--green-deep)}.send-btn:disabled{opacity:.72;cursor:not-allowed}.copyright-bar{background:#163c38;padding:1rem 0}.copyright{width:min(1180px,calc(100% - 2rem));margin:0 auto;text-align:center;color:#ffffffeb;font-size:.95rem}.message-banner{margin:1rem auto 0;padding:.95rem 1rem;border-radius:1rem;background:#f6ecdff5;color:var(--ink)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:1rem;background:#0818179e;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:20}.modal-content{width:min(100%,460px);padding:1.25rem;border-radius:1.3rem;background:#f6ecdffa;box-shadow:var(--shadow)}.modal-header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.modal-header h3{margin:0;font-family:Nunito,Manrope,sans-serif;font-size:1.8rem}.close-btn{width:2.4rem;height:2.4rem;border-radius:999px;background:#173d3914;cursor:pointer}.auth-form{display:grid;gap:.5rem;margin-top:1rem}.auth-form label{font-weight:700;color:var(--green-deep)}.auth-form input[type=text],.auth-form input[type=email],.auth-form input[type=password]{width:100%;border:1px solid rgba(23,61,57,.14);border-radius:.9rem;background:#ffffffdb;padding:.9rem}.password-field{position:relative}.password-field input{padding-right:3rem}.password-toggle{position:absolute;top:50%;right:.65rem;transform:translateY(-50%);width:2rem;height:2rem;border-radius:999px;background:transparent;color:#173d39bd;cursor:pointer}.password-toggle:hover{background:#173d3914}.password-toggle svg{width:1.2rem;height:1.2rem}.auth-form button[type=submit],.subscription-option button{margin-top:.4rem;padding:.9rem 1.1rem}.terms-check{display:flex;align-items:flex-start;gap:.65rem;margin-top:.2rem}.terms-check input{margin-top:.25rem;accent-color:var(--green-deep)}.terms-check a,.link-switch{color:var(--green-deep)}.link-switch{margin-top:.9rem;background:transparent;text-decoration:underline;cursor:pointer}.subscription-modal{width:min(100%,620px)}.subscription-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1rem}.subscription-option{padding:1.2rem;border-radius:1rem;background:#ffffffc7}.subscription-option.featured{background:var(--green-deep);color:var(--white)}.subscription-option h4,.price{margin:0;font-family:Nunito,Manrope,sans-serif}.price{font-size:2rem;color:var(--green-deep)}.subscription-option.featured .price{color:var(--white)}.price span{font-size:1rem}.subscription-option p{margin:.45rem 0 0}@media (max-width: 960px){.hero-grid,.about-grid,.footer-grid{grid-template-columns:1fr}.hero-copy h1{max-width:none}.hero-art{justify-content:flex-start}.about-copy p{max-width:none}.how-grid,.secure-points{grid-template-columns:1fr}.social-row{justify-content:flex-start}}@media (max-width: 720px){.section-inner,.topbar-inner,.message-banner,.copyright{width:calc(100% - 1rem)}.topbar-inner{flex-direction:column;align-items:flex-start}.topbar-side{width:100%;flex-direction:column;align-items:flex-start}.topbar-actions{width:100%;justify-content:space-between}.topbar-actions button{flex:1 1 0}.hero-section,.about-section,.how-section{padding:1.7rem 0 2rem}.hero-hand-image{width:min(100%,24rem)}.about-image{width:min(100%,26rem)}.pricing-grid,.store-buttons{gap:1rem}.subscription-options{grid-template-columns:1fr}}
