body {
  margin: 0;
  font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
  background: linear-gradient(135deg, #f7fbff 0%, #eaf6ff 100%);
  color: #1a2236;
  min-height: 100vh;
}

.SASIPORN-navbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 48px;
  height: 80px;
  background: linear-gradient(90deg, #fafdff 0%, #e6f0fa 60%, #eaf3fb 100%);
  box-shadow: 0 2px 12px 0 rgba(30, 200, 231, 0.04);
  border-bottom: 1.5px solid #e3eaf2;
  position: relative;
  z-index: 10;
}
.SASIPORN-navbar-logo {
  display: flex;
  align-items: center;
  margin-right: 32px;
}
.company-logo {
  width: 180px;
  height: 60px;
  background-image: url('img/company-logo.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  border-radius: 12px;
  box-shadow: 0 2px 12px 0 rgba(30, 200, 231, 0.07);
  transition: box-shadow 0.2s;
}
.company-logo:hover {
  box-shadow: 0 4px 24px 0 rgba(30, 200, 231, 0.13);
}
.SASIPORN-navbar-menu {
  display: flex;
  gap: 36px;
}
.SASIPORN-navbar-menu a {
  color: #1a2a3a;
  font-size: 1.13rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  padding: 8px 0;
  border-bottom: 2px solid transparent;
  transition: color 0.2s, border-bottom 0.2s;
}
.SASIPORN-navbar-menu a.active,
.SASIPORN-navbar-menu a:hover {
  color: #1ec8e7;
  border-bottom: 2px solid #1ec8e7;
}

.SASIPORN-footer {
  background: linear-gradient(120deg, #fafdff 0%, #e6f0fa 60%, #eaf3fb 100%);
  border-top: 1.5px solid #e3eaf2;
  margin-top: 64px;
  font-family: inherit;
  box-shadow: 0 -4px 32px 0 rgba(30, 200, 231, 0.06);
  position: relative;
}
.SASIPORN-footer-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 56px 32px 32px 32px;
}
.SASIPORN-footer-col {
  flex: 1 1 260px;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 4px 24px 0 rgba(30, 200, 231, 0.07);
  padding: 32px 24px 28px 24px;
  align-items: flex-start;
}
.SASIPORN-footer-col-logo {
  align-items: flex-start;
  gap: 14px;
  background: linear-gradient(120deg, #fafdff 60%, #e6f0fa 100%);
  box-shadow: 0 2px 12px 0 rgba(30, 200, 231, 0.06);
}
.SASIPORN-footer-company {
  font-size: 1.13rem;
  font-weight: 700;
  color: #1a2a3a;
  margin-top: 8px;
}
.SASIPORN-footer-address {
  font-size: 0.98rem;
  color: #5a6a7a;
  margin-bottom: 8px;
}
.SASIPORN-footer-title {
  font-size: 1.08rem;
  font-weight: 700;
  color: #1ec8e7;
  margin-bottom: 6px;
  letter-spacing: 0.01em;
}
.SASIPORN-footer-nav-list {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.SASIPORN-footer-nav-list a {
  color: #1a2a3a;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  transition: color 0.2s;
  padding: 2px 0;
}
.SASIPORN-footer-nav-list a:hover {
  color: #1ec8e7;
}
.SASIPORN-footer-col-contact {
  gap: 12px;
}
.SASIPORN-footer-contact-list {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 6px;
}
.SASIPORN-footer-contact-list span {
  color: #1a2a3a;
  font-size: 1rem;
  font-weight: 500;
}
.SASIPORN-footer-cert {
  color: #5a6a7a;
  font-size: 0.95rem;
  margin-top: 8px;
}
.SASIPORN-footer-bottom {
  text-align: center;
  color: #7a8a9a;
  font-size: 0.98rem;
  padding: 18px 0 10px 0;
  border-top: 1px solid #e3eaf2;
  background: linear-gradient(90deg, #fafdff 0%, #eaf3fb 100%);
  letter-spacing: 0.01em;
  margin-top: 16px;
}

.SASIPORN-breadcrumb {
  max-width: 1400px;
  margin: 32px auto 32px auto;
  padding: 0 100px;
  font-size: 1.05rem;
  color: #5a6a7a;
  letter-spacing: 0.01em;
}
.SASIPORN-breadcrumb a {
  color: #1ec8e7;
  text-decoration: none;
  transition: color 0.2s;
}
.SASIPORN-breadcrumb a:hover {
  color: #1a2236;
}

.SASIPORN-section {
  max-width: 1400px;
  margin: 0 auto 110px auto;
  padding: 0 100px;
  position: relative;
}
.SASIPORN-section-title-row {
  display: flex;
  align-items: center;
  gap: 36px;
  margin-bottom: 56px;
  position: relative;
}
.SASIPORN-section-title-row h1,
.SASIPORN-section-title-row h2 {
  font-size: 2.7rem;
  font-weight: 900;
  color: #1a2236;
  margin: 0;
  letter-spacing: 1.5px;
  line-height: 1.1;
  background: linear-gradient(90deg, #1ec8e7 10%, #1a2236 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.SASIPORN-culture-core-content, .SASIPORN-culture-mission-content, .SASIPORN-culture-team-content {
  display: flex;
  gap: 48px;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
  border-radius: 36px;
  box-shadow: 0 8px 32px rgba(30,200,231,0.08);
  padding: 48px 36px 40px 36px;
  margin-bottom: 48px;
  position: relative;
  z-index: 1;
  animation: fadeUp 0.8s cubic-bezier(.4,1.4,.6,1) both;
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: none; }
}
.SASIPORN-culture-core-content img,
.SASIPORN-culture-mission-content img,
.SASIPORN-culture-team-content img {
  width: 400px;
  height: 180px;
  object-fit: cover;
  border-radius: 0;
  box-shadow: 0 8px 32px rgba(30,200,231,0.10);
  background: #fff;
  border: none !important;
}
.SASIPORN-culture-core-list {
  list-style: disc inside;
  color: #1a2236;
  font-size: 1.13rem;
  line-height: 2.1;
  margin: 0 0 0 18px;
  padding: 0;
  font-weight: 500;
}
.SASIPORN-culture-mission-content p, .SASIPORN-culture-team-content p {
  font-size: 1.13rem;
  color: #1a2236;
  font-weight: 500;
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 1200px) {
  .SASIPORN-navbar, .SASIPORN-section, .SASIPORN-footer-main {
    padding-left: 24px;
    padding-right: 24px;
  }
  .SASIPORN-section, .SASIPORN-breadcrumb {
    padding: 0 18px;
  }
  .SASIPORN-culture-core-content, .SASIPORN-culture-mission-content, .SASIPORN-culture-team-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 24px 10px 18px 10px;
  }
  .SASIPORN-culture-core-content img, .SASIPORN-culture-mission-content img, .SASIPORN-culture-team-content img {
    width: 100%;
    height: auto;
    min-width: 0;
    max-width: 100%;
  }
}
@media (max-width: 900px) {
  .SASIPORN-navbar, .SASIPORN-section, .SASIPORN-footer-main {
    padding-left: 8px;
    padding-right: 8px;
  }
  .SASIPORN-section-title-row {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  .SASIPORN-section, .SASIPORN-breadcrumb {
    padding: 0 6px;
  }
} 