:root{--blue: #0ea5e9;--blue-dark: #1d4ed8;--navy: #0f172a;--gray: #475569;--bg: #f9fafb;--surface: #ffffff}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--navy);line-height:1.6;-webkit-font-smoothing:antialiased}.site-shell{min-height:100vh;display:flex;flex-direction:column}.nav{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:14px 24px;background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #e2e8f0}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:800;color:var(--navy);text-decoration:none}.brand-mark{width:32px;height:32px;border-radius:10px;background:linear-gradient(135deg,var(--blue),var(--blue-dark));color:#fff;display:grid;place-items:center;font-weight:800}.nav-links{display:flex;gap:14px;align-items:center}.nav a{color:var(--gray);text-decoration:none;font-weight:600;padding:8px 10px;border-radius:10px}.nav a.active{background:#e0f2fe;color:var(--blue-dark)}.page{max-width:1200px;width:100%;margin:0 auto;padding:32px 24px}.hero{display:grid;grid-template-columns:1.1fr .9fr;gap:32px;align-items:center;background:radial-gradient(circle at 10% 20%,rgba(14,165,233,.08),transparent 40%),radial-gradient(circle at 90% 10%,rgba(37,99,235,.08),transparent 40%),#fff;border:1px solid #e2e8f0;border-radius:20px;padding:28px;box-shadow:0 16px 40px #0f172a14}.hero-copy h1{font-size:36px;margin:10px 0}.hero-copy .lead{color:var(--gray);max-width:680px}.hero-actions{display:flex;gap:12px;margin:14px 0;flex-wrap:wrap}.plan-switch{display:flex;gap:8px;margin:12px 0;flex-wrap:wrap}.plan-switch label{display:flex;gap:6px;align-items:center;background:#f1f5f9;padding:8px 14px;border-radius:10px;font-weight:700;color:var(--gray);font-size:14px;cursor:pointer;transition:all .2s ease;border:2px solid transparent}.plan-switch label:hover{background:#e2e8f0;border-color:#cbd5e1}.plan-switch input[type=radio]{width:18px;height:18px;margin:0;cursor:pointer;accent-color:var(--blue);flex-shrink:0}.plan-switch label:has(input:checked){background:#e0f2fe;border-color:var(--blue);color:var(--blue-dark)}.hero-card{background:linear-gradient(135deg,#0f172a,#1e293b);color:#e2e8f0;padding:24px;border-radius:20px;border:1px solid #334155;box-shadow:0 20px 50px #00000059,0 0 0 1px #ffffff0d inset;position:relative;overflow:hidden}.hero-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent)}.qr-view{min-height:320px;display:grid;place-items:center;background:#fff;border-radius:12px;padding:20px;margin-bottom:16px;box-shadow:0 4px 12px #00000026}.download-row{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0 8px;justify-content:center}.tag{display:inline-flex;padding:6px 10px;border-radius:999px;background:#e0f2fe;color:var(--blue-dark);font-weight:700;font-size:12px;letter-spacing:.02em;text-transform:uppercase}.mini-tag{display:inline-block;padding:4px 8px;background:#eef2ff;border-radius:999px;font-size:11px;color:var(--blue-dark);text-transform:uppercase}h1{font-size:32px;margin:8px 0 12px}h2{margin:6px 0;font-size:26px}h3{margin:6px 0;font-size:22px}.lead{color:var(--gray);margin-bottom:16px}.hero-card button{background:#ffffff0f;color:#fff;border:1px solid rgba(255,255,255,.08)}.hero-card button.ghost{background:#ffffff1f;color:#fff}button{border:none;border-radius:12px;padding:12px 16px;font-weight:800;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease}button:hover{transform:translateY(-1px)}button.primary{background:linear-gradient(135deg,var(--blue),var(--blue-dark));color:#fff;box-shadow:0 10px 30px #0ea5e959}button.secondary{background:var(--navy);color:#fff}button.ghost{background:#e2e8f0;color:var(--navy)}button:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.panel{margin-top:32px;padding:24px;border:1px solid #e2e8f0;border-radius:18px;background:var(--surface);box-shadow:0 12px 30px #00000008}.panel.alt{background:linear-gradient(135deg,#f8fafc,#eff6ff)}.panel-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-bottom:18px}.pill{background:#0ea5e9;color:#fff;padding:8px 12px;border-radius:999px;font-weight:700}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px}.card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:16px;box-shadow:0 8px 18px #0000000a}.card.accent{border-color:var(--blue);box-shadow:0 12px 30px #0ea5e92e}label{font-weight:700;display:block;margin-bottom:6px}input[type=text],input[type=url],input[type=email],input[type=password],input[type=number],input[type=datetime-local],select{width:100%;padding:12px;border-radius:12px;border:1px solid #cbd5e1;margin-bottom:10px;font-size:15px;background:#fff;transition:border-color .2s,box-shadow .2s}input[type=text]:focus,input[type=url]:focus,input[type=email]:focus,input[type=password]:focus,input[type=number]:focus,input[type=datetime-local]:focus,select:focus{border-color:var(--blue);box-shadow:0 0 0 3px #0ea5e91a;outline:none}.row{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.row.space{justify-content:space-between}.row-label{display:flex;gap:6px;align-items:center;font-weight:700;color:var(--gray);font-size:14px;cursor:pointer}.row-label input[type=checkbox],.row-label input[type=radio]{width:18px;height:18px;margin:0;cursor:pointer;accent-color:var(--blue);flex-shrink:0}.row.dual>div{flex:1;min-width:160px}.hint{color:var(--gray);font-size:14px;margin:6px 0}.muted{color:#64748b;font-size:14px}.status{color:var(--blue-dark);font-weight:800;margin-top:8px}.help{color:#94a3b8;font-size:13px;text-align:center;margin-top:8px;line-height:1.5}.chips{display:flex;gap:8px;flex-wrap:wrap;margin:8px 0}.chips.wrap .chip{background:#e2e8f0;color:var(--navy);border:1px solid #cbd5e1}.chip{background:linear-gradient(135deg,var(--start),var(--end));color:#fff;border:none;padding:8px 12px;border-radius:999px;font-weight:700}.bullet{padding-left:18px;color:var(--gray);line-height:1.8}.history{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:12px}.history-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px;border-bottom:1px solid #e2e8f0}.history-item:last-child{border-bottom:none}.strong{font-weight:800;color:var(--navy)}.samples{align-items:center}.sample-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.sample{margin:0;text-align:center;background:#f8fafc;padding:12px;border-radius:12px;border:1px solid #e2e8f0}.sample img{width:100%;height:auto}.features{align-items:stretch}.features .card{min-height:140px}.price{font-size:28px;font-weight:800;color:var(--blue-dark)}.pricing-wrap h2{margin-bottom:6px}.faq{display:grid;gap:12px}.faq details{background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0;padding:12px 14px}.faq summary{font-weight:800;cursor:pointer}.faq p{margin:8px 0 0}.footer{margin-top:64px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-top:1px solid #e2e8f0;color:var(--gray)}.footer-content{max-width:1200px;margin:0 auto;padding:48px 24px 32px;display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:32px}.footer-brand{display:flex;flex-direction:column;gap:12px}.footer-brand .tag{margin-bottom:4px;align-self:flex-start}.footer-description{color:var(--gray);font-size:14px;line-height:1.6;margin:0;max-width:300px}.footer-section{display:flex;flex-direction:column;gap:12px}.footer-title{margin:0 0 8px;font-size:14px;font-weight:800;color:var(--navy);text-transform:uppercase;letter-spacing:.5px}.footer-nav{display:flex;flex-direction:column;gap:10px}.footer-nav a{color:var(--gray);font-weight:500;text-decoration:none;font-size:14px;transition:color .2s,transform .2s;display:inline-block}.footer-nav a:hover{color:var(--blue-dark);transform:translate(4px)}.footer-credit,.footer-email{margin:0;font-size:13px;color:var(--gray);line-height:1.6}.footer-link-external{color:var(--blue-dark);font-weight:600;text-decoration:none;transition:color .2s}.footer-link-external:hover{color:var(--blue);text-decoration:underline}.footer-bottom{max-width:1200px;margin:0 auto;padding:20px 24px;border-top:1px solid #e2e8f0;text-align:center}.footer-copyright{margin:0;font-size:13px;color:#64748b}.cookie-banner{position:fixed;bottom:16px;right:16px;left:16px;max-width:980px;margin:0 auto;display:flex;gap:20px;align-items:center;background:#0f172a;color:#fff;padding:20px 24px;border-radius:14px;box-shadow:0 18px 40px #00000059;z-index:1000}.cookie-icon{font-size:32px;line-height:1;flex-shrink:0;animation:cookie-bounce 2s ease-in-out infinite}@keyframes cookie-bounce{0%,to{transform:rotate(0) scale(1)}50%{transform:rotate(10deg) scale(1.1)}}.cookie-content{flex:1;min-width:0}.cookie-banner .strong{color:#fff;font-weight:800;font-size:16px;margin-bottom:8px;display:block}.cookie-banner .muted{color:#cbd5e1;font-size:14px;line-height:1.5;margin-bottom:12px}.cookie-actions{display:flex;gap:12px;margin-top:8px;flex-wrap:wrap}.ghost-link{color:#60a5fa;text-decoration:underline;font-weight:600;font-size:14px;transition:color .2s}.ghost-link:hover{color:#93c5fd}.cookie-buttons{display:flex;gap:10px;flex-shrink:0;align-items:center;flex-direction:row}.cookie-banner button{min-width:100px;white-space:nowrap;padding:10px 16px}.cookie-banner button.ghost{background:#ffffff26;color:#fff;border:1px solid rgba(255,255,255,.2)}.cookie-banner button.ghost:hover{background:#ffffff40}.cookie-banner button.primary{background:linear-gradient(135deg,var(--blue),var(--blue-dark));color:#fff;box-shadow:0 4px 12px #0ea5e966}.legal-list{list-style:none;padding-left:0;color:var(--gray)}.legal-list li{margin:6px 0}.legal-section{margin-top:32px;padding-top:24px;border-top:1px solid #e2e8f0}.legal-section:first-of-type{border-top:none;padding-top:0}.legal-section h2{color:var(--navy);margin-bottom:12px;font-size:22px}.legal-section h3{color:var(--navy);margin-top:20px;margin-bottom:8px;font-size:18px}.contact-card{background:#0ea5e9;color:#fff;padding:16px;border-radius:12px;font-weight:700;display:inline-block}.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.service-card-link{display:flex;flex-direction:column;align-items:center;text-align:center;padding:32px 24px;transition:transform .2s,box-shadow .2s;cursor:pointer}.service-card-link:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001f}.service-icon-large{font-size:64px;margin-bottom:16px;line-height:1}.service-card-link h3{margin:0 0 12px;color:var(--navy);font-size:22px}.service-card-link .muted{margin-bottom:20px;line-height:1.6}.service-link{display:inline-flex;align-items:center;gap:8px;color:var(--blue-dark);font-weight:700;text-decoration:none;font-size:15px;transition:color .2s,transform .2s;margin-top:auto}.service-link:hover{color:var(--blue);transform:translate(4px)}.ads-container{max-width:1200px;margin:24px auto;padding:0 24px;text-align:center;min-height:100px;display:flex;align-items:center;justify-content:center}.ads-container.ads-top{margin-top:0;margin-bottom:32px}.ads-container.ads-bottom{margin-top:32px;margin-bottom:0}.ads-container ins{display:block;width:100%;max-width:728px}@media (max-width: 768px){.ads-container{padding:0 16px;margin:16px auto}.ads-container.ads-top{margin-bottom:24px}.ads-container.ads-bottom{margin-top:24px}}@media (max-width: 1024px){.hero{grid-template-columns:1fr}.nav{flex-direction:column;align-items:flex-start;gap:10px}.nav-links{flex-wrap:wrap}.cookie-banner{flex-wrap:wrap;align-items:flex-start;gap:16px}.cookie-icon{order:1}.cookie-content{order:2;flex:1 1 100%}.cookie-buttons{order:3;width:100%;justify-content:flex-end;flex-direction:row}.cookie-buttons button{flex:1;min-width:120px}.footer-content{grid-template-columns:1fr 1fr;gap:32px}}@media (max-width: 640px){.page{padding:16px}button,input,select{font-size:14px}.hero{padding:20px}.hero-card{padding:16px}.qr-view{min-height:280px;padding:16px}.plan-switch{flex-direction:column}.plan-switch label{width:100%;justify-content:flex-start}.download-row{gap:6px}.download-row button{flex:1;min-width:70px;padding:10px 8px;font-size:13px}.footer-content{padding:32px 16px 24px;grid-template-columns:1fr;gap:32px}.footer-bottom{padding:16px}.nav{padding:12px 16px}.nav-links{gap:8px}.nav a{padding:6px 8px;font-size:14px}.hero-copy h1{font-size:24px}.hero-actions{flex-direction:column}.hero-actions button{width:100%}}
