/* ============================================
   海角社区 官网样式表
   品牌：海角社区 | 域名：qiafu57.cn
   ============================================ */

/* === CSS Variables === */
:root {
  --primary: #FF2D78;
  --primary-dark: #D4145A;
  --secondary: #FF8C42;
  --accent: #8B5CF6;
  --dark: #1a1a2e;
  --darker: #16213e;
  --light: #f8f9fa;
  --text: #333333;
  --text-light: #666666;
  --text-muted: #999999;
  --border: #e5e7eb;
  --shadow: 0 2px 15px rgba(0,0,0,0.08);
  --shadow-lg: 0 10px 40px rgba(0,0,0,0.12);
  --radius: 12px;
  --radius-sm: 8px;
  --transition: all 0.3s ease;
  --max-width: 1200px;
  --gradient: linear-gradient(135deg, var(--primary), var(--secondary));
}

/* === Reset & Base === */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  color: var(--text);
  background: var(--light);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--primary);
  text-decoration: none;
  transition: var(--transition);
}

a:hover {
  color: var(--primary-dark);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 20px;
}

/* === Header === */
.m6hp4tf {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.u81am16 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  max-width: var(--max-width);
  margin: 0 auto;
}

.08ix58 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.08ix58 img {
  height: 42px;
  width: auto;
}

.08ix58 span {
  font-size: 1.3rem;
  font-weight: 700;
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Navigation */
.y019rl {
  display: flex;
  align-items: center;
  gap: 6px;
}

.y019rl a {
  color: var(--text);
  padding: 8px 16px;
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
  font-weight: 500;
  transition: var(--transition);
  white-space: nowrap;
}

.y019rl a:hover,
.y019rl a.active {
  color: var(--primary);
  background: rgba(255,45,120,0.06);
}

/* Search Box */
.cebzu4x8 {
  background: #f5f5f5;
  border-bottom: 1px solid var(--border);
  padding: 10px 0;
}

.cebzu4x8 .container {
  display: flex;
  justify-content: center;
}

.opivqf {
  display: flex;
  max-width: 560px;
  width: 100%;
  background: #fff;
  border-radius: 50px;
  overflow: hidden;
  border: 2px solid var(--border);
  transition: var(--transition);
}

.opivqf:focus-within {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(255,45,120,0.1);
}

.opivqf input {
  flex: 1;
  border: none;
  padding: 10px 20px;
  font-size: 0.95rem;
  outline: none;
  background: transparent;
}

.opivqf button {
  background: var(--gradient);
  color: #fff;
  border: none;
  padding: 10px 24px;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 500;
  transition: var(--transition);
}

.opivqf button:hover {
  opacity: 0.9;
}

/* Mobile Menu Toggle */
.iaaic {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--text);
  padding: 5px;
}

/* === Hero Banner === */
.run9a {
  position: relative;
  overflow: hidden;
  background: var(--dark);
  min-height: 420px;
  display: flex;
  align-items: center;
}

.1gvjch {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.6;
}

.csevi {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26,26,46,0.85), rgba(255,45,120,0.3));
}

.d54fsn {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 60px 20px;
  max-width: 800px;
  margin: 0 auto;
}

.d54fsn h1 {
  font-size: 2.6rem;
  font-weight: 800;
  margin-bottom: 16px;
  line-height: 1.3;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.d54fsn p {
  font-size: 1.15rem;
  opacity: 0.92;
  margin-bottom: 28px;
  line-height: 1.7;
}

.4y8dmft {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}

.4y8dmft span {
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(10px);
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 0.88rem;
  border: 1px solid rgba(255,255,255,0.2);
}

/* === Section Common === */
.section {
  padding: 60px 0;
}

.nt36h {
  background: #fff;
}

.spsv1t2w {
  background: var(--dark);
  color: #fff;
}

.syd42 {
  text-align: center;
  margin-bottom: 40px;
}

.syd42 h2 {
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--text);
}

.spsv1t2w .syd42 h2 {
  color: #fff;
}

.syd42 p {
  color: var(--text-light);
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto;
}

.spsv1t2w .syd42 p {
  color: rgba(255,255,255,0.7);
}

/* Breadcrumb */
.breadcrumb {
  padding: 15px 0;
  font-size: 0.88rem;
  color: var(--text-muted);
}

.breadcrumb a {
  color: var(--text-muted);
}

.breadcrumb a:hover {
  color: var(--primary);
}

.breadcrumb span {
  margin: 0 6px;
}

/* === Video Cards === */
.ic4n7xb2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

.c1a2uef {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: var(--transition);
  cursor: pointer;
}

.c1a2uef:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.adiua0x {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: #000;
}

.adiua0x img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.c1a2uef:hover .adiua0x img {
  transform: scale(1.05);
}

.ze23idy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  width: 60px;
  height: 60px;
  background: rgba(255,45,120,0.85);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: var(--transition);
}

