/* =========================================================
   SYNCE TOOL - TRANG CHỨNG NHẬN
   File: /synce-chung-nhan.css
   Version: 2026.07.29.1
   ========================================================= */

#synce-certificate-page,
#synce-certificate-page * {
  box-sizing: border-box;
}

#synce-certificate-page {
  --scp-blue: #0000ff;
  --scp-blue-dark: #07145a;
  --scp-red: #ff0000;
  --scp-ink: #101d36;
  --scp-muted: #657189;
  --scp-soft: #f4f7fb;
  --scp-line: #dfe6f0;
  --scp-white: #ffffff;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background: #fff;
  color: var(--scp-ink);
  font-family: Arial, "Helvetica Neue", sans-serif;
  line-height: 1.6;
}

#synce-certificate-page img {
  max-width: 100%;
}

#synce-certificate-page a {
  color: inherit;
  text-decoration: none;
}

#synce-certificate-page h1,
#synce-certificate-page h2,
#synce-certificate-page h3,
#synce-certificate-page p {
  margin-top: 0;
}

#synce-certificate-page .scp-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

#synce-certificate-page .scp-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  color: var(--scp-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

#synce-certificate-page .scp-eyebrow::before {
  content: "";
  width: 36px;
  height: 3px;
  border-radius: 20px;
  background: var(--scp-red);
}

#synce-certificate-page .scp-eyebrow-light {
  color: rgba(255,255,255,.78);
}

#synce-certificate-page .scp-eyebrow-light::before {
  background: #fff;
}

/* HERO */
#synce-certificate-page .scp-hero {
  position: relative;
  isolation: isolate;
  min-height: 650px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 82% 16%, rgba(67,105,255,.75), transparent 22%),
    radial-gradient(circle at 12% 90%, rgba(0,69,255,.42), transparent 30%),
    linear-gradient(125deg, #050d36 0%, #07145a 46%, #0000d6 100%);
}

#synce-certificate-page .scp-hero::before {
  content: "";
  position: absolute;
  inset: auto -180px -310px auto;
  z-index: -1;
  width: 650px;
  height: 650px;
  border: 120px solid rgba(255,255,255,.045);
  border-radius: 50%;
}

#synce-certificate-page .scp-hero-grid {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .15;
  background-image:
    linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to right, rgba(0,0,0,.15), #000);
}

#synce-certificate-page .scp-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  gap: 72px;
  align-items: center;
  padding: 92px 0 112px;
}

#synce-certificate-page .scp-hero-copy h1 {
  max-width: 800px;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(44px, 6vw, 76px);
  line-height: 1.02;
  letter-spacing: -2.8px;
}

#synce-certificate-page .scp-hero-copy h1 span {
  color: #fff;
  text-shadow: 4px 4px 0 rgba(255,0,0,.92);
}

#synce-certificate-page .scp-hero-copy p {
  max-width: 700px;
  margin-bottom: 0;
  color: rgba(255,255,255,.82);
  font-size: 18px;
}

#synce-certificate-page .scp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

#synce-certificate-page .scp-btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 900;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

#synce-certificate-page .scp-btn:hover {
  transform: translateY(-3px);
}

#synce-certificate-page .scp-btn-red {
  background: var(--scp-red);
  color: #fff;
  box-shadow: 0 12px 28px rgba(255,0,0,.25);
}

#synce-certificate-page .scp-btn-outline {
  border-color: rgba(255,255,255,.5);
  background: rgba(255,255,255,.08);
  color: #fff;
}

#synce-certificate-page .scp-btn-outline:hover {
  background: rgba(255,255,255,.15);
}

#synce-certificate-page .scp-btn-white {
  background: #fff;
  color: var(--scp-blue-dark);
}

#synce-certificate-page .scp-hero-panel {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  padding: 38px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 4px;
  background: linear-gradient(145deg, rgba(255,255,255,.15), rgba(255,255,255,.04));
  box-shadow: 0 35px 70px rgba(0,0,0,.22);
  backdrop-filter: blur(8px);
}

#synce-certificate-page .scp-hero-panel::before,
#synce-certificate-page .scp-hero-panel::after {
  content: "";
  position: absolute;
  background: rgba(255,255,255,.18);
}

#synce-certificate-page .scp-hero-panel::before {
  top: 25px;
  right: 25px;
  width: 80px;
  height: 2px;
}

