/* Phase 2 Cooland pages - shared layout */
.geo-news-page .header {
  background: #fff;
  box-shadow: 0 7px 32px -12px #c0c4cc;
}
.geo-news-page .header h1 .active {
  opacity: 1;
}
.geo-news-page .header nav ul li a,
.geo-news-page .header .switch .language a {
  color: #333;
}
.geo-news-page .header nav ul li .second a {
  color: #555;
}
.geo-news-page .header .switch .menu .box1,
.geo-news-page .header .switch .menu .box2,
.geo-news-page .header .switch .menu .box3 {
  background-color: #666;
}
.phase2-page {
  color: #1d3557;
  background: #f6fbff;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.phase2-hero {
  position: relative;
  padding: 180px 8% 100px;
  color: #fff;
  overflow: hidden;
  background: linear-gradient(135deg, #0a3d78 0%, #0e7fa8 46%, #13b7a6 100%);
}
.phase2-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(255,255,255,.22), transparent 28%), radial-gradient(circle at 80% 30%, rgba(255,255,255,.12), transparent 26%);
}
.phase2-hero .inner { position: relative; max-width: 1180px; margin: 0 auto; }
.phase2-eyebrow { letter-spacing: .14em; text-transform: uppercase; opacity: .86; font-size: 14px; margin-bottom: 18px; }
.phase2-hero h1 { font-size: 46px; line-height: 1.22; font-weight: 600; margin: 0 0 22px; }
.phase2-hero p { font-size: 18px; line-height: 1.9; max-width: 820px; color: rgba(255,255,255,.92); }
.phase2-badges { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.phase2-badge { padding: 9px 15px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; background: rgba(255,255,255,.12); color: #fff; font-size: 14px; }
.phase2-main { max-width: 1180px; margin: 0 auto; padding: 70px 20px 90px; }
.phase2-section { margin-bottom: 64px; }
body > .phase2-section { max-width: 1180px; margin: 64px auto; padding: 0 20px; box-sizing: border-box; }
.phase2-section h2 { font-size: 32px; line-height: 1.35; color: #0a3d78; margin: 0 0 18px; font-weight: 600; }
.phase2-section h3 { font-size: 22px; color: #0f5f8f; margin: 28px 0 12px; }
.phase2-section p { font-size: 16px; line-height: 1.9; color: #34495e; margin: 0 0 14px; }
.phase2-lead { font-size: 18px !important; color: #2c5d78 !important; }
.phase2-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.phase2-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.phase2-card { background: #fff; border: 1px solid #e3edf5; border-radius: 18px; padding: 28px; box-shadow: 0 12px 32px rgba(10,61,120,.08); min-width: 0; }
.phase2-card h3 { margin-top: 0; }
.phase2-card .num { font-size: 34px; color: #13a99a; font-weight: 700; margin-bottom: 8px; }
.phase2-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 10px 30px rgba(10,61,120,.08); }
.phase2-table th, .phase2-table td { border-bottom: 1px solid #e9f0f6; padding: 16px 18px; text-align: left; font-size: 15px; line-height: 1.7; color: #34495e; vertical-align: top; }
.phase2-table th { background: #0a3d78; color: #fff; font-weight: 500; }
.phase2-table tr:last-child td { border-bottom: none; }
.phase2-table-wrap { width: 100%; overflow-x: auto; border-radius: 16px; box-shadow: 0 10px 30px rgba(10,61,120,.08); }
.phase2-table-wrap .phase2-table { min-width: 720px; box-shadow: none; }
.phase2-note { border-left: 4px solid #13a99a; background: #eefbf8; padding: 20px 24px; border-radius: 12px; color: #28566a; line-height: 1.9; }
.phase2-warning { border-left: 4px solid #e0a21a; background: #fff8e8; padding: 20px 24px; border-radius: 12px; color: #654b13; line-height: 1.9; }
.phase2-cta { background: linear-gradient(135deg, #0a3d78, #13a99a); color: #fff; border-radius: 22px; padding: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.phase2-cta h2 { color: #fff; margin: 0 0 10px; }
.phase2-cta p { color: rgba(255,255,255,.9); margin: 0; }
.phase2-btn { display: inline-block; padding: 13px 22px; border-radius: 999px; color: #0a3d78; background: #fff; font-weight: 600; white-space: nowrap; }
.phase2-list { padding-left: 20px; }
.phase2-list li { list-style: disc; font-size: 16px; line-height: 1.9; color: #34495e; margin: 4px 0; }
.phase2-steps { counter-reset: step; display: grid; gap: 18px; }
.phase2-step { position: relative; background: #fff; border-radius: 16px; padding: 22px 24px 22px 72px; border: 1px solid #e3edf5; }
.phase2-step:before { counter-increment: step; content: counter(step); position: absolute; left: 24px; top: 24px; width: 32px; height: 32px; border-radius: 50%; background: #13a99a; color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; }
.phase2-step h3 { margin: 0 0 8px; }
.phase2-step > span:first-child { display: none; }
.phase2-related { display: flex; flex-wrap: wrap; gap: 12px; }
.phase2-related a { background: #fff; color: #0a3d78; border: 1px solid #cfe0ee; border-radius: 999px; padding: 10px 16px; }
.phase2-media-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.phase2-media-card { overflow: hidden; background: #fff; border: 1px solid #e3edf5; border-radius: 18px; box-shadow: 0 12px 32px rgba(10,61,120,.08); min-width: 0; }
.phase2-media-card img { width: 100%; height: 240px; object-fit: cover; display: block; }
.phase2-media-card .caption { padding: 16px 18px; font-size: 15px; line-height: 1.7; color: #345; }
.phase2-video { overflow: hidden; background: #fff; border: 1px solid #e3edf5; border-radius: 20px; box-shadow: 0 12px 32px rgba(10,61,120,.08); }
.phase2-video video { width: 100%; display: block; background: #0a3d78; }
.phase2-video .caption { padding: 16px 20px; font-size: 15px; line-height: 1.8; color: #345; }
.phase2-product-showcase { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 22px; align-items: stretch; }
.phase2-product-hero-card { background: #fff; border: 1px solid #e3edf5; border-radius: 20px; padding: 26px; box-shadow: 0 12px 32px rgba(10,61,120,.08); display: flex; align-items: center; justify-content: center; }
.phase2-product-hero-card img { max-width: 100%; max-height: 430px; object-fit: contain; }
.phase2-product-thumbs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.phase2-product-thumb { background: #fff; border: 1px solid #e3edf5; border-radius: 18px; padding: 18px; box-shadow: 0 10px 26px rgba(10,61,120,.07); }
.phase2-product-thumb img { width: 100%; height: 180px; object-fit: contain; display: block; }
.phase2-product-thumb h3 { margin: 12px 0 4px; font-size: 18px; }
.phase2-product-thumb p { font-size: 14px; line-height: 1.7; }
.phase2-doc-card img { background: #f5f9fc; object-fit: contain; padding: 10px; }
.phase2-cert-list .phase2-card { display: flex; flex-direction: column; gap: 8px; }
.phase2-cert-meta { display: inline-block; width: fit-content; padding: 5px 10px; border-radius: 999px; background: #e9f7f5; color: #0f766e; font-size: 13px; }
.phase2-cert-source { color: #5b6f82; font-size: 14px; line-height: 1.7; }
.phase2-cert-action { margin-top: auto; padding-top: 8px; }
.phase2-cert-action a { color: #0a3d78; font-weight: 600; }
.phase2-static-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.phase2-static-gallery img { width: 100%; height: 260px; object-fit: cover; display: block; border-radius: 18px; box-shadow: 0 12px 32px rgba(10,61,120,.08); }
.production, .scientific, .scenic { max-width: 1180px; margin: 0 auto; padding: 70px 20px 20px; box-sizing: border-box; }
.production .tittle, .scientific .tittle, .scenic .tittle { text-align: center; margin-bottom: 36px; }
.production .tittle p, .scientific .tittle p, .scenic .tittle p { font-size: 18px; color: #13a99a; margin-bottom: 8px; }
.production .tittle span, .scientific .tittle span, .scenic .tittle span { display: block; font-size: 32px !important; line-height: 1.45; color: #0a3d78; }
.production .location-info { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-bottom: 36px; }
.production .location-info .boxes { background: #fff; border: 1px solid #e3edf5; border-radius: 18px; padding: 24px; box-shadow: 0 12px 32px rgba(10,61,120,.08); text-align: center; }
.production .location-info h4 { font-size: 24px; color: #0a3d78; margin: 10px 0; }
.production .location-info span, .production .intro span, .scientific span { font-size: 16px !important; line-height: 1.9; color: #34495e; }
.production .main img, .production .content img, .scientific .main img { width: 100%; display: block; border-radius: 20px; box-shadow: 0 12px 32px rgba(10,61,120,.08); object-fit: cover; }
.production .content, .scientific .content { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; align-items: center; margin-top: 42px; }
.production .intro, .scientific .right { background: #fff; border: 1px solid #e3edf5; border-radius: 18px; padding: 28px; box-shadow: 0 12px 32px rgba(10,61,120,.08); }
.production .intro p, .scientific .right p { font-size: 24px; color: #0a3d78; line-height: 1.45; margin-bottom: 14px; }
.scenic .swiper-container { overflow: hidden; }
.scenic .swiper-slide img { width: 100%; height: 260px; object-fit: cover; border-radius: 18px; }
@media screen and (max-width: 900px) {
  .phase2-hero { padding: 140px 6% 70px; }
  .phase2-hero h1 { font-size: 32px; }
  .phase2-grid, .phase2-grid.two, .phase2-media-grid, .phase2-product-showcase, .phase2-product-thumbs, .phase2-static-gallery { grid-template-columns: 1fr; }
  .phase2-product-hero-card img { max-height: 320px; }
  .phase2-media-card img, .phase2-static-gallery img { height: 210px; }
  .phase2-cta { display: block; padding: 28px; }
  .phase2-cta .phase2-btn { margin-top: 20px; white-space: normal; }
  .phase2-table { min-width: 680px; }
  .phase2-section { margin-bottom: 48px; }
  .production, .scientific, .scenic { padding: 48px 20px 10px; }
  .production .tittle span, .scientific .tittle span, .scenic .tittle span { font-size: 24px !important; }
  .production .location-info, .production .content, .scientific .content { grid-template-columns: 1fr; }
  .scenic .swiper-container, .scenic .swiper-wrapper, .scenic .swiper-slide { display: block; transform: none !important; width: 100% !important; }
  .scenic .swiper-slide { margin-bottom: 18px; }
}
