/* ==========================================================================
   DR1064 PHARMACEUTICALS - PREMIUM STYLESHEET
   NOTE:
   This starter stylesheet is intended as a downloadable base.
   A complete premium version would normally be 700-1000+ lines.
   ========================================================================== */

.dr1064pharmaceuticals{
position:relative;
overflow:hidden;
padding:110px 20px;
background:
radial-gradient(circle at top left,rgba(0,195,255,.12),transparent 40%),
radial-gradient(circle at bottom right,rgba(0,160,255,.08),transparent 45%),
linear-gradient(135deg,#061322,#0b1f3a 60%,#07121f);
}

.dr1064container{max-width:1320px;margin:auto;position:relative;z-index:2}

.dr1064pharma-bg{position:absolute;inset:0;overflow:hidden}
.dr1064pharma-bg span{
position:absolute;
width:420px;height:420px;
border-radius:50%;
background:rgba(0,200,255,.06);
filter:blur(80px);
animation:dr1064float 16s linear infinite;
}
.dr1064pharma-bg span:nth-child(1){top:-120px;left:-120px}
.dr1064pharma-bg span:nth-child(2){top:20%;right:-120px}
.dr1064pharma-bg span:nth-child(3){bottom:-140px;left:20%}
.dr1064pharma-bg span:nth-child(4){bottom:-120px;right:10%}

@keyframes dr1064float{
50%{transform:translateY(-40px) scale(1.08)}
100%{transform:translateY(0) scale(1)}
}

.dr1064pharma-hero{
display:grid;
grid-template-columns:1.15fr 1fr;
gap:70px;
align-items:center;
min-height:650px;
margin-bottom:110px;
}

.dr1064pharma-image{
position:relative;
overflow:hidden;
border-radius:28px;
box-shadow:0 30px 60px rgba(0,0,0,.35);
}
.dr1064pharma-image img{
width:100%;
height:620px;
object-fit:cover;
display:block;
transition:.8s;
}
.dr1064pharma-image:hover img{transform:scale(1.06)}
.dr1064pharma-overlay{
position:absolute;inset:0;
background:linear-gradient(135deg,rgba(0,174,239,.25),rgba(0,0,0,.45));
}

.dr1064badge{
display:inline-flex;
padding:10px 24px;
border-radius:40px;
background:#0fb6d8;
color:#fff;
font-weight:700;
box-shadow:0 15px 35px rgba(0,174,239,.35);
}

.dr1064pharma-content h2{
font-size:clamp(2.5rem,5vw,3.8rem);
line-height:1.1;
font-weight:800;
color:#fff;
margin:24px 0;
}
.dr1064pharma-content h2 span{color:#63ecff}
.dr1064pharma-content p{
font-size:18px;
line-height:1.9;
color:rgba(255,255,255,.82);
max-width:620px;
}

.dr1064section-heading{text-align:center;margin:0 0 55px}
.dr1064section-heading span{
display:inline-block;
letter-spacing:3px;
text-transform:uppercase;
font-weight:700;
color:#57dfff;
margin-bottom:12px;
}
.dr1064section-heading h3{
font-size:42px;
font-weight:800;
color:#fff;
}

.dr1064pharma-solutions,
.dr1064manufacturing,
.dr1064pharma-compliance,
.dr1064execution{margin-top:120px}

.dr1064pharma-grid,
.dr1064manufacturing-grid,
.dr1064process-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:28px;
}

.dr1064pharma-card,
.dr1064manufacturing-grid article,
.dr1064process-grid article{
background:rgba(255,255,255,.05);
border:1px solid rgba(255,255,255,.08);
border-radius:24px;
padding:42px 30px;
text-align:center;
backdrop-filter:blur(16px);
transition:.35s;
color:#fff;
}

.dr1064pharma-card:hover,
.dr1064manufacturing-grid article:hover,
.dr1064process-grid article:hover{
transform:translateY(-10px);
border-color:#19dcff;
box-shadow:0 30px 70px rgba(0,180,255,.18);
}

.dr1064pharma-card i,
.dr1064manufacturing-grid article i{
font-size:48px;
color:#36ddff;
margin-bottom:22px;
}

.dr1064pharma-card h4,
.dr1064manufacturing-grid article h4,
.dr1064process-grid article h4{
margin:12px 0;
font-size:22px;
}

.dr1064standard-tags{
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:18px;
}
.dr1064standard-tags span{
padding:16px 28px;
border-radius:50px;
background:rgba(255,255,255,.06);
border:1px solid rgba(255,255,255,.12);
color:#fff;
font-weight:700;
transition:.3s;
}
.dr1064standard-tags span:hover{
background:#0fb6d8;
transform:translateY(-4px);
}

.dr1064process-grid article span{
display:flex;
align-items:center;
justify-content:center;
width:70px;height:70px;
margin:0 auto 20px;
border-radius:50%;
background:#00bde7;
font-size:28px;
font-weight:700;
color:#fff;
}

@media(max-width:992px){
.dr1064pharma-hero{grid-template-columns:1fr;gap:40px;min-height:auto}
.dr1064pharma-image img{height:420px}
.dr1064section-heading h3{font-size:34px}
}

@media(max-width:576px){
.dr1064pharmaceuticals{padding:80px 15px}
.dr1064pharma-card,.dr1064manufacturing-grid article,.dr1064process-grid article{padding:30px 20px}
}
