/* Tamirlog platform marketing pages — self-hosted, no Tailwind CDN */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1rem;line-height:1.6;color:#1e293b;background:#f8fafc;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
.pl-wrap{max-width:72rem;margin:0 auto;padding:0 1rem}
.pl-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.85);backdrop-filter:blur(12px);border-bottom:1px solid rgba(226,232,240,.8)}
.pl-header__inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;gap:1rem}
.pl-logo{font-size:1.5rem;font-weight:800;letter-spacing:-.02em;color:#0f172a}
.pl-logo span{color:#2563eb}
.pl-nav{display:none;align-items:center;gap:1.5rem;font-size:.875rem;font-weight:500}
.pl-nav a{color:#475569;transition:color .2s}
.pl-nav a:hover{color:#2563eb}
.pl-btn{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.25rem;border-radius:.75rem;font-weight:600;font-size:.875rem;transition:background .2s,transform .2s,box-shadow .2s;border:none;cursor:pointer}
.pl-btn--primary{background:#2563eb;color:#fff;box-shadow:0 10px 25px -5px rgba(37,99,235,.35)}
.pl-btn--primary:hover{background:#1d4ed8}
.pl-btn--lg{padding:.875rem 1.75rem;font-size:1rem;border-radius:.875rem}
.pl-btn--white{background:#fff;color:#1d4ed8;box-shadow:0 20px 40px -12px rgba(0,0,0,.15)}
.pl-btn--white:hover{background:#eff6ff}
.pl-btn--outline{background:#fff;border:1px solid #e2e8f0;color:#334155;box-shadow:0 1px 2px rgba(0,0,0,.04)}
.pl-btn--outline:hover{border-color:#93c5fd;color:#1d4ed8}
.pl-hero-mesh{background:radial-gradient(ellipse 80% 60% at 10% 20%,rgba(59,130,246,.18),transparent 50%),radial-gradient(ellipse 60% 50% at 90% 10%,rgba(99,102,241,.15),transparent 45%),radial-gradient(ellipse 50% 40% at 50% 100%,rgba(14,165,233,.1),transparent 50%),linear-gradient(180deg,#f8fafc 0%,#fff 100%)}
.pl-hero{padding:4rem 0 5rem}
.pl-hero__grid{display:grid;gap:3rem;align-items:center}
.pl-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem 1rem;border-radius:9999px;background:#dbeafe;color:#1d4ed8;font-size:.875rem;font-weight:600;margin-bottom:1.5rem}
.pl-badge__dot{width:.5rem;height:.5rem;border-radius:50%;background:#3b82f6;animation:pl-pulse 2s infinite}
@keyframes pl-pulse{0%,100%{opacity:1}50%{opacity:.4}}
.pl-title{font-size:clamp(2rem,5vw,3.25rem);font-weight:800;line-height:1.15;letter-spacing:-.02em;color:#0f172a;margin:0 0 1.5rem}
.pl-lead{font-size:1.125rem;color:#475569;line-height:1.7;margin:0 0 2rem;max-width:36rem}
.pl-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem}
.pl-stats{display:flex;flex-wrap:wrap;gap:1.5rem}
.pl-stat__value{font-size:1.5rem;font-weight:800;color:#0f172a}
.pl-stat__label{font-size:.875rem;color:#64748b}
.pl-hero-visual{position:relative}
.pl-hero-visual__glow{position:absolute;inset:-1rem;background:linear-gradient(135deg,rgba(59,130,246,.2),rgba(99,102,241,.2));border-radius:1.5rem;filter:blur(32px)}
.pl-hero-visual__frame{position:relative;border-radius:1rem;overflow:hidden;border:1px solid rgba(255,255,255,.6);box-shadow:0 25px 50px -12px rgba(15,23,42,.15);background:#fff;aspect-ratio:4/3}
.pl-hero-visual__frame img{width:100%;height:100%;object-fit:cover}
.pl-section{padding:5rem 0}
.pl-section--white{background:#fff}
.pl-section--muted{background:#f8fafc}
.pl-section__head{text-align:center;max-width:42rem;margin:0 auto 3.5rem}
.pl-section__title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800;color:#0f172a;margin:0 0 1rem}
.pl-section__subtitle{color:#475569;margin:0}
.pl-grid-3{display:grid;gap:2rem}
.pl-grid-4{display:grid;gap:1.5rem}
.pl-card{background:#f8fafc;border:1px solid #f1f5f9;border-radius:1rem;padding:2rem;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden}
.pl-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px -12px rgba(15,23,42,.12)}
.pl-card__icon{width:3.5rem;height:3.5rem;border-radius:1rem;background:linear-gradient(135deg,#3b82f6,#4f46e5);color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;box-shadow:0 10px 25px -5px rgba(59,130,246,.35)}
.pl-card__icon svg{width:1.75rem;height:1.75rem}
.pl-card h3{font-size:1.125rem;font-weight:700;color:#0f172a;margin:0 0 .5rem}
.pl-card p{font-size:.875rem;color:#475569;margin:0;line-height:1.6}
.pl-card img{width:100%;height:9rem;object-fit:cover;border-radius:.75rem;margin-bottom:1.25rem}
.pl-sector{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;overflow:hidden;transition:transform .2s,box-shadow .2s}
.pl-sector:hover{transform:translateY(-4px);box-shadow:0 20px 40px -12px rgba(15,23,42,.12)}
.pl-sector__bar{height:.375rem;background:linear-gradient(90deg,#3b82f6,#06b6d4)}
.pl-sector__bar--hvac{background:linear-gradient(90deg,#0ea5e9,#2563eb)}
.pl-sector__bar--appliance{background:linear-gradient(90deg,#6366f1,#8b5cf6)}
.pl-sector__bar--general{background:linear-gradient(90deg,#475569,#1e293b)}
.pl-sector__body{padding:1.5rem}
.pl-sector__emoji{font-size:1.875rem;margin-bottom:.75rem}
.pl-sector h3{font-weight:700;color:#0f172a;margin:0 0 .5rem}
.pl-sector p{font-size:.875rem;color:#475569;margin:0 0 1rem;line-height:1.6}
.pl-sector__link{font-size:.875rem;font-weight:600;color:#2563eb}
.pl-cta{position:relative;overflow:hidden;padding:5rem 0;text-align:center;color:#fff}
.pl-cta__bg{position:absolute;inset:0;background:linear-gradient(135deg,#2563eb,#1d4ed8,#3730a3)}
.pl-cta__inner{position:relative;max-width:48rem;margin:0 auto;padding:0 1rem}
.pl-cta h2{font-size:1.875rem;font-weight:800;margin:0 0 1rem}
.pl-cta p{font-size:1.125rem;opacity:.9;margin:0 0 2rem}
.pl-cta__note{font-size:.875rem;opacity:.8;margin-top:1.5rem}
.pl-footer{border-top:1px solid #e2e8f0;padding:2.5rem 0;text-align:center;font-size:.875rem;color:#64748b;background:#fff}
.pl-faq{max-width:48rem;margin:0 auto}
.pl-faq details{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;margin-bottom:.75rem;padding:1rem 1.25rem}
.pl-faq summary{font-weight:600;color:#0f172a;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}
.pl-faq summary::-webkit-details-marker{display:none}
.pl-faq summary::after{content:"+";color:#2563eb;font-size:1.25rem;font-weight:700}
.pl-faq details[open] summary::after{content:"−"}
.pl-faq p{margin:.75rem 0 0;color:#475569;font-size:.9375rem;line-height:1.6}
.pl-highlights{list-style:none;padding:0;margin:0 0 2rem;display:grid;gap:.75rem}
.pl-highlights li{display:flex;gap:.75rem;align-items:flex-start;color:#334155}
.pl-highlights li::before{content:"✓";flex-shrink:0;width:1.5rem;height:1.5rem;border-radius:50%;background:#dbeafe;color:#2563eb;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}
.pl-breadcrumb{font-size:.875rem;color:#64748b;margin-bottom:1.5rem}
.pl-breadcrumb a{color:#2563eb}
@media(min-width:640px){.pl-nav{display:flex}.pl-btn--mobile-only{display:none}}
@media(max-width:639px){.pl-btn--desktop-nav{display:none}}
@media(min-width:768px){.pl-grid-3{grid-template-columns:repeat(3,1fr)}.pl-grid-4{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.pl-hero{padding:6rem 0}.pl-hero__grid{grid-template-columns:1fr 1fr}.pl-hero__content{text-align:left}.pl-actions,.pl-stats{justify-content:flex-start}.pl-grid-4{grid-template-columns:repeat(4,1fr)}}