#synce-certificate-page .scp-hero-panel::after {
  top: 25px;
  right: 25px;
  width: 2px;
  height: 80px;
}

#synce-certificate-page .scp-seal {
  position: relative;
  width: 132px;
  height: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 50%;
  text-align: center;
}

#synce-certificate-page .scp-seal-ring {
  position: absolute;
  inset: 10px;
  border: 1px dashed rgba(255,255,255,.42);
  border-radius: 50%;
}

#synce-certificate-page .scp-seal strong {
  position: relative;
  z-index: 1;
  font-size: 20px;
  letter-spacing: 1px;
}

#synce-certificate-page .scp-seal small {
  position: relative;
  z-index: 1;
  font-size: 9px;
  letter-spacing: 2px;
}

#synce-certificate-page .scp-panel-content {
  position: absolute;
  left: 38px;
  right: 38px;
  bottom: 38px;
}

#synce-certificate-page .scp-panel-content span {
  display: block;
  margin-bottom: 12px;
  color: rgba(255,255,255,.64);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

#synce-certificate-page .scp-panel-content strong {
  display: block;
  font-size: 35px;
  line-height: 1.12;
}

/* TRUST BAR */
#synce-certificate-page .scp-trust-wrap {
  position: relative;
  z-index: 5;
  margin-top: -54px;
}

#synce-certificate-page .scp-trust-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid var(--scp-line);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(20,38,80,.13);
}

#synce-certificate-page .scp-trust-item {
  min-height: 108px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 26px;
  border-right: 1px solid var(--scp-line);
}

#synce-certificate-page .scp-trust-item:last-child {
  border-right: 0;
}

#synce-certificate-page .scp-trust-item strong {
  min-width: 48px;
  color: var(--scp-blue);
  font-size: 30px;
  line-height: 1;
}

#synce-certificate-page .scp-trust-item span {
  color: var(--scp-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

/* INTRO */
#synce-certificate-page .scp-intro {
  padding: 120px 0 92px;
  background: #fff;
}

#synce-certificate-page .scp-intro-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 80px;
  align-items: start;
}

#synce-certificate-page .scp-intro h2,
#synce-certificate-page .scp-section-heading h2,
#synce-certificate-page .scp-brand-copy h2,
#synce-certificate-page .scp-cta h2 {
  margin-bottom: 0;
  color: var(--scp-ink);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.16;
  letter-spacing: -1.3px;
}

#synce-certificate-page .scp-intro-text > p {
  margin-bottom: 26px;
  color: var(--scp-muted);
  font-size: 16px;
}

#synce-certificate-page .scp-mini-points {
  display: grid;
  gap: 12px;
}

#synce-certificate-page .scp-mini-points span {
  position: relative;
  padding-left: 28px;
  color: var(--scp-ink);
  font-weight: 800;
}

#synce-certificate-page .scp-mini-points span::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--scp-red);
  font-weight: 900;
}

/* CERTIFICATE SECTIONS */
#synce-certificate-page .scp-certificates {
  background: var(--scp-soft);
}

#synce-certificate-page .scp-brand-section {
  position: relative;
  padding: 105px 0;
  border-top: 1px solid var(--scp-line);
}

#synce-certificate-page .scp-brand-section:nth-child(even) {
  background: #fff;
}

#synce-certificate-page .scp-brand-grid {
  display: grid;
  grid-template-columns: minmax(340px, .9fr) minmax(0, 1.1fr);
  gap: 90px;
  align-items: center;
}

#synce-certificate-page .scp-brand-grid-reverse .scp-certificate-frame {
  order: 2;
}

#synce-certificate-page .scp-brand-grid-reverse .scp-brand-copy {
  order: 1;
}

#synce-certificate-page .scp-certificate-frame {
  position: relative;
  padding: 26px;
  border: 1px solid #d6deeb;
  background: #fff;
  box-shadow: 0 28px 60px rgba(22,39,78,.13);
}

#synce-certificate-page .scp-certificate-frame::before {
  content: "";
  position: absolute;
  top: -13px;
  left: -13px;
  width: 82px;
  height: 82px;
  border-top: 4px solid var(--scp-blue);
  border-left: 4px solid var(--scp-blue);
}

