:root{--bg: #f4f6fb;--surface: #ffffff;--text: #152033;--muted: #5b667a;--primary: #1f5eff;--primary-dark: #1647c4;--border: #e3e8f2;--radius: 16px;--shadow: 0 12px 40px rgba(21, 32, 51, .08);--max: 1120px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:var(--bg);line-height:1.6}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;display:block}.container{width:min(100% - 2rem,var(--max));margin-inline:auto}.site-header{position:sticky;top:0;z-index:20;backdrop-filter:blur(12px);background:#ffffffe6;border-bottom:1px solid var(--border)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:72px}.logo{font-weight:800;font-size:1.15rem;color:var(--text);text-decoration:none}.nav{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.nav a{color:var(--muted);font-weight:500}.nav a:hover,.nav a.active{color:var(--text);text-decoration:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.25rem;border-radius:999px;border:none;font-weight:600;cursor:pointer;text-decoration:none;transition:transform .15s ease,background .15s ease}.btn:hover{text-decoration:none;transform:translateY(-1px)}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark);color:#fff}.btn-secondary{background:#eef3ff;color:var(--primary)}.hero{padding:4.5rem 0 3rem}.hero-grid{display:grid;gap:2rem;align-items:center}.hero h1{font-size:clamp(2rem,5vw,3.4rem);line-height:1.1;letter-spacing:-.03em;margin-bottom:1rem}.hero p{color:var(--muted);font-size:1.1rem;max-width:58ch}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.section{padding:3.5rem 0}.section-title{font-size:clamp(1.6rem,3vw,2.2rem);margin-bottom:.75rem}.section-lead{color:var(--muted);max-width:62ch;margin-bottom:2rem}.cards{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow)}.card h3{margin-bottom:.5rem}.card p{color:var(--muted);margin-bottom:1rem}.card ul{padding-left:1.2rem;color:var(--muted);margin:0}.card li+li{margin-top:.35rem}.steps{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.step{background:var(--surface);border-radius:var(--radius);padding:1.25rem;border:1px solid var(--border)}.step-num{width:2rem;height:2rem;border-radius:999px;display:grid;place-items:center;background:#eef3ff;color:var(--primary);font-weight:700;margin-bottom:.75rem}.page-hero{padding:3rem 0 1.5rem}.page-hero h1{font-size:clamp(1.8rem,4vw,2.8rem);margin-bottom:.75rem}.page-hero p{color:var(--muted);max-width:70ch}.content-block{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;margin-bottom:1rem}.content-block table{width:100%;border-collapse:collapse;margin:1.25rem 0;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.content-block th,.content-block td{padding:.85rem 1rem;text-align:left;vertical-align:top;border-bottom:1px solid var(--border)}.content-block th{background:#f7f9fc;font-size:.9rem;color:var(--muted);font-weight:600}.content-block tr:last-child td{border-bottom:none}.content-block .comparison-table-wrap{margin:1.25rem 0}.content-block h2{margin-bottom:.75rem;font-size:1.2rem}.content-block ul{padding-left:1.2rem;color:var(--muted)}.content-block li+li{margin-top:.35rem}.block-lead{color:var(--muted);margin-bottom:1rem}.feature-highlights{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:1rem}.feature-highlight{background:linear-gradient(135deg,#eef3ff,#f7f9ff);border:1px solid #d7e3ff;border-radius:var(--radius);padding:1rem 1.1rem;font-weight:600;color:#1a3f8b}.sources-grid{display:flex;flex-wrap:wrap;gap:.6rem}.source-tag{display:inline-flex;align-items:center;padding:.45rem .8rem;border-radius:999px;background:#f4f7fc;border:1px solid var(--border);color:var(--text);font-size:.95rem}.screenshots-grid{display:grid;gap:1.25rem}.screenshot-card{margin:0;border:1px solid var(--border);border-radius:12px;overflow:hidden;background:#fafbff}.screenshot-card img{width:100%;height:auto;border-bottom:1px solid var(--border)}.screenshot-card figcaption{padding:.85rem 1rem;color:var(--muted);font-size:.92rem;line-height:1.5}.cases-list{display:grid;gap:1rem}.case-thumbs{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1rem}.case-thumb{display:block;width:112px;height:84px;padding:0;border:1px solid var(--border);border-radius:8px;overflow:hidden;background:#f3f5f8;cursor:zoom-in;transition:border-color .15s ease,box-shadow .15s ease}.case-thumb:hover,.case-thumb:focus-visible{border-color:var(--accent, #3d6b4f);box-shadow:0 0 0 2px #3d6b4f33;outline:none}.case-thumb img{width:100%;height:100%;object-fit:cover;display:block}.lightbox{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.25rem;background:#0f1419d1}.lightbox[hidden]{display:none!important}.lightbox-figure{margin:0;max-width:min(960px,100%);max-height:calc(100vh - 2.5rem);display:flex;flex-direction:column;gap:.75rem}.lightbox-figure img{max-width:100%;max-height:calc(100vh - 6rem);width:auto;height:auto;object-fit:contain;border-radius:10px;background:#111}.lightbox-figure figcaption{color:#e8ecef;font-size:.92rem;line-height:1.45;text-align:center}.lightbox-close{position:absolute;top:.75rem;right:.9rem;width:2.5rem;height:2.5rem;border:0;border-radius:999px;background:#ffffff24;color:#fff;font-size:1.6rem;line-height:1;cursor:pointer}.lightbox-close:hover{background:#ffffff47}.contact-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.form-card,.info-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow)}.form-field{display:grid;gap:.35rem;margin-bottom:1rem}.form-field label{font-weight:600;font-size:.95rem}.form-field input,.form-field textarea,.form-field select{width:100%;border:1px solid var(--border);border-radius:12px;padding:.8rem .9rem;font:inherit;background:#fff}.form-field textarea{min-height:140px;resize:vertical}.checkbox-field{display:flex;gap:.6rem;align-items:flex-start;margin-bottom:1rem;color:var(--muted);font-size:.95rem}.form-status{margin-top:.75rem;font-size:.95rem}.form-status.success{color:#0f7b46}.form-status.error{color:#b42318}.contact-address{margin-bottom:.75rem;color:var(--text)}.messenger-links{display:grid;gap:.75rem;margin-top:1rem}.messenger-link{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1rem;border:1px solid var(--border);border-radius:12px;color:var(--text);text-decoration:none;background:#fafbff}.messenger-link:hover{text-decoration:none;border-color:#c9d7ff}.blog-list{display:grid;gap:1rem}.blog-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.5rem}.blog-meta{color:var(--muted);font-size:.9rem;margin-bottom:.35rem}.site-footer{margin-top:3rem;border-top:1px solid var(--border);background:#fff;padding:2rem 0}.footer-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.footer-grid h4{margin-bottom:.5rem}.footer-grid a{display:block;color:var(--muted);margin-bottom:.35rem}.footer-bottom{margin-top:1.5rem;color:var(--muted);font-size:.9rem}.pricing-grid{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));align-items:stretch}.pricing-card{position:relative;display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem;box-shadow:var(--shadow)}.pricing-card--featured{border-color:#c5d6ff;box-shadow:0 12px 40px #1f5eff1f}.pricing-badge{position:absolute;top:1rem;right:1rem;padding:.25rem .65rem;border-radius:999px;background:#eef3ff;color:var(--primary);font-size:.8rem;font-weight:600}.pricing-card h2{font-size:1.35rem;margin-bottom:.5rem}.pricing-lead{color:var(--muted);margin-bottom:1.25rem;flex-grow:0}.pricing-price{font-size:1.5rem;font-weight:700;letter-spacing:-.02em;margin-bottom:1.25rem}.pricing-features{list-style:none;padding:0;margin:0 0 1.5rem;flex-grow:1}.pricing-features li{position:relative;padding-left:1.35rem;color:var(--muted)}.pricing-features li+li{margin-top:.5rem}.pricing-features li:before{content:"✓";position:absolute;left:0;color:var(--primary);font-weight:700}.pricing-card .btn{margin-top:auto;width:100%}.pricing-note{margin-top:2rem;text-align:center;color:var(--muted);max-width:52ch;margin-left:auto;margin-right:auto}.promo-strip{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-radius:var(--radius);background:linear-gradient(135deg,#eef3ff,#f7f9ff);border:1px solid #d7e3ff}.promo-strip strong{display:block;margin-bottom:.25rem;color:#1a3f8b}.promo-strip p{margin:0;color:var(--muted);font-size:.95rem;max-width:52ch}@media (min-width: 900px){.hero-grid{grid-template-columns:1.2fr .8fr}}.growth-tool-card{position:relative;display:flex;flex-direction:column}.growth-tool-card h2{font-size:1.25rem;margin-bottom:.5rem}.growth-tool-card .btn{margin-top:auto;align-self:flex-start}.growth-tool-tag{display:inline-block;margin-bottom:.65rem;padding:.25rem .6rem;border-radius:999px;background:#eef3ff;color:var(--primary);font-size:.8rem;font-weight:600}.growth-tools-note{margin-top:1.5rem;color:var(--muted);font-size:.95rem}.lp-header-inner{min-height:64px}.lp-hero{padding:2.5rem 0 1rem}.lp-hero-grid{display:grid;gap:2rem;align-items:center}.lp-eyebrow{display:inline-block;margin-bottom:.75rem;padding:.35rem .75rem;border-radius:999px;background:#eef3ff;color:var(--primary);font-size:.85rem;font-weight:600}.lp-hero h1{font-size:clamp(1.85rem,4.5vw,2.75rem);line-height:1.12;letter-spacing:-.03em;margin-bottom:1rem}.lp-lead{color:var(--muted);font-size:1.05rem;max-width:62ch;margin-bottom:.75rem}.lp-note{color:var(--text);font-size:.95rem;margin-bottom:.25rem}.lp-hero-visual{margin:0;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);background:#fff}.comparison-table-wrap{overflow-x:auto}.comparison-table{width:100%;border-collapse:collapse;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.comparison-table th,.comparison-table td{padding:1rem 1.1rem;text-align:left;border-bottom:1px solid var(--border)}.comparison-table th{background:#f7f9fc;font-size:.9rem;color:var(--muted)}.comparison-table tr:last-child td{border-bottom:none}.comparison-table__highlight td{background:linear-gradient(135deg,#eef3ff,#f7f9ff)}.faq-item h2{font-size:1.05rem}.faq-item p{color:var(--muted);margin:0}.faq-list{display:grid;gap:.75rem}.lp-cta-section{background:linear-gradient(180deg,transparent,#eef3ff55)}.lp-cta-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.lp-related{margin-top:1.25rem;color:var(--muted);font-size:.95rem}@media (min-width: 900px){.lp-hero-grid{grid-template-columns:1.05fr .95fr}}@media (max-width: 720px){.nav{gap:.75rem}.header-inner{align-items:flex-start;flex-direction:column;padding:1rem 0}.lp-header-inner{flex-direction:row;align-items:center;padding:0}}
