body {
  margin: 0;
  font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
  background: linear-gradient(135deg, #f7fbff 0%, #eaf6ff 100%);
  color: #1a2236;
  min-height: 100vh;
}

/* Header styles */
.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;
}

/* Logo area */
.SASIPORN-navbar-logo {
  display: flex;
  align-items: center;
  margin-right: 32px;
}
.SASIPORN-navbar-menu a.active,
.SASIPORN-navbar-menu a:hover {
  color: #1ec8e7;
  border-bottom: 2px solid #1ec8e7;
}
.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);
}

/* Navigation menu */
.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:hover {
  color: #1ec8e7;
  border-bottom: 2px solid #1ec8e7;
}

/* Remove old CTA button styles */
.SASIPORN-navbar-cta { display: none; }

/* Footer styles */
.SASIPORN-footer-separator {
  width: 100%;
  background: none;
  margin-bottom: -8px;
  position: relative;
  z-index: 1;
}

.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 img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  border-radius: 6px;
  background: #fafdff;
  box-shadow: 0 2px 8px 0 rgba(30, 200, 231, 0.04);
  transition: box-shadow 0.2s;
}
.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-nav-list img:hover {
  box-shadow: 0 4px 16px 0 rgba(30, 200, 231, 0.13);
}
.SASIPORN-footer-col-contact {
  gap: 12px;
}
.SASIPORN-footer-contact-list {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 6px;
}
.SASIPORN-footer-contact-list img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  border-radius: 6px;
  background: #fafdff;
  box-shadow: 0 2px 8px 0 rgba(30, 200, 231, 0.04);
  transition: box-shadow 0.2s;
}
.SASIPORN-footer-contact-list span {
  color: #1a2a3a;
  font-size: 1rem;
  font-weight: 500;
}
.SASIPORN-footer-contact-list img:hover {
  box-shadow: 0 4px 16px 0 rgba(30, 200, 231, 0.13);
}
.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;
}
@media (max-width: 900px) {
  .SASIPORN-footer-main {
    flex-direction: column;
    gap: 32px;
    padding: 36px 8px 18px 8px;
  }
  .SASIPORN-footer-col {
    min-width: 0;
    width: 100%;
    padding: 20px 10px 16px 10px;
    margin-bottom: 8px;
  }
  .SASIPORN-footer-separator {
    margin-bottom: -4px;
  }
}

.SASIPORN-hero {
  position: relative;
  width: 100%;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
  margin-bottom: 80px;
  background: linear-gradient(135deg, #f7fbff 0%, #eaf6ff 100%);
}
.SASIPORN-hero-bg-svg {
  position: absolute;
  left: 0; top: 0; width: 100%; height: 320px; z-index: 1;
  pointer-events: none;
}
.SASIPORN-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 0 80px 0;
}
.SASIPORN-hero-left {
  flex: 1 1 520px;
  max-width: 600px;
  color: #1a2236;
  text-align: left;
}
.SASIPORN-hero-left h1 {
  font-size: 3.2rem;
  font-weight: 900;
  margin-bottom: 28px;
  letter-spacing: 1.5px;
  line-height: 1.12;
  color: #1a2236;
}
.SASIPORN-hero-left p {
  font-size: 1.18rem;
  font-weight: 400;
  margin-bottom: 48px;
  letter-spacing: 0.5px;
  color: #5b6b7a;
}
.SASIPORN-hero-right {
  flex: 1 1 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.SASIPORN-hero-right img {
  width: 420px;
  height: 280px;
  object-fit: contain;
  border-radius: 32px;
  box-shadow: 0 8px 32px rgba(30,200,231,0.10);
  background: #fff;
}
.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;
}

/* Section geometric SVG background */
.SASIPORN-section::before {
  content: '';
  position: absolute;
  left: -80px;
  top: 40px;
  width: 220px;
  height: 120px;
  background: url('img/section-bg.svg') no-repeat center center/contain;
  opacity: 0.10;
  z-index: 0;
  pointer-events: none;
}
.SASIPORN-section:nth-child(even)::before {
  left: auto;
  right: -80px;
  top: 60px;
  transform: scaleX(-1);
}

