
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6;background:#000 url("../images/hero-workshop.png") no-repeat center top;background-size:cover;background-attachment:fixed;color:#222;min-height:100vh;display:flex;flex-direction:column;}
a{color:#0b63ce;text-decoration:none}
a:hover{text-decoration:underline}
header{background:#061727;color:#fff;padding:1.1rem 0;border-bottom:3px solid #f0a500}
.container{width:95%;max-width:1200px;margin:0 auto}
.navbar{display:flex;align-items:center;justify-content:space-between;gap:2rem}
.logo{font-size:1.15rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}
.nav-links{display:flex;gap:1.2rem;flex-wrap:wrap}
.nav-links a{font-size:.95rem;font-weight:500;color:#f5f5f7}
.nav-links a.active{border-bottom:2px solid #f0a500}
.btn-primary{display:inline-block;padding:.6rem 1.4rem;background:#f0a500;color:#061727;font-weight:600;border-radius:999px;border:none;cursor:pointer;font-size:.9rem}
.btn-primary:hover{background:#ffbb33}
main{flex:1 0 auto;padding:2.5rem 0 3.5rem;background:rgba(245,245,247,0.82);}
.hero{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(0,1.3fr);gap:2.5rem;align-items:center}
.hero-right{display:flex;flex-direction:column;align-items:flex-end;gap:1.5rem}
.hero-image-box{max-width:420px;}
.hero-image-box img{max-width:100%;height:auto;display:block;}
.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .7rem;border-radius:999px;background:rgba(240,165,0,.1);color:#f0a500;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem}
.hero h1{font-size:clamp(2.1rem,3vw,2.8rem);margin-bottom:1rem}
.hero h1 span{color:#f0a500}
.hero p{font-size:.98rem;max-width:34rem;margin-bottom:1.5rem}
.hero-meta{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:2rem;font-size:.85rem}
.hero-card{background:#0b2034;border-radius:1.25rem;padding:1.5rem;color:#f5f5f7;box-shadow:0 16px 40px rgba(0,0,0,.26)}
.hero-card h2{font-size:1.1rem;margin-bottom:.75rem}
.hero-card ul{list-style:none;font-size:.9rem}
.hero-card li+li{margin-top:.25rem}
.section{margin-top:3rem}
.section-header{margin-bottom:1.25rem}
.section-header h2{font-size:1.4rem}
.section-header p{font-size:.9rem;color:#555}
.grid{display:grid;gap:1.5rem}
.grid-3{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}
.card{background:#fff;border-radius:1rem;padding:1.4rem 1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.04)}
.card h3{font-size:1rem;margin-bottom:.5rem}
.badge{display:inline-flex;padding:.16rem .6rem;border-radius:999px;background:#e6f0ff;color:#0b63ce;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.3rem}
.table-wrapper{margin-top:1rem;overflow-x:auto}
table{width:100%;border-collapse:collapse;font-size:.88rem}
th,td{padding:.6rem .8rem;border-bottom:1px solid #e0e0e0;text-align:left}
th{background:#061727;color:#fff}
.list-plain{list-style:none;font-size:.86rem}
.list-plain li+li{margin-top:.25rem}
.footer{background:#061727;color:#c5cee0;padding:2rem 0 1.5rem;margin-top:0;}
.footer-grid{display:grid;gap:1.5rem;grid-template-columns:minmax(0,2fr) repeat(2,minmax(0,1fr))}
.footer small{display:block;margin-top:1.25rem;font-size:.78rem;color:#8492b5}
.form-grid{display:grid;gap:1rem}
.form-grid-2{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}
label{display:block;font-size:.85rem;font-weight:500;margin-bottom:.25rem}
input,select,textarea{width:100%;padding:.55rem .7rem;border-radius:.5rem;border:1px solid #ccd2e0;font-size:.9rem}
textarea{min-height:140px}
.product-layout{display:grid;gap:2rem;grid-template-columns:minmax(0,1.6fr) minmax(0,1.1fr);align-items:flex-start}
.product-image-box{background:#fff;border-radius:1rem;padding:1rem;box-shadow:0 2px 8px rgba(0,0,0,.04);text-align:center}
.product-image-box img{max-width:100%;height:auto;display:block;margin:0 auto .75rem}
.product-image-box p{font-size:.8rem;color:#555}
@media(max-width:900px){.hero{grid-template-columns:minmax(0,1fr)}.hero-right{align-items:flex-start}.hero-image-box{max-width:260px;margin-top:0.5rem}.navbar{flex-direction:column;align-items:flex-start}.product-layout{grid-template-columns:minmax(0,1fr)}.footer-grid{grid-template-columns:minmax(0,1fr)}}