/* Yevro Polycarbonate Supply — One-page site (GitHub Pages ready) */
:root{
  --bg: #0b1220;
  --surface: rgba(255,255,255,.06);
  --surface2: rgba(255,255,255,.09);
  --text: rgba(255,255,255,.92);
  --muted: rgba(255,255,255,.72);
  --line: rgba(255,255,255,.14);
  --brand: #7dd3fc;   /* light blue */
  --brand2:#a7f3d0;   /* mint accent */
  --shadow: 0 18px 40px rgba(0,0,0,.35);
  --radius: 18px;
  --radius2: 26px;
  --max: 1120px;
}

*{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body{
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: radial-gradient(1200px 600px at 18% 0%, rgba(125,211,252,.16), transparent 60%),
              radial-gradient(900px 600px at 85% 20%, rgba(167,243,208,.12), transparent 55%),
              var(--bg);
  color: var(--text);
  line-height: 1.55;
}

img{ max-width: 100%; display:block; }
a{ color: inherit; text-decoration: none; }
p{ margin: 0 0 14px; }
h1,h2,h3{ margin: 0 0 10px; line-height: 1.15; }
h1{ font-size: clamp(1.9rem, 3vw, 3rem); letter-spacing: -0.02em; }
h2{ font-size: clamp(1.5rem, 2.3vw, 2.1rem); letter-spacing: -0.02em; }
h3{ font-size: 1.1rem; }

.container{
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.muted{ color: var(--muted); }
.fineprint{ color: var(--muted); font-size: .92rem; }
.eyebrow{
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .78rem;
  color: rgba(255,255,255,.78);
  margin-bottom: 10px;
}

.skip-link{
  position: absolute;
  left: -999px;
  top: 10px;
  background: #fff;
  color: #000;
  padding: 10px 14px;
  border-radius: 12px;
  z-index: 1000;
}
.skip-link:focus{ left: 12px; }

.site-header{
  position: sticky;
  top: 0;
  z-index: 200;
  backdrop-filter: blur(14px);
  background: rgba(10,16,30,.72);
  border-bottom: 1px solid rgba(255,255,255,.10);
}
.header-inner{
  display:flex;
  align-items:center;
  justify-content: space-between;
  padding: 12px 0;
  gap: 14px;
}

.brand{ display:flex; align-items:center; gap:12px; min-width: 170px; }
.brand-logo{
  width: 120px;
  height: auto;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.35));
}

.site-nav{
  display:flex;
  align-items:center;
  gap: 18px;
}
.site-nav a{
  color: rgba(255,255,255,.85);
  font-weight: 500;
  padding: 10px 10px;
  border-radius: 12px;
}
.site-nav a:hover{
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.98);
}

.nav-toggle{
  display:none;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
  cursor: pointer;
}
.nav-toggle span{
  display:block;
  height: 2px;
  width: 18px;
  background: rgba(255,255,255,.85);
  margin: 5px auto;
  border-radius: 2px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 14px;
  font-weight: 700;
  font-family: "Open Sans", Inter, system-ui, sans-serif;
  background: linear-gradient(135deg, rgba(125,211,252,.95), rgba(167,243,208,.92));
  color: rgba(0,0,0,.86);
  border: 0;
  box-shadow: 0 16px 30px rgba(125,211,252,.20);
}
.btn:hover{ transform: translateY(-1px); }
.btn:active{ transform: translateY(0); }
.btn-small{ padding: 10px 14px; font-size: .95rem; }
.btn-ghost{
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.92);
  box-shadow: none;
  border: 1px solid rgba(255,255,255,.18);
}
.btn-ghost:hover{ background: rgba(255,255,255,.12); }

.hero{
  position: relative;
  min-height: 78vh;
  display:flex;
  align-items:center;
  padding: 44px 0 46px;
}
.hero-bg{
  position:absolute;
  inset:0;
  background-image: url("../assets/images/hero.jpg");
  background-size: cover;
  background-position: center;
  filter: saturate(1.05) contrast(1.05);
}
.hero-overlay{
  position:absolute;
  inset:0;
  background: linear-gradient(90deg, rgba(7,11,20,.92), rgba(7,11,20,.70) 55%, rgba(7,11,20,.60));
}
.hero-content{ position:relative; z-index: 2; }
.hero-card{
  width: min(720px, 100%);
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius2);
  padding: clamp(18px, 3.2vw, 30px);
  box-shadow: var(--shadow);
}
.lead{ font-size: 1.06rem; color: rgba(255,255,255,.86); max-width: 60ch; }
.hero-actions{ display:flex; flex-wrap:wrap; gap: 12px; margin: 18px 0 14px; }

.trust-row{
  display:flex;
  flex-wrap:wrap;
  gap: 10px;
  margin-top: 14px;
}
.trust-pill{
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  padding: 8px 10px;
  border-radius: 999px;
  color: rgba(255,255,255,.86);
  font-size: .92rem;
}