.c1a2uef:hover .ze23idy {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.ze23idy::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #fff;
  margin-left: 3px;
}

.rhgu2 {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0,0,0,0.75);
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.78rem;
}

.i757t {
  padding: 14px 16px;
}

.i757t h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pkgurrsn {
  display: flex;
  gap: 14px;
  font-size: 0.82rem;
  color: var(--text-muted);
}

.pkgurrsn span {
  display: flex;
  align-items: center;
  gap: 4px;
}

.qup58cx {
  display: flex;
  gap: 6px;
  margin-top: 8px;
  flex-wrap: wrap;
}

.qup58cx span {
  background: rgba(255,45,120,0.08);
  color: var(--primary);
  padding: 2px 10px;
  border-radius: 50px;
  font-size: 0.75rem;
}

/* === Expert Cards === */
.iqn2d {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}

.d6u0b3v {
  background: #fff;
  border-radius: var(--radius);
  padding: 28px 20px;
  text-align: center;
  box-shadow: var(--shadow);
  transition: var(--transition);
}

.d6u0b3v:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.dfu9g7l {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 16px;
  border: 3px solid var(--primary);
}

.d6u0b3v h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 4px;
}

.d6u0b3v .role {
  color: var(--primary);
  font-size: 0.88rem;
  margin-bottom: 10px;
}

.d6u0b3v .desc {
  font-size: 0.88rem;
  color: var(--text-light);
  margin-bottom: 16px;
  line-height: 1.6;
}

.d6u0b3v .awards {
  font-size: 0.82rem;
  color: var(--secondary);
  margin-bottom: 14px;
}

.cfnlzriz {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.btn {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.88rem;
  font-weight: 500;
  cursor: pointer;
  transition: var(--transition);
  border: none;
  text-align: center;
}

.btn-primary {
  background: var(--gradient);
  color: #fff;
}

.btn-primary:hover {
  opacity: 0.9;
  color: #fff;
}

.btn-outline {
  border: 1px solid var(--primary);
  color: var(--primary);
  background: transparent;
}

.btn-outline:hover {
  background: var(--primary);
  color: #fff;
}

.btn-lg {
  padding: 12px 32px;
  font-size: 1rem;
}

/* === Brand Logo Wall === */
.fo3q1 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

.de8qx9f {
  background: #fff;
  padding: 16px 28px;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow);
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-light);
  transition: var(--transition);
}

.de8qx9f:hover {
  box-shadow: var(--shadow-lg);
  color: var(--primary);
}

/* === How-To Section === */
.qk1pct6q {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 24px;
  counter-reset: step;
}

.vjlhaol {
  background: #fff;
  border-radius: var(--radius);
  padding: 28px 20px;
  text-align: center;
  box-shadow: var(--shadow);
  position: relative;
  counter-increment: step;
}

.vjlhaol::before {
  content: counter(step);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: var(--gradient);
  color: #fff;
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 14px;
}

.vjlhaol h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.vjlhaol p {
  font-size: 0.9rem;
  color: var(--text-light);
  line-height: 1.6;
}

/* === About Section === */
.ihrub6zr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.l1pt6 h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.l1pt6 p {
  color: var(--text-light);
  margin-bottom: 14px;
  line-height: 1.8;
}

.uphdru {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 24px;
}

.2ginlgzx {
  text-align: center;
}