#synce-certificate-page .scp-certificate-frame::after {
  content: "";
  position: absolute;
  right: -13px;
  bottom: -13px;
  width: 82px;
  height: 82px;
  border-right: 4px solid var(--scp-red);
  border-bottom: 4px solid var(--scp-red);
}

#synce-certificate-page .scp-certificate-frame a {
  position: relative;
  display: block;
  overflow: hidden;
  background: #f5f7fb;
}

#synce-certificate-page .scp-certificate-frame img {
  width: 100%;
  height: 590px;
  display: block;
  object-fit: contain;
  transition: transform .4s ease;
}

#synce-certificate-page .scp-certificate-frame a:hover img {
  transform: scale(1.018);
}

#synce-certificate-page .scp-view-label {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 9px 13px;
  background: rgba(7,20,90,.9);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(5px);
}

#synce-certificate-page .scp-brand-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}

#synce-certificate-page .scp-brand-index {
  color: var(--scp-red);
  font-size: 15px;
  font-weight: 900;
}

#synce-certificate-page .scp-country {
  padding: 6px 10px;
  border: 1px solid #d7deea;
  color: var(--scp-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
}

#synce-certificate-page .scp-brand-name {
  margin-bottom: 15px;
  color: var(--scp-blue);
  font-size: clamp(34px, 5vw, 62px);
  font-weight: 950;
  line-height: 1;
  letter-spacing: -2px;
}

#synce-certificate-page .scp-belz-name {
  color: #e00000;
}

#synce-certificate-page .scp-widin-name {
  color: #153d2c;
}

#synce-certificate-page .scp-koizumi-name {
  color: #131313;
  font-size: clamp(30px, 4.4vw, 55px);
}

#synce-certificate-page .scp-brand-copy h2 {
  max-width: 650px;
  font-size: clamp(29px, 3.5vw, 44px);
}

#synce-certificate-page .scp-brand-copy > p {
  max-width: 650px;
  margin: 22px 0 25px;
  color: var(--scp-muted);
  font-size: 16px;
}

#synce-certificate-page .scp-brand-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 30px;
}

#synce-certificate-page .scp-brand-tags span {
  padding: 8px 12px;
  border: 1px solid #dce3ed;
  background: #fff;
  color: #34435b;
  font-size: 12px;
  font-weight: 800;
}

#synce-certificate-page .scp-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--scp-blue);
  font-size: 14px;
  font-weight: 900;
}

#synce-certificate-page .scp-text-link b {
  font-size: 20px;
  transition: transform .2s ease;
}

#synce-certificate-page .scp-text-link:hover b {
  transform: translateX(5px);
}

/* COMMITMENT */
#synce-certificate-page .scp-commitment {
  padding: 110px 0;
  background: #07145a;
  color: #fff;
}

#synce-certificate-page .scp-section-heading {
  max-width: 790px;
  margin-bottom: 46px;
}

#synce-certificate-page .scp-commitment .scp-section-heading h2 {
  color: #fff;
}

#synce-certificate-page .scp-section-heading > p {
  margin: 18px 0 0;
  color: rgba(255,255,255,.7);
}

#synce-certificate-page .scp-commitment-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

#synce-certificate-page .scp-commit-card {
  min-height: 250px;
  padding: 30px 26px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.065);
  transition: transform .25s ease, background .25s ease;
}

#synce-certificate-page .scp-commit-card:hover {
  transform: translateY(-6px);
  background: rgba(255,255,255,.1);
}

#synce-certificate-page .scp-commit-card > span {
  display: block;
  margin-bottom: 55px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

#synce-certificate-page .scp-commit-card h3 {
  margin-bottom: 12px;
  color: #fff;
  font-size: 21px;
}

#synce-certificate-page .scp-commit-card p {
  margin-bottom: 0;
  color: rgba(255,255,255,.68);
  font-size: 14px;
}

/* CTA */
#synce-certificate-page .scp-cta {
  padding: 90px 0;
  background: #fff;
}

#synce-certificate-page .scp-cta-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: center;
  padding: 50px 54px;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 0%, rgba(71,89,255,.85), transparent 28%),
    linear-gradient(120deg, #060f40, #0000d6);
  color: #fff;
}

#synce-certificate-page .scp-cta h2 {
  color: #fff;
  font-size: clamp(28px, 3.5vw, 43px);
}

#synce-certificate-page .scp-cta p {
  max-width: 720px;
  margin: 16px 0 0;
  color: rgba(255,255,255,.72);
}

