:root{--color-bg:#fff;--color-text:#222;--color-primary:#009688;--color-primary-dark:#00796b;--color-accent:#ff9800;--color-footer:#0f3d3e;--radius-lg:20px;--radius-md:14px;--radius-pill:999px;--shadow-sm:0 6px 20px #0000000f;--shadow-md:0 12px 30px #0000001f}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{width:100%}body{width:100%;min-height:100vh;color:var(--color-text);background:var(--color-bg);font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:90%;max-width:1200px;margin:0 auto}.site-header{z-index:9999;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));position:sticky;top:0;box-shadow:0 6px 18px #00000026}.header-inner{justify-content:space-between;align-items:center;height:64px;display:flex}.site-logo{color:#fff;font-size:1.15rem;font-weight:700}.header-blog-btn{background:var(--color-accent);color:#fff;border-radius:var(--radius-pill);padding:.45rem 1.2rem;font-size:.9rem;font-weight:600;transition:background .2s,transform .15s}.header-blog-btn:hover{background:#e68900;transform:translateY(-1px)}.hero{text-align:center;color:#fff;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));align-items:center;min-height:calc(100vh - 64px);padding:4rem 1rem;display:flex;box-shadow:inset 0 -30px 60px #00000026}.hero-content{flex-direction:column;align-items:center;display:flex}.hero-content h1{margin-bottom:1rem;font-size:3rem}.hero-content p{margin-bottom:2rem;font-size:1.25rem}.cta-buttons{justify-content:center;gap:1rem;display:flex}.hero-image{justify-content:center;margin-top:2.5rem;display:flex}.blog-page{max-width:1200px;margin:0 auto;padding:4rem 1.5rem 6rem}.blog-hero{margin-bottom:3.5rem}.blog-hero h1{color:#004d40;margin-bottom:.75rem;font-size:2.6rem;font-weight:700}.blog-hero p{color:#555;max-width:640px;font-size:1.15rem}.blog-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));justify-content:center;gap:2rem;display:grid}.blog-card{text-align:left;background:#fff;border-radius:12px;flex-direction:column;height:100%;padding:1.5rem;transition:box-shadow .3s,transform .3s;display:flex;box-shadow:0 0 #0000}.blog-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001a}.blog-image{background:#f8f8f8;border-radius:12px;justify-content:center;align-items:center;height:400px;display:flex;overflow:hidden}.blog-image img{object-fit:contain;background-color:#f4f4f4;max-width:100%;max-height:100%;padding:.25rem}.blog-card:hover .blog-image img{transform:scale(1.05)}.blog-card h2{min-height:3em;margin-bottom:.5rem;font-size:1rem;font-weight:700;line-height:1.4;overflow:hidden}.blog-card h2 a{color:var(--color-accent);font-size:1.5rem}.blog-card h2 a:hover{text-decoration:underline}.blog-excerpt{color:#666;margin-bottom:1rem;font-size:.9rem;line-height:1.5}.read-more{color:var(--color-primary-dark);font-weight:600}.read-more:hover{text-decoration:underline}.blog-article{color:#333;max-width:800px;margin:0 auto;font-size:1.1rem;line-height:1.8}.blog-article h2{color:var(--color-primary-dark);margin:2.5rem 0 1rem;font-size:1.8rem}.blog-article p{margin-bottom:1.3rem}.blog-article ul{margin-bottom:1.5rem;padding-left:1.3rem}.blog-article li{margin-bottom:.7rem}.legal-container{border-radius:var(--radius-lg);max-width:800px;box-shadow:var(--shadow-sm);background:#fff;margin:4rem auto;padding:3rem 2rem}.legal-container h2{color:var(--color-accent);margin-top:2rem}.legal-container p,.legal-container li{margin-bottom:1rem;line-height:1.7}.footer{background:var(--color-footer);color:#fff;text-align:center;padding:2.5rem 1rem;font-size:.9rem}.footer-links{flex-wrap:wrap;justify-content:center;gap:.6rem;margin-top:.6rem;display:flex}.footer-links a{color:var(--color-accent);font-weight:500}.footer-links a:hover{text-decoration:underline}@media (max-width:768px){.hero-content h1{font-size:2rem}.hero-image img{max-width:280px}.cta-buttons{flex-direction:column}.blog-grid{grid-template-columns:1fr}.blog-image{height:200px}}.btn{border-radius:50px;padding:.9rem 2rem;font-weight:600;text-decoration:none;transition:all .3s}.btn.primary{color:#fff;background:#ff9800}.btn.primary:hover{background:#e68900}.btn.secondary{color:#00796b;background:#fff}.btn.secondary:hover{background:#f0f0f0}.btn.tertiary{color:#fff;background:#004d40}.btn.tertiary:hover{background:#00362e}.hero-image img{object-fit:contain;border-radius:20px;width:280px;max-width:80%;height:auto;box-shadow:0 10px 30px #0000004d}.features-subtitle{color:#555;margin-bottom:3rem;font-size:1.2rem}.pyramid-row{justify-content:center;gap:2rem;display:flex}@media (max-width:768px){.pyramid-row{flex-direction:column;align-items:center}}.features{text-align:center;background:linear-gradient(#fff 0%,#f7fbfa 100%);padding:6rem 1rem}.features h2{margin-bottom:3rem;font-size:2.5rem}.features .subtitle{color:#555;margin-top:.5rem;margin-bottom:3rem;font-size:1.2rem}.features-pyramid{flex-direction:column;align-items:center;gap:3rem;display:flex}.features-pyramid .row{justify-content:center;gap:2rem;display:flex}.features-pyramid .top .feature-card,.features-pyramid .bottom .feature-card{width:320px}.features-pyramid .middle .feature-card{width:360px;transform:translateY(10px)}.features-pyramid .row.middle{margin-top:-1rem}.feature-card.futuristic{text-align:center;background:linear-gradient(145deg,#fff,#f0f7f6);border-radius:20px;padding:2rem;transition:all .35s;position:relative;overflow:hidden;box-shadow:0 8px 20px #00000014}.feature-card.futuristic:hover{transform:translateY(-10px)scale(1.03);box-shadow:0 12px 30px #00968840}.icon-circle{color:#fff;background:linear-gradient(135deg,#009688,#00796b);border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 1rem;font-size:2rem;display:flex;box-shadow:0 5px 15px #00000026}.feature-card h3{color:#004d40;margin-bottom:.8rem;font-size:1.4rem}.feature-card p{color:#555;margin-bottom:1rem;font-size:1rem}.micro-benefit{color:#009688;font-size:.9rem;font-weight:600;display:block}.showcase{text-align:center;background:#eef8f7;padding:5rem 1rem}.showcase h2{margin-bottom:3rem;font-size:2.5rem}.screenshot-grid{grid-template-columns:repeat(4,1fr);justify-items:center;gap:2rem;display:grid}.screenshot-grid img{border-radius:20px;width:100%;max-width:280px;transition:transform .3s,box-shadow .3s;box-shadow:0 8px 25px #00000026}.screenshot-grid img:hover{transform:translateY(-8px);box-shadow:0 12px 30px #0096884d}@media (max-width:768px){.screenshot-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.screenshot-grid img{width:100%;max-width:180px}}@media (max-width:500px){.screenshot-grid img{max-width:160px}}.showcase-grid{text-align:center;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:2rem;display:flex}.showcase-grid img{border-radius:12px;max-width:100%;height:auto;box-shadow:0 0 15px #0000001a}