.2ginlgzx .num {
  font-size: 1.8rem;
  font-weight: 800;
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.2ginlgzx .label {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-top: 4px;
}

.8fv4y {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

/* === Reviews === */
.2v4c0cu {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

.5aije79 {
  background: #fff;
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
}

.ozutw {
  color: #FFB800;
  font-size: 0.95rem;
  margin-bottom: 10px;
}

.5aije79 p {
  font-size: 0.92rem;
  color: var(--text-light);
  line-height: 1.7;
  margin-bottom: 14px;
}

.6xqt3n6s {
  display: flex;
  align-items: center;
  gap: 10px;
}

.6xqt3n6s .avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
}

.6xqt3n6s .name {
  font-weight: 600;
  font-size: 0.9rem;
}

.6xqt3n6s .date {
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* === FAQ === */
.1hyvlzj5 {
  max-width: 800px;
  margin: 0 auto;
}

.m0bkxt8l {
  background: #fff;
  border-radius: var(--radius-sm);
  margin-bottom: 12px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.d50wym2 {
  padding: 18px 24px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: var(--transition);
}

.d50wym2:hover {
  color: var(--primary);
}

.d50wym2::after {
  content: '+';
  font-size: 1.3rem;
  font-weight: 300;
  transition: var(--transition);
}

.m0bkxt8l.active .d50wym2::after {
  content: '-';
}

.yg9c7q {
  padding: 0 24px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.m0bkxt8l.active .yg9c7q {
  padding: 0 24px 18px;
  max-height: 500px;
}

.yg9c7q p {
  font-size: 0.92rem;
  color: var(--text-light);
  line-height: 1.7;
}

/* === Contact Section === */
.wybji1s {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 24px;
}

.c0oemt73 {
  background: #fff;
  border-radius: var(--radius);
  padding: 24px;
  text-align: center;
  box-shadow: var(--shadow);
}

.c0oemt73 h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.c0oemt73 p {
  font-size: 0.9rem;
  color: var(--text-light);
}

.c0oemt73 .icon {
  font-size: 2rem;
  margin-bottom: 12px;
}

/* === AI Section === */
.hwivk {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
}

.zweth {
  background: linear-gradient(135deg, #1a1a2e, #2d1b69);
  border-radius: var(--radius);
  padding: 28px;
  color: #fff;
  transition: var(--transition);
}

.zweth:hover {
  transform: translateY(-4px);
}

.zweth h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.zweth p {
  font-size: 0.9rem;
  opacity: 0.85;
  line-height: 1.7;
}

.zweth .icon {
  font-size: 2.2rem;
  margin-bottom: 14px;
}

/* === Community Section === */
.k41tk {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}

.r7fcfd {
  background: #fff;
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
  transition: var(--transition);
  border-left: 4px solid var(--primary);
}

.r7fcfd:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}

.r7fcfd h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.r7fcfd p {
  font-size: 0.88rem;
  color: var(--text-light);
  line-height: 1.6;
}

/* === Social Share === */
.n7dyydkw {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.zz8xhv {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 0.88rem;
  color: #fff;
  transition: var(--transition);
}

.zz8xhv:hover {
  opacity: 0.85;
  color: #fff;
  transform: translateY(-2px);
}

.69ty0 { background: #07C160; }
.mdnyk6 { background: #E6162D; }
.g5p840 { background: #111; }
.0we8ot { background: #00A1D6; }

/* === Footer === */
.bqdzj1 {
  background: var(--darker);
  color: rgba(255,255,255,0.7);
  padding: 50px 0 0;
}

.420y1 {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.xws7b .logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.xws7b .logo img {
  height: 36px;
}

.xws7b .logo span {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
}

.xws7b p {
  font-size: 0.88rem;
  line-height: 1.7;
  margin-bottom: 16px;
}

.t13vn9m {
  display: flex;
  gap: 16px;
}

.t13vn9m .whdf5 {
  text-align: center;
}

.t13vn9m .whdf5 img {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  margin-bottom: 6px;
}

.t13vn9m .whdf5 span {
  font-size: 0.78rem;
  display: block;
}

.suo3k6o h4 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 16px;
  font-weight: 600;
}

.suo3k6o ul {
  list-style: none;
}

.suo3k6o ul li {
  margin-bottom: 8px;
}

.suo3k6o ul li a {
  color: rgba(255,255,255,0.6);
  font-size: 0.88rem;
  transition: var(--transition);
}

.suo3k6o ul li a:hover {
  color: var(--primary);
}

.m2em2goa {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 20px 0;
  text-align: center;
  font-size: 0.82rem;
}

.m2em2goa p {
  margin-bottom: 4px;
}

/* === Inner Page === */
.ybk1ko {
  background: var(--dark);
  padding: 50px 0;
  text-align: center;
  color: #fff;
}

.ybk1ko h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.ybk1ko p {
  opacity: 0.8;
  font-size: 1rem;
}

.ay28ac4 {
  padding: 40px 0 60px;
}

.ay28ac4 h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 30px 0 16px;
  color: var(--text);
}

.ay28ac4 h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 24px 0 12px;
}

.ay28ac4 p {
  margin-bottom: 14px;
  line-height: 1.8;
  color: var(--text-light);
}

.sbo5hfy {
  background: #fff;
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: var(--shadow);
  margin-bottom: 24px;
}

/* === Lazy Load === */
.lazy {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.lazy.loaded {
  opacity: 1;
}

/* === Responsive === */
@media (max-width: 992px) {
  .420y1 {
    grid-template-columns: 1fr 1fr;
  }
  .ihrub6zr {
    grid-template-columns: 1fr;
  }
  .d54fsn h1 {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .y019rl {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    flex-direction: column;
    padding: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  }

  .y019rl.active {
    display: flex;
  }

  .iaaic {
    display: block;
  }

  .d54fsn h1 {
    font-size: 1.6rem;
  }

  .d54fsn p {
    font-size: 1rem;
  }

  .section {
    padding: 40px 0;
  }

  .syd42 h2 {
    font-size: 1.5rem;
  }

  .ic4n7xb2 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }

  .420y1 {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .uphdru {
    grid-template-columns: repeat(3, 1fr);
  }

  .iqn2d {
    grid-template-columns: 1fr;
  }
}

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

  .d54fsn h1 {
    font-size: 1.4rem;
  }

  .uphdru {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .t13vn9m {
    flex-direction: column;
    align-items: center;
  }
}