#synce-certificate-page .scp-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 220px;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  #synce-certificate-page .scp-hero-inner {
    grid-template-columns: 1fr .65fr;
    gap: 42px;
  }

  #synce-certificate-page .scp-trust-bar {
    grid-template-columns: repeat(2, 1fr);
  }

  #synce-certificate-page .scp-trust-item:nth-child(2) {
    border-right: 0;
  }

  #synce-certificate-page .scp-trust-item:nth-child(-n+2) {
    border-bottom: 1px solid var(--scp-line);
  }

  #synce-certificate-page .scp-brand-grid {
    gap: 55px;
  }

  #synce-certificate-page .scp-certificate-frame img {
    height: 500px;
  }

  #synce-certificate-page .scp-commitment-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  #synce-certificate-page .scp-hero {
    min-height: auto;
  }

  #synce-certificate-page .scp-hero-inner,
  #synce-certificate-page .scp-intro-grid,
  #synce-certificate-page .scp-brand-grid,
  #synce-certificate-page .scp-cta-box {
    grid-template-columns: 1fr;
  }

  #synce-certificate-page .scp-hero-inner {
    padding: 78px 0 105px;
  }

  #synce-certificate-page .scp-hero-panel {
    min-height: 315px;
  }

  #synce-certificate-page .scp-intro-grid {
    gap: 35px;
  }

  #synce-certificate-page .scp-brand-grid-reverse .scp-certificate-frame,
  #synce-certificate-page .scp-brand-grid-reverse .scp-brand-copy {
    order: initial;
  }

  #synce-certificate-page .scp-brand-grid .scp-certificate-frame {
    order: 2;
  }

  #synce-certificate-page .scp-brand-grid .scp-brand-copy {
    order: 1;
  }

  #synce-certificate-page .scp-certificate-frame {
    max-width: 620px;
    width: 100%;
    margin: 0 auto;
  }

  #synce-certificate-page .scp-certificate-frame img {
    height: auto;
    max-height: 720px;
  }

  #synce-certificate-page .scp-cta-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (max-width: 560px) {
  #synce-certificate-page .scp-container {
    width: min(100% - 24px, 1180px);
  }

  #synce-certificate-page .scp-hero-copy h1 {
    font-size: 42px;
    letter-spacing: -1.4px;
  }

  #synce-certificate-page .scp-hero-copy p {
    font-size: 16px;
  }

  #synce-certificate-page .scp-actions,
  #synce-certificate-page .scp-cta-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  #synce-certificate-page .scp-btn {
    width: 100%;
  }

  #synce-certificate-page .scp-hero-panel {
    min-height: 285px;
    padding: 27px;
  }

  #synce-certificate-page .scp-panel-content {
    left: 27px;
    right: 27px;
    bottom: 27px;
  }

  #synce-certificate-page .scp-panel-content strong {
    font-size: 29px;
  }

  #synce-certificate-page .scp-trust-wrap {
    margin-top: -35px;
  }

  #synce-certificate-page .scp-trust-bar {
    grid-template-columns: 1fr;
  }

  #synce-certificate-page .scp-trust-item {
    min-height: 86px;
    border-right: 0;
    border-bottom: 1px solid var(--scp-line);
  }

  #synce-certificate-page .scp-trust-item:last-child {
    border-bottom: 0;
  }

  #synce-certificate-page .scp-intro {
    padding: 95px 0 65px;
  }

  #synce-certificate-page .scp-brand-section,
  #synce-certificate-page .scp-commitment {
    padding: 75px 0;
  }

  #synce-certificate-page .scp-certificate-frame {
    padding: 14px;
  }

  #synce-certificate-page .scp-certificate-frame::before,
  #synce-certificate-page .scp-certificate-frame::after {
    width: 54px;
    height: 54px;
  }

  #synce-certificate-page .scp-brand-name {
    letter-spacing: -1.2px;
  }

  #synce-certificate-page .scp-commitment-grid {
    grid-template-columns: 1fr;
  }

  #synce-certificate-page .scp-commit-card {
    min-height: auto;
  }

  #synce-certificate-page .scp-commit-card > span {
    margin-bottom: 35px;
  }

  #synce-certificate-page .scp-cta {
    padding: 55px 0;
  }

  #synce-certificate-page .scp-cta-box {
    padding: 36px 24px;
  }
}