.SASIPORN-business-row {
  display: flex;
  flex-direction: row;
  gap: 72px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
}
.SASIPORN-business-item {
  background: linear-gradient(120deg, #fafdff 60%, #e6f0fa 100%);
  border-radius: 44px;
  box-shadow: 0 12px 40px rgba(30,200,231,0.10);
  padding: 64px 48px 56px 48px;
  flex: 1 1 340px;
  min-width: 320px;
  max-width: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
  border: none;
  position: relative;
  transition: box-shadow 0.2s, transform 0.2s;
  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-business-item img {
  width: 72px;
  height: 72px;
  margin-bottom: 28px;
  border-radius: 0;
  box-shadow: 0 4px 16px rgba(30,200,231,0.13);
  background: #fff;
  border: none !important;
}
.SASIPORN-business-title {
  font-size: 1.5rem;
  font-weight: 900;
  color: #1ec8e7;
  text-align: center;
  letter-spacing: 0.5px;
  margin-bottom: 14px;
}
.SASIPORN-business-desc {
  font-size: 1.13rem;
  font-weight: 500;
  color: #1a2236;
  text-align: center;
  opacity: 0.88;
  line-height: 1.7;
}

.SASIPORN-advantages-row {
  display: flex;
  gap: 72px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
}
.SASIPORN-advantage-item {
  background: #f7fbff;
  border-radius: 44px;
  box-shadow: 0 12px 40px rgba(30,200,231,0.10);
  padding: 56px 40px 44px 40px;
  min-width: 240px;
  max-width: 340px;
  flex: 1 1 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
  border: none;
  position: relative;
  z-index: 1;
  animation: fadeUp 0.8s cubic-bezier(.4,1.4,.6,1) both;
}
.SASIPORN-advantage-item img {
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
  border-radius: 0;
  box-shadow: 0 4px 16px rgba(30,200,231,0.13);
  background: #fff;
  border: none !important;
}
.SASIPORN-advantage-title {
  font-size: 1.25rem;
  font-weight: 900;
  color: #1a2236;
  text-align: center;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.SASIPORN-advantage-desc {
  font-size: 1.08rem;
  font-weight: 500;
  color: #5b6b7a;
  text-align: center;
  opacity: 0.8;
  line-height: 1.7;
}

.SASIPORN-partners-row {
  display: flex;
  gap: 56px;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  background: linear-gradient(120deg, #fafdff 60%, #e6f0fa 100%);
  border-radius: 32px;
  box-shadow: 0 4px 16px rgba(30,200,231,0.06);
  padding: 40px 0;
  margin-bottom: 32px;
  z-index: 1;
  animation: fadeUp 0.8s cubic-bezier(.4,1.4,.6,1) both;
}
.SASIPORN-partners-row img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(30,200,231,0.06);
  padding: 10px;
  border: 2px solid #eaf3fb;
  flex: 1 1 0;
  min-width: 0;
  min-height: 0;
}

@media (max-width: 1200px) {
  .SASIPORN-section {
    padding: 0 18px;
  }
  .SASIPORN-section-title-row {
    margin-bottom: 36px;
  }
  .SASIPORN-business-row, .SASIPORN-advantages-row {
    gap: 24px;
    flex-wrap: wrap;
  }
}
@media (max-width: 900px) {
  .SASIPORN-section {
    padding: 0 6px;
  }
  .SASIPORN-section-title-row {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  .SASIPORN-business-row, .SASIPORN-advantages-row, .SASIPORN-partners-row {
    flex-wrap: wrap;
    gap: 18px;
  }
  .SASIPORN-business-item, .SASIPORN-advantage-item {
    min-width: 0;
    max-width: 100%;
    padding: 24px 8px;
    border-radius: 18px;
  }
  .SASIPORN-business-item img, .SASIPORN-advantage-item img {
    width: 64px;
    height: 64px;
    border-radius: 12px;
  }
}

.SASIPORN-hero-cta-row {
  margin-top: 38px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.SASIPORN-hero-cta {
  display: inline-flex;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 800;
  padding: 20px 54px;
  border-radius: 18px;
  background: linear-gradient(90deg, #1ec8e7 10%, #1a2236 90%);
  color: #fff;
  border: none;
  box-shadow: 0 8px 32px rgba(30,200,231,0.13);
  letter-spacing: 1px;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.2s;
  cursor: pointer;
  margin-bottom: 10px;
  text-decoration: none;
}
.SASIPORN-hero-cta svg {
  margin-right: 12px;
}
.SASIPORN-hero-cta:hover {
  background: linear-gradient(90deg, #1a2236 10%, #1ec8e7 90%);
  color: #fff;
  box-shadow: 0 16px 48px rgba(30,200,231,0.22);
  transform: translateY(-2px) scale(1.05);
}
.SASIPORN-hero-cta-tip {
  font-size: 1.05rem;
  color: #5a6a7a;
  margin-top: 2px;
  opacity: 0.85;
  text-align: left;
  font-weight: 500;
}

.SASIPORN-partner-card {
  /* background: rgba(255,255,255,0.92); */
  border-radius: 22px;
  /* box-shadow: 0 4px 24px 0 rgba(30,200,231,0.10); */
  /* padding: 24px 36px; */
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 90px;
  max-width: 260px;
  max-height: 120px;
  transition: box-shadow 0.22s, transform 0.22s;
  z-index: 1;
  animation: fadeUp 0.8s cubic-bezier(.4,1.4,.6,1) both;
}
.SASIPORN-partner-card:hover {
  box-shadow: 0 8px 32px 0 rgba(30,200,231,0.18);
  transform: translateY(-4px) scale(1.04);
}
.SASIPORN-partner-card img {
  width: 100%;
  height: 100%;
  max-width: 180px;
  max-height: 80px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  background: none;
  border-radius: 12px;
  border: none !important;
  box-shadow: none;
}
.SASIPORN-partners-row::before {
  content: '';
  position: absolute;
  left: 10%;
  top: 0;
  width: 80%;
  height: 100%;
  background: linear-gradient(90deg, #eaf6ff 0%, #fafdff 100%);
  opacity: 0.35;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 900px) {
  .SASIPORN-partner-card {
    min-width: 120px;
    min-height: 60px;
    max-width: 140px;
    max-height: 70px;
    padding: 12px 10px;
  }
  .SASIPORN-partner-card img {
    max-width: 100px;
    max-height: 40px;
  }
} 