*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--black: #0a0a0a;--white: #ffffff;--gray-light: #f5f5f5;--gray-pale: #fafafa;--gray-mid: #888888;--gray-dark: #444444;--border: #e0e0e0;--border-dark: #2a2a2a;--font: "Outfit", system-ui, sans-serif;--max-w: 1120px;--radius: 12px}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--white);color:var(--black);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit}.btn{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font);font-size:.95rem;font-weight:600;letter-spacing:.01em;padding:.75rem 1.75rem;border-radius:6px;text-decoration:none;cursor:pointer;transition:background .18s,color .18s,transform .15s,box-shadow .18s;white-space:nowrap}.btn--primary{background:var(--black);color:var(--white);border:2px solid var(--black)}.btn--primary:hover{background:var(--gray-dark);border-color:var(--gray-dark);transform:translateY(-1px);box-shadow:0 6px 20px #0000002e}.btn--ghost{background:transparent;color:var(--black);border:2px solid var(--border)}.btn--ghost:hover{border-color:var(--black);transform:translateY(-1px)}.btn--lg{font-size:1.05rem;padding:.9rem 2.25rem}.section-header{text-align:center;margin-bottom:3.5rem}.section-header__eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--gray-mid);margin-bottom:.75rem}.section-header__title{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:700;line-height:1.15;letter-spacing:-.02em}.nav{position:sticky;top:0;z-index:100;background:#ffffffeb;backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.nav__inner{max-width:var(--max-w);margin:0 auto;padding:0 2rem;height:64px;display:flex;align-items:center;justify-content:space-between}.nav__logo{display:flex;align-items:center;gap:.6rem;text-decoration:none;font-size:1rem;font-weight:400;color:var(--black);letter-spacing:-.01em}.nav__logo strong{font-weight:700}.nav__logo-img{width:26px;height:26px;display:block;flex-shrink:0;filter:brightness(0)}.footer__icon{width:26px;height:26px;display:block;flex-shrink:0;filter:brightness(0) invert(1)}.nav__cta{font-size:.875rem;font-weight:600;color:var(--black);text-decoration:none;padding:.5rem 1.25rem;border:2px solid var(--border);border-radius:6px;transition:border-color .18s,background .18s}.nav__cta:hover{border-color:var(--black);background:var(--black);color:var(--white)}.hero{padding:5rem 2rem 0;overflow:hidden;background:var(--white)}.hero__inner{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto;column-gap:4rem;align-items:center}.hero__badge{grid-column:1;display:inline-flex;align-items:center;gap:.5rem;font-size:.7rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--gray-mid);border:1px solid var(--border);padding:.3rem .9rem;border-radius:100px;width:fit-content;margin-bottom:1.5rem}.hero__title{grid-column:1;font-size:clamp(3rem,6.5vw,5.5rem);font-weight:800;line-height:1;letter-spacing:-.04em;margin-bottom:1.5rem}.hero__title em{font-style:italic;font-weight:300;font-size:.9em}.hero__sub{grid-column:1;font-size:1.05rem;color:var(--gray-dark);max-width:420px;line-height:1.75;margin-bottom:2rem}.hero__actions{grid-column:1;display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:4rem}.hero__visual{grid-column:2;grid-row:1 / 6;display:flex;justify-content:center;align-items:flex-end;position:relative;padding-bottom:3rem}.hero__glow{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:300px;height:300px;background:radial-gradient(circle,rgba(0,0,0,.06) 0%,transparent 70%);pointer-events:none}.phone-mockup{width:260px;height:520px;border:3px solid var(--black);border-radius:36px;position:relative;background:var(--white);overflow:hidden;box-shadow:0 32px 80px #00000024,0 4px 16px #0000000f;animation:phone-float 4s ease-in-out infinite}@keyframes phone-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.phone-mockup__notch{position:absolute;top:10px;left:50%;transform:translate(-50%);width:60px;height:14px;background:var(--black);border-radius:10px;z-index:3}.phone-mockup__screen{position:absolute;inset:0;overflow:hidden;border-radius:34px}.mock-menu{display:flex;flex-direction:column;height:100%;background:#faf9f7;padding-top:30px}.mock-header{display:flex;flex-direction:column;align-items:center;padding:16px 12px 10px;background:#fff;gap:4px}.mock-logo-circle{width:32px;height:32px;border-radius:50%;background:var(--black);margin-bottom:4px}.mock-title{font-size:7px;font-weight:700;letter-spacing:.04em;color:var(--black)}.mock-subtitle{font-size:6px;color:var(--gray-mid);letter-spacing:.1em;text-transform:uppercase}.mock-divider{display:flex;align-items:center;gap:4px;width:80px;margin-top:4px}.mock-divider span{flex:1;height:.5px;background:#ccc}.mock-ornament{font-size:4px;color:#ccc}.mock-nav{display:flex;gap:0;border-bottom:1px solid var(--border);background:#fff;padding:0 8px;overflow:hidden}.mock-nav__item{font-size:6px;padding:6px 8px;letter-spacing:.08em;text-transform:uppercase;color:var(--gray-mid);white-space:nowrap;border-bottom:1px solid transparent}.mock-nav__item--active{color:var(--black);border-bottom-color:var(--black);font-weight:700}.mock-items{padding:8px 10px;display:flex;flex-direction:column;gap:6px}.mock-item{display:flex;gap:6px;padding:6px 0;border-bottom:.5px solid var(--border)}.mock-item__img{width:32px;height:32px;border-radius:4px;background:var(--border);flex-shrink:0}.mock-item__info{flex:1;display:flex;flex-direction:column;gap:3px;padding-top:1px}.mock-item__name{height:5px;background:var(--black);border-radius:2px;width:80%;opacity:.8}.mock-item__desc{height:4px;background:var(--border);border-radius:2px;width:90%}.mock-item__price{height:5px;background:var(--black);border-radius:2px;width:30%;margin-top:1px}.features{padding:7rem 2rem;background:var(--gray-pale);border-top:1px solid var(--border)}.features__inner{max-width:var(--max-w);margin:0 auto}.features__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.feature-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:2rem 1.75rem;transition:transform .2s,box-shadow .2s,border-color .2s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000014;border-color:var(--black)}.feature-card__icon{width:52px;height:52px;border:1px solid var(--border);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;color:var(--black)}.feature-card__title{font-size:1.05rem;font-weight:700;margin-bottom:.5rem;letter-spacing:-.01em}.feature-card__desc{font-size:.9rem;color:var(--gray-dark);line-height:1.7}.statement{background:var(--black);color:var(--white);padding:7rem 2rem}.statement__inner{max-width:var(--max-w);margin:0 auto;display:flex;justify-content:center;align-items:center}.statement__text{font-size:clamp(2.5rem,6vw,5rem);font-weight:800;line-height:1.05;letter-spacing:-.04em;text-align:center}.templates-preview{padding:7rem 2rem;background:var(--white);border-top:1px solid var(--border)}.templates-preview__inner{max-width:var(--max-w);margin:0 auto}.templates-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.template-card{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:transform .2s,box-shadow .2s,border-color .2s}.template-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px #0000001a;border-color:var(--black)}.template-card__preview{aspect-ratio:4/3;padding:1.5rem;display:flex;flex-direction:column;gap:.6rem}.template-card__preview--minimalist{background:#faf9f7}.template-card__preview--dark-luxe{background:#111}.template-card__preview--street{background:#f5f0eb}.tmpl-dot{border-radius:50%;background:var(--black)}.tmpl-dot--sm{width:18px;height:18px}.tmpl-dot--lg{width:24px;height:24px}.tmpl-line{height:6px;border-radius:3px}.tmpl-line--lg{width:70%;background:var(--black)}.tmpl-line--xl{width:85%;background:var(--black);font-weight:900;height:9px}.tmpl-line--md{width:45%;background:#ccc}.tmpl-line--price{width:25%;background:var(--black);height:5px;border-radius:2px;align-self:center}.template-card__preview--dark-luxe .tmpl-line--lg{background:#fff}.template-card__preview--dark-luxe .tmpl-line--md{background:#555}.template-card__preview--dark-luxe .tmpl-dot{background:#c9a84c}.tmpl-block--dark{background:#2a2a2a!important}.template-card__preview--street .tmpl-line--xl{background:var(--black)}.tmpl-block--street{background:#ddd!important}.template-card__preview--street .tmpl-line--price{background:#e63329}.tmpl-row{display:flex;gap:.5rem;align-items:flex-start}.tmpl-block{flex:1;height:30px;background:var(--border);border-radius:4px}.tmpl-block--sm{flex:0 0 30px;height:30px}.tmpl-tabs{display:flex;gap:.4rem}.tmpl-tab{height:6px;width:32px;border-radius:3px;background:#ccc}.tmpl-tab--active{background:var(--black)}.template-card__info{padding:1.25rem 1.5rem}.template-card__name{font-size:1rem;font-weight:700;letter-spacing:-.01em;margin-bottom:.3rem}.template-card__desc{font-size:.85rem;color:var(--gray-mid);line-height:1.6}.cta{padding:8rem 2rem;background:var(--gray-light);border-top:1px solid var(--border);text-align:center}.cta__inner{max-width:600px;margin:0 auto}.cta__title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;letter-spacing:-.04em;margin-bottom:1rem}.cta__sub{font-size:1.05rem;color:var(--gray-dark);margin-bottom:2.5rem;line-height:1.7}.footer{background:var(--black);color:var(--white);padding:2rem;border-top:1px solid var(--border-dark)}.footer__inner{max-width:var(--max-w);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer__logo{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;color:var(--white);text-decoration:none;letter-spacing:-.01em}.footer__tagline{font-size:.8rem;color:#666}.footer__tagline a{color:#888;text-decoration:underline;text-underline-offset:2px}.footer__tagline a:hover{color:var(--white)}@media(max-width:768px){.hero__inner{grid-template-columns:1fr;text-align:center}.hero__badge,.hero__title,.hero__sub{grid-column:1}.hero__badge{margin:0 auto 1.5rem}.hero__sub{margin:0 auto 2rem}.hero__actions{grid-column:1;justify-content:center}.hero__visual{grid-column:1;grid-row:auto;padding:3rem 0}.phone-mockup{width:200px;height:400px}.templates-grid{grid-template-columns:1fr}.statement__text{font-size:clamp(1.8rem,10vw,3rem)}.footer__inner{justify-content:center;text-align:center}}@media(max-width:480px){.hero{padding:4rem 1.25rem 0}.features,.templates-preview,.statement,.cta{padding:5rem 1.25rem}.hero__actions{flex-direction:column;align-items:stretch}.btn{justify-content:center}}
