/* Meistars — Izstrādes stadijas lapa */
*,*::before,*::after{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family:'Inter',system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  color:#0f172a;background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.container{max-width:1200px;margin:0 auto;padding:0 1.25rem}

/* Header */
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.85);backdrop-filter:blur(10px);border-bottom:1px solid #f1f5f9}
.header-row{display:flex;align-items:center;justify-content:space-between;height:72px}
.brand{display:flex;align-items:center;gap:.6rem;font-weight:800;font-size:1.25rem;color:#0f172a}
.brand-dot{width:14px;height:14px;border-radius:50%;background:#f97316;box-shadow:0 0 0 4px rgba(249,115,22,.18)}
.phone{display:inline-flex;align-items:center;gap:.5rem;color:#475569;font-weight:600}
.phone svg{width:18px;height:18px;color:#f97316}
.phone:hover{color:#f97316}

/* Hero */
.hero{padding:5rem 0 6rem;background:linear-gradient(180deg,#fff 0%,#fff 60%,#fff7ed 100%)}
.hero-grid{display:grid;gap:4rem;align-items:center;grid-template-columns:1fr}
@media (min-width:1024px){.hero-grid{grid-template-columns:1fr 1fr}}

.badge{display:inline-flex;align-items:center;gap:.5rem;background:#fff7ed;color:#c2410c;border:1px solid #fed7aa;padding:.4rem .85rem;border-radius:999px;font-size:.85rem;font-weight:600}
.badge-dot{width:8px;height:8px;border-radius:50%;background:#f97316;box-shadow:0 0 0 4px rgba(249,115,22,.2);animation:pulse 1.8s ease-in-out infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.4}}

.hero-title{font-size:clamp(2.25rem,5vw,4.25rem);font-weight:800;line-height:1.1;margin:1.25rem 0 1rem;color:#0f172a;letter-spacing:-.02em}
.accent{color:#f97316}
.hero-desc{font-size:1.1rem;color:#475569;max-width:36rem;margin:0 0 2rem}

/* Countdown */
.countdown{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;max-width:30rem;margin:0 0 1.75rem}
.cd-item{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1rem .5rem;text-align:center;box-shadow:0 1px 2px rgba(15,23,42,.04)}
.cd-num{display:block;font-size:1.75rem;font-weight:800;color:#0f172a;line-height:1}
.cd-lbl{display:block;margin-top:.35rem;font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:#64748b;font-weight:600}

/* Notify form */
.notify{display:flex;gap:.5rem;max-width:30rem;margin-bottom:.75rem}
.notify input{flex:1;min-width:0;padding:.95rem 1.1rem;border-radius:999px;border:2px solid #e2e8f0;font-size:1rem;outline:none;transition:border-color .2s}
.notify input:focus{border-color:#f97316}
.notify button{display:inline-flex;align-items:center;gap:.5rem;background:#f97316;color:#fff;border:0;padding:.95rem 1.5rem;border-radius:999px;font-weight:700;font-size:1rem;cursor:pointer;box-shadow:0 10px 20px -8px rgba(249,115,22,.55);transition:transform .15s,background .2s}
.notify button:hover{background:#ea6a0c;transform:translateY(-1px)}
.notify button svg{width:18px;height:18px}
.notice{margin:.25rem 0 0;font-size:.9rem;font-weight:600}
.notice.ok{color:#15803d}
.notice.err{color:#b91c1c}

/* Trust badges */
.trust{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2.5rem;max-width:30rem}
.trust-item{display:flex;flex-direction:column;align-items:center;text-align:center}
.trust-icon{width:56px;height:56px;border-radius:18px;display:flex;align-items:center;justify-content:center;margin-bottom:.6rem;transition:transform .2s}
.trust-icon svg{width:26px;height:26px}
.trust-item:hover .trust-icon{transform:translateY(-3px)}
.trust-orange{background:#fff7ed;color:#f97316}
.trust-blue{background:#eff6ff;color:#1d4ed8}
.trust-yellow{background:#fefce8;color:#eab308}
.trust-val{margin:0;font-weight:800;font-size:.95rem;color:#0f172a}
.trust-lbl{margin:.1rem 0 0;font-size:.75rem;color:#64748b}

/* Hero right */
.hero-right{position:relative}
.hero-image-wrap{position:relative;border-radius:32px;overflow:hidden;box-shadow:0 30px 60px -20px rgba(15,23,42,.35)}
.hero-image-wrap img{width:100%;height:600px;object-fit:cover}
.img-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(15,23,42,.25),transparent 60%)}
.blob{position:absolute;border-radius:50%;filter:blur(40px);z-index:-1}
.blob-orange{width:160px;height:160px;background:#f97316;opacity:.22;bottom:-30px;right:-30px}
.blob-blue{width:120px;height:120px;background:#3b82f6;opacity:.15;top:-30px;left:-30px}
.stats-card{position:absolute;left:-1.25rem;bottom:-1.75rem;background:#fff;border:1px solid #f1f5f9;border-radius:24px;padding:1.1rem 1.25rem;box-shadow:0 25px 50px -12px rgba(15,23,42,.25);display:flex;gap:1rem;align-items:center;transition:transform .25s}
.stats-card:hover{transform:scale(1.04)}
.stats-icon{width:60px;height:60px;border-radius:18px;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 20px -8px rgba(249,115,22,.6)}
.stats-icon svg{width:28px;height:28px}
.stats-val{margin:0;font-size:1.6rem;font-weight:800;color:#0f172a;line-height:1}
.stats-lbl{margin:.3rem 0 0;color:#64748b;font-size:.8rem;font-weight:600}

/* Footer */
.site-footer{border-top:1px solid #f1f5f9;padding:1.5rem 0;margin-top:3rem;color:#64748b;font-size:.9rem}
.footer-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}
.footer-row a:hover{color:#f97316}

@media (max-width:640px){
  .hero{padding:3rem 0 4rem}
  .hero-image-wrap img{height:380px}
  .stats-card{left:1rem;bottom:-1.25rem;padding:.85rem 1rem}
  .stats-val{font-size:1.3rem}
  .countdown{grid-template-columns:repeat(4,1fr)}
  .cd-num{font-size:1.25rem}
  .notify{flex-direction:column;border-radius:24px}
  .notify input,.notify button{width:100%;justify-content:center}
}