.section{
  padding: 70px 0;
}
.section.alt{
  background: linear-gradient(180deg, rgba(255,255,255,.04), transparent 70%);
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.section-head{
  margin-bottom: 22px;
}
.section-head p{ color: var(--muted); max-width: 72ch; }

.grid-2{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 18px;
}
.grid-3{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px;
}

.card{
  border-radius: var(--radius);
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(0,0,0,.22);
}
.card.subtle{
  background: rgba(255,255,255,.05);
  border: 1px dashed rgba(255,255,255,.18);
  box-shadow: none;
}
.card-body{ padding: 16px 16px 18px; }
.media{
  position: relative;
  aspect-ratio: 16 / 10;
  background: rgba(255,255,255,.04);
  overflow:hidden;
}
.media img{
  width:100%;
  height:100%;
  object-fit: cover;
}
.badge{
  position:absolute;
  left: 12px;
  bottom: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(0,0,0,.45);
  border: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.92);
  font-size: .9rem;
}

.checklist{
  padding-left: 18px;
  margin: 12px 0 0;
}
.checklist li{ margin: 6px 0; color: rgba(255,255,255,.82); }
.text-link{
  display:inline-block;
  margin-top: 14px;
  color: rgba(125,211,252,.95);
  font-weight: 600;
}
.text-link:hover{ text-decoration: underline; }

.stats{
  display:grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 12px;
  margin-top: 18px;
}
.stat{
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  padding: 14px;
}
.stat-num{
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.stat-label{ color: rgba(255,255,255,.75); font-size: .95rem; }

.video-card video{
  width: 100%;
  height: auto;
  display:block;
  background: #000;
}

.gallery{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px;
}
.gallery-item{
  margin: 0;
  border-radius: 18px;
  overflow:hidden;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
}
.gallery-item img{
  width:100%;
  height: 240px;
  object-fit: cover;
}
.gallery-item figcaption{
  padding: 12px 12px 14px;
  color: rgba(255,255,255,.78);
  font-size: .95rem;
}

.quote-grid .contact-card{
  margin-top: 18px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(0,0,0,.22);
  border: 1px solid rgba(255,255,255,.12);
}

.form label{
  display:flex;
  flex-direction: column;
  gap: 6px;
  font-weight: 600;
  color: rgba(255,255,255,.86);
  font-size: .95rem;
}
input, select, textarea{
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.92);
  padding: 10px 12px;
  outline: none;
  font: inherit;
}
input::placeholder, textarea::placeholder{ color: rgba(255,255,255,.55); }
input:focus, select:focus, textarea:focus{
  border-color: rgba(125,211,252,.65);
  box-shadow: 0 0 0 4px rgba(125,211,252,.16);
}

.form-row{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
  margin-bottom: 12px;
}
.form-full{ margin-bottom: 12px; }

.site-footer{
  border-top: 1px solid rgba(255,255,255,.10);
  padding: 34px 0;
  background: rgba(0,0,0,.20);
}
.footer-inner{
  display:grid;
  grid-template-columns: 1.2fr .9fr .9fr;
  gap: 18px;
  align-items:start;
}
.footer-logo{ width: 120px; height:auto; opacity: .95; }
.footer-links{
  display:flex;
  flex-direction: column;
  gap: 10px;
}
.footer-links a{ color: rgba(255,255,255,.80); }
.footer-links a:hover{ color: rgba(255,255,255,.98); }
.footer-meta{ text-align: right; }

.muted, .d-email{
  margin-top: 18px;
}

/* WHY YEVRO BLOCK */
.why-yevropoly {
  background: #f5c400; /* y-yellow */
  color: #0b0b0b;
  padding: 60px 0;
}

.why-yevropoly h2 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 30px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.why-grid div {
  background: rgba(0,0,0,0.08);
  padding: 16px 18px;
  border-radius: 10px;
  font-weight: 600;
  line-height: 1.4;
}

/* Mobile */
@media (max-width: 900px) {
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  .why-grid {
    grid-template-columns: 1fr;
  }
}

/* FAQ SECTION */
.faq-section {
  padding: 70px 0;
  background: #0b1220;
}

.faq-section h2 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 30px;
}

.faq-section details {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px;
  padding: 16px 18px;
  margin-bottom: 14px;
}

.faq-section summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
}

.faq-section p {
  margin-top: 10px;
  color: rgba(255,255,255,0.85);
  line-height: 1.6;
}


/* RESPONSIVE */
@media (max-width: 920px){
  .grid-3{ grid-template-columns: 1fr; }
  .gallery{ grid-template-columns: 1fr; }
  .stats{ grid-template-columns: repeat(2, minmax(0,1fr)); }
  .footer-inner{ grid-template-columns: 1fr; }
  .footer-meta{ text-align:left; }
}

@media (max-width: 860px){
  .nav-toggle{ display:inline-block; }
  .site-nav{
    position:absolute;
    right: 20px;
    top: 64px;
    width: min(92vw, 360px);
    flex-direction: column;
    align-items: stretch;
    background: rgba(10,16,30,.92);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 18px;
    padding: 10px;
    gap: 6px;
    box-shadow: var(--shadow);
    display:none;
  }
  .site-nav.open{ display:flex; }
  .site-nav a{ padding: 12px 12px; }
  .brand-logo{ width: 100px; }
  .grid-2{ grid-template-columns: 1fr; }
  .form-row{ grid-template-columns: 1fr; }
  .hero{ min-height: 72vh; padding-top: 34px; }
}

@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior: auto; }
  .btn:hover{ transform: none; }
}
/* Extra small screens (phones) */
@media (max-width: 480px){
  .brand-logo{
    width: 80px;   /* nav logo on phones */
  }

  .footer-logo{
    width: 80px;   /* footer logo on phones */
  }
}

