:root{--tt-bg: #f3f4f6;--tt-bg-alt: #ffffff;--tt-text: #1e1e1e;--tt-muted: #6b6b6f;--tt-accent: #ff6c00;--tt-dark: #23252b;--tt-border: #dedee3;--tt-radius-lg: 24px;--tt-radius-md: 18px;--tt-radius-pill: 12px;--tt-shadow-soft: 0 22px 45px rgba(15, 23, 42, .1);--tt-shadow-subtle: 0 10px 24px rgba(15, 23, 42, .08)}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;font-family:Montserrat,sans-serif;background:var(--tt-bg);color:var(--tt-text);scroll-behavior:smooth;line-height:1.5}.tt-container{width:100%;max-width:1120px;margin:0 auto;padding:0 1.5rem}.tt-page-root{min-height:100vh;display:flex;flex-direction:column}.tb-main-header{position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f3f4f6d9;border-bottom:1px solid var(--tt-border)}.tb-header-flex{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.tb-logo-wrapper{display:flex;align-items:center;gap:.65rem}.tb-logo-icon{width:32px;height:32px}.tb-logo-brandname{font-family:Dongle,sans-serif;font-weight:600;font-size:38px;color:var(--tt-accent);margin-top:5px}.tb-nav-container{display:flex;align-items:center;gap:1.5rem}.tb-nav-item{text-decoration:none;color:var(--tt-muted);font-size:.95rem;font-weight:500;transition:color .2s ease;position:relative}.tb-nav-item:hover{color:var(--tt-accent)}.tb-download-btn{background:var(--tt-accent);color:#fff;padding:.5rem 1.25rem;border-radius:var(--tt-radius-pill);font-weight:700;text-decoration:none;font-size:.9rem;transition:transform .2s ease,background .2s ease}.tb-download-btn:hover{transform:translateY(-1px);background:#e66100}.hr-hero-block{padding:5rem 0 4rem}.hr-hero-split{display:grid;grid-template-columns:1.1fr .9fr;gap:3rem;align-items:center}.hr-tag-pill{display:inline-flex;padding:.35rem .9rem;border-radius:var(--tt-radius-pill);background:var(--tt-accent);color:#fff;font-size:.75rem;font-weight:700;margin-bottom:1rem}.hr-main-headline{font-size:clamp(2.2rem,4vw,3.2rem);line-height:1.1;font-weight:800;color:var(--tt-dark);margin:0 0 1.2rem;letter-spacing:-.02em}.hr-sub-text{font-size:1.05rem;color:var(--tt-muted);max-width:520px;margin-bottom:2rem}.hr-btn-group{display:flex;gap:1rem;flex-wrap:wrap}.hr-btn-filled{padding:.9rem 1.8rem;background:var(--tt-accent);color:#fff;border-radius:var(--tt-radius-md);text-decoration:none;font-weight:700;transition:transform .2s ease}.hr-btn-filled:hover{transform:translateY(-2px)}.hr-btn-outline{padding:.9rem 1.8rem;border:1px solid var(--tt-border);background:#fff;color:var(--tt-dark);border-radius:var(--tt-radius-md);text-decoration:none;font-weight:600;box-shadow:var(--tt-shadow-subtle);transition:all .2s ease}.hr-btn-outline:hover{border-color:var(--tt-accent);color:var(--tt-accent)}.hr-image-container{display:flex;justify-content:center;align-items:center;position:relative;width:100%;aspect-ratio:4/5;max-height:630px}.hr-mockup-stack{position:relative;width:100%;max-width:290px;height:100%;margin:0 auto}.hr-mockup-img{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transform:scale(.96);transition:opacity 1.2s ease-in-out,transform 1.2s ease-in-out;pointer-events:none}.hr-mockup-img.is-active{opacity:1;transform:scale(1);pointer-events:auto;z-index:2}@media(max-width:900px){.hr-hero-split{grid-template-columns:1fr;text-align:center;gap:2rem}.hr-copy-box{order:1}.hr-image-container{order:2;height:auto;max-height:500px;margin-top:2rem}.hr-mockup-stack{width:280px;height:560px;max-width:80%}.hr-sub-text{margin:0 auto 2rem}.hr-btn-group{justify-content:center}}.ab-features-section{padding:5rem 0;background:var(--tt-bg-alt);border-top:1px solid var(--tt-border);border-bottom:1px solid var(--tt-border)}.ab-section-heading{margin-bottom:1.5rem;text-align:left}.ab-section-title{font-size:1.8rem;font-weight:800;margin-bottom:.8rem;color:var(--tt-dark)}.ab-section-subtitle{color:var(--tt-muted);font-size:1rem}.ab-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.ab-feature-tile{background:var(--tt-bg);padding:2rem;border-radius:var(--tt-radius-md);border:1px solid var(--tt-border);transition:transform .3s ease}.ab-feature-tile:hover{transform:translateY(-5px)}.ab-feature-h3{font-size:1.1rem;margin-bottom:.8rem;color:var(--tt-dark)}.ab-steps-section{padding:5rem 0}.ab-steps-section{padding:5rem 0;background:var(--tt-bg)}.ab-steps-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.ab-step-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2.5rem 2rem;background:#fff;border-radius:var(--tt-radius-md);border:1px solid var(--tt-border);box-shadow:var(--tt-shadow-subtle);transition:transform .3s ease}.ab-step-item:hover{transform:translateY(-5px)}.ab-step-icon-large{color:var(--tt-accent);width:40px;height:40px;margin-bottom:1.5rem;stroke-width:2px}.ab-step-h3{font-size:1.25rem;font-weight:700;color:var(--tt-dark);margin-bottom:.75rem}.ab-step-p{color:var(--tt-muted);font-size:.95rem;line-height:1.6}.ab-center-text{text-align:center;margin-bottom:3rem}@media(max-width:768px){.ab-steps-grid{grid-template-columns:1fr}}.ab-social-section{padding:6rem 0;background:var(--tt-bg-alt)}.ab-center-text{text-align:center;margin-bottom:3.5rem}.ab-insta-feed{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;padding:.5rem}.ab-insta-link{position:relative;display:block;border-radius:var(--tt-radius-md);overflow:hidden;aspect-ratio:1 / 1;background:var(--tt-border);box-shadow:var(--tt-shadow-subtle);transition:transform .4s cubic-bezier(.175,.885,.32,1.275)}.ab-insta-link:hover{transform:scale(1.03) translateY(-5px);box-shadow:var(--tt-shadow-soft);z-index:2}.ab-insta-thumb{width:100%;height:100%;object-fit:cover;display:block}.ab-insta-overlay{position:absolute;inset:0;background:#23252b66;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;z-index:1}.ab-insta-overlay span{color:#fff;font-weight:700;font-size:.85rem;padding:.5rem 1rem;border:1px solid rgba(255,255,255,.4);border-radius:var(--tt-radius-pill);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ab-insta-link:hover .ab-insta-overlay{opacity:1}.ab-social-action{text-align:center;margin-top:3.5rem}.ab-social-btn{display:inline-flex;align-items:center;padding:1rem 2.5rem;background:var(--tt-dark);color:#fff;text-decoration:none;border-radius:var(--tt-radius-pill);font-weight:700;font-size:1rem;transition:all .3s ease;box-shadow:0 10px 20px #23252b26}.ab-social-btn:hover{background:var(--tt-accent);transform:translateY(-2px);box-shadow:0 15px 30px #ff6c0040}@media(max-width:900px){.ab-insta-feed{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.ab-insta-feed{gap:.75rem}}.md-overlay{position:fixed;inset:0;background:#0f172a99;z-index:200;display:flex;align-items:center;justify-content:center}.md-card{background:#fff;padding:2.5rem;border-radius:var(--tt-radius-lg);width:90%;max-width:480px;position:relative;box-shadow:var(--tt-shadow-soft)}.md-close-x{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.2rem;cursor:pointer;color:var(--tt-muted)}.md-title{margin:0}.md-subtitle{margin:0 0 15px}.md-label{display:flex;flex-direction:column;gap:.4rem;font-weight:600;font-size:.85rem;margin-bottom:1.2rem}.md-input-field,.md-textarea-field{padding:.7rem;border-radius:10px;border:1px solid var(--tt-border);font-family:inherit}.md-toggle-row{display:flex;gap:.5rem}.md-toggle-btn{font-family:Montserrat;flex:1;padding:.6rem;border-radius:8px;border:1px solid var(--tt-border);cursor:pointer;background:#fff}.md-toggle-btn.is-active{background:var(--tt-accent);color:#fff;border-color:var(--tt-accent)}.md-submit-btn{font-family:Montserrat;width:100%;padding:.8rem;background:var(--tt-accent);color:#fff;border:none;border-radius:10px;font-weight:700;cursor:pointer}.ft-main-footer{padding:3rem 0;border-top:1px solid var(--tt-border);background:#fff}.ft-footer-inner{display:flex;align-items:center;justify-content:space-between}.ft-left-col,.ft-center-col,.ft-right-col{flex:1;display:flex;align-items:center}.ft-left-col{justify-content:flex-start}.ft-center-col{justify-content:center}.ft-right-col{justify-content:flex-end}.ft-brand-side{display:flex;align-items:center;gap:.65rem}.ft-brand-logo{width:32px;height:32px;display:block;object-fit:contain}.ft-brand-text{font-family:Dongle,sans-serif;font-size:38px;line-height:1;color:var(--tt-accent);margin-top:6px}.ft-copyright{color:var(--tt-muted);font-size:.85rem;white-space:nowrap}.ft-link-item{color:var(--tt-muted);font-size:.85rem;text-decoration:none;transition:color .2s ease}.ft-link-item:hover{color:var(--tt-accent);text-decoration:underline}.pp-overlay{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem 1rem;background:var(--tt-bg)}.pp-modal{background:var(--tt-bg-alt);width:100%;max-width:800px;height:85vh;border-radius:var(--tt-radius-lg);box-shadow:var(--tt-shadow-soft);border:1px solid var(--tt-border);display:flex;flex-direction:column;overflow:hidden;animation:modalFadeIn .4s ease-out}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.pp-header-actions{padding:1rem 1.5rem 0;display:flex;justify-content:flex-end}.pp-title-group{padding:0 2.5rem 1.5rem;border-bottom:1px solid var(--tt-border);text-align:center}.pp-brand-name{font-family:Dongle,sans-serif;font-size:52px;color:var(--tt-accent);margin:0;line-height:.8}.pp-page-title{font-size:1.8rem;font-weight:800;color:var(--tt-dark);margin:.5rem 0 .2rem}.pp-last-updated{font-size:.85rem;color:var(--tt-muted);font-weight:500}.pp-scroll-view{flex:1;overflow-y:auto;padding:2rem 2.5rem;scrollbar-width:thin;scrollbar-color:var(--tt-border) transparent}.pp-scroll-view::-webkit-scrollbar{width:6px}.pp-scroll-view::-webkit-scrollbar-thumb{background-color:var(--tt-border);border-radius:10px}.pp-content-body{max-width:700px;margin:0 auto}.pp-group{margin-bottom:2.5rem}.pp-section-h{font-size:1.2rem;font-weight:700;color:var(--tt-dark);margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.pp-section-p{font-size:.95rem;color:var(--tt-text);line-height:1.7;margin:0}.pp-section-p strong{color:var(--tt-dark);font-weight:700}.pp-last-p{padding-bottom:2rem}@media(max-width:640px){.pp-modal{height:95vh;border-radius:var(--tt-radius-md)}.pp-title-group{padding:0 1.5rem 1rem}.pp-scroll-view{padding:1.5rem}.pp-brand-name{font-size:42px}.pp-page-title{font-size:1.4rem}}@media(max-width:900px){.hr-hero-split{grid-template-columns:1fr;text-align:center}.hr-sub-text,.hr-btn-group{margin-left:auto;margin-right:auto;justify-content:center}.ab-feature-grid{grid-template-columns:1fr 1fr}.ab-steps-grid{grid-template-columns:1fr}}.ab-feature-icon{color:var(--tt-accent);width:32px;height:32px;margin-bottom:1.25rem;stroke-width:2.25px}.ab-feature-tile{display:flex;flex-direction:column;align-items:flex-start;text-align:left}@media(max-width:640px){.ab-feature-grid{grid-template-columns:1fr}.tb-nav-container{display:none}.ft-footer-inner{flex-direction:column;gap:1.5rem;text-align:center}.ft-left-col,.ft-center-col,.ft-right-col{justify-content:center}}
