@charset "UTF-8";
/* Google fonts */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
/* Variables */
/* #00c6d7 */
/* #99d671 */
* {
  box-sizing: border-box;
}

*::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 130%;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

body {
  box-sizing: border-box;
  font-family: '微軟正黑體', Arial, sans-serif;
  color: #333;
  margin: 0 auto;
  line-height: 1.5;
}

body ::selection {
  background: #0094D4;
}

h1, h2, h3 {
  line-height: 1.15;
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans TC', '微軟正黑體', Arial, sans-serif;
}

h1 {
  font-size: 2.6rem;
}

h2 {
  font-size: 2.2rem;
}

h3 {
  font-size: 2rem;
}

p {
  font-size: 1rem;
}

.txt--center {
  text-align: center;
}

.txt--bold {
  font-weight: bold;
}

.txt--accent {
  color: #dd2883;
}

.footnotes {
  color: #777777;
  font-size: 0.9rem;
}

.align--right {
  float: right;
}

.btn-action {
  background-color: #FF9E3A;
  color: #000;
  display: inline-block;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 10px 48px;
  text-decoration: none;
  transition: .3s;
  box-shadow: 0 15px 20px 0 rgba(169, 167, 167, 0.75);
}

.btn-action:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 20px 0 rgba(169, 167, 167, 0.75);
}

section {
  padding: 40px 0;
}

.sec-inner {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.sec-inner h2 {
  color: #0094D4;
  text-align: center;
  padding: 32px 0;
  margin-bottom: 40px;
}

/*-- Header --*/
.header {
  background: #fff;
  padding: 1rem 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  opacity: .75;
  transition: opacity .5s;
  background: linear-gradient(-158deg, #70DFBB 0%, #0085DB 31%);
}

.header .sec-inner {
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}

.header:hover {
  opacity: 1;
}

.company--logo {
  color: #333;
  font-size: 13px;
  font-weight: bold;
  float: left;
  letter-spacing: 2px;
  padding: 6px 0;
}

.company--logo img {
  width: 100%;
  max-width: 200px;
}

.section-links {
  display: flex;
  align-items: center;
}

.section-links a {
  color: #fff;
  display: block;
  font-weight: bold;
  margin: 0 20px;
  text-decoration: none;
  font-family: 'Noto Sans TC', '微軟正黑體', Arial, sans-serif;
}

/*-- Hero --*/
.section-hero {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
  position: relative;
  padding: 0 5%;
  background: linear-gradient(-158deg, #70DFBB 0%, #0085DB 31%);
}

.hero--title {
  flex: 1;
  z-index: 1;
  margin-left: 3vw;
}

.hero--title h1 {
  color: #fff;
  font-size: 4.2rem;
  margin-bottom: 16px;
  text-shadow: 0 2px 4px rgba(115, 115, 115, 0.5);
}

.hero--title h2 {
  border-bottom: 3px solid #96e6ff;
  color: #fff;
  display: inline-block;
  font-size: 1.35rem;
  font-weight: normal;
  padding-bottom: 12px;
  margin-bottom: 32px;
  clear: right;
  text-shadow: 0 2px 4px rgba(115, 115, 115, 0.5);
}

.hero--subtitle {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.hero--subtitle h3 {
  color: #fff;
  display: inline-block;
  font-size: 2.1rem;
  margin-bottom: 18px;
  padding: 6px 12px 6px 0;
  background: linear-gradient(-158deg, #70DFBB 0%, #0085DB 31%);
  text-shadow: 0 2px 4px rgba(115, 115, 115, 0.5);
}

.hero--img {
  display: flex;
  align-items: flex-end;
  position: absolute;
  right: 0;
  bottom: 0;
  width: clamp(320px, 80%, 1140px);
}

.hero--img img {
  width: 100%;
}

main::before {
  content: '';
  background: #EFFFFC;
  border-radius: 100px;
  display: block;
  position: fixed;
  top: 40px;
  bottom: 40px;
  left: 40px;
  right: 40px;
  height: 100vh;
  z-index: -1;
}

/*-- Package --*/
#pkg--wrapper {
  background: rgba(255, 255, 255, 0.95);
  border: 8px solid #0094D4;
  border-radius: 40px;
  text-align: center;
  width: 90%;
  max-width: 990px;
  margin: 0 auto;
  padding: 2rem 0;
  transform: translateY(-100px);
  box-shadow: 0 15px 20px 0 rgba(169, 167, 167, 0.75);
}

#pkg--wrapper h2 {
  color: #0094D4;
  padding: 0 1rem;
}

#pkg--wrapper h3 {
  font-size: 1.5rem;
  color: #777;
  margin: 1rem 0;
  padding: 0 1rem;
}

.pkg-detail--wrapper {
  display: flex;
  margin-bottom: 1rem;
}

.pkg-detail--wrapper .pkg-detail-list {
  display: flex;
  font-size: 1.2rem;
  flex-direction: column;
  text-align: left;
  padding: 1rem 2rem;
  width: 50%;
}

.pkg-detail--wrapper .pkg-detail-list:last-child {
  border-left: 1px solid #0094D4;
}

.pkg-detail--wrapper .pkg-detail-num {
  background: #fff;
  border-radius: 48px;
  color: #0094D4;
  display: block;
  font-family: "Arial Black", Helvetica, sans-serif;
  font-size: 1.25rem;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  margin: 0 auto;
  margin-bottom: 12px;
  box-shadow: 0 5px 10px 0 rgba(169, 167, 167, 0.75);
}

.pkg-detail--wrapper .pkg-detail-title {
  color: #111;
  font-weight: bold;
}

.pkg-sale-time {
  border: 1px solid #0094D4;
  color: #0094D4;
  display: inline-block;
  text-align: center;
  padding: 8px 16px;
  border-radius: 4px;
}

/*-- Intro --*/
.intro {
  width: 80%;
  margin: 0 auto;
  line-height: 2;
}

/*-- Why WVD --*/
ul.why-wvd-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

ul.why-wvd-list li {
  border: 1px solid #0094D4;
  color: #0094D4;
  font-weight: bold;
  font-size: 1.1rem;
  margin: 1rem;
  padding: 1rem;
  position: relative;
  text-align: center;
  width: calc(50% - 3rem);
}

ul.why-wvd-list li::after {
  content: '';
  background: #0094D4 url(../images/recommend-icon.svg) no-repeat;
  background-size: 42px;
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 48px;
  position: absolute;
  top: -12px;
  left: -20px;
}

/*-- 特點 Cards --*/
.feature-card--wrapper {
  display: flex;
  flex-wrap: wrap;
}

.feature-card--wrapper::after {
  content: '';
  flex-grow: 1000000000;
}

.feature-card {
  background: #fff;
  border-radius: 20px;
  display: flex;
  flex: 1 0 calc((100% - 6rem) / 3);
  margin: 1rem;
  margin-bottom: 3rem;
  position: relative;
  box-shadow: 0 5px 10px 0 rgba(169, 167, 167, 0.75);
}

.feature-card.full-width {
  flex: 1 0 calc(100% - 6rem);
}

.feature-card-img {
  background: #0094D4;
  border-radius: 32px;
  display: block;
  position: absolute;
  left: 20px;
  top: -32px;
  width: 64px;
  height: 64px;
  box-shadow: 0 15px 20px 0 rgba(169, 167, 167, 0.75);
}

.feature-card--inner {
  padding: 60px 20px 20px 20px;
}

.feature-card--inner .feature-card-title {
  font-weight: bold;
  font-size: 1.5rem;
}

.feature-card--inner .feature-card-text p {
  color: #999;
  font-size: .9rem;
}

.feature-teams-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none !important;
  padding-left: 0 !important;
}

.feature-teams-list li {
  flex: 1 0 33.3%;
  padding: 10px;
  border: 1px solid #eee;
}

.feature-teams-list .teams-subtitle {
  color: #0094D4;
  font-size: 1.1rem;
  font-weight: bold;
}

/*-- 推薦加購 --*/
.recommend-group {
  padding: 0 40px;
}

.recommend-title {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.35rem;
}

.recommend-num {
  background-color: #FF9E3A;
  color: #fff;
  font-family: "Arial Black", Helvetica, sans-serif;
  font-size: 1.5rem;
  flex-shrink: 0;
  margin-right: 8px;
  margin-bottom: 1rem;
  width: 56px;
  height: 56px;
  border-radius: 64px;
  text-align: center;
  line-height: 56px;
  box-shadow: 0 5px 10px 0 rgba(169, 167, 167, 0.75);
}

ul.recommend-detail-list {
  margin-left: 64px;
  margin-bottom: 24px;
  padding-left: 22px;
  list-style: none;
  list-style-image: url(../images/list-disc.svg);
}

ul.recommend-detail-list li {
  color: #777;
  line-height: 1.75;
  font-size: .9rem;
  font-weight: normal;
}

/*-- 聯絡我們 --*/
.customer-service--wrapper {
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 90%;
  max-width: 990px;
  margin: 0 auto;
  overflow: hidden;
  background: linear-gradient(-158deg, #99d671 0%, #00c6d7 31%);
  box-shadow: 0 15px 20px 0 rgba(169, 167, 167, 0.75);
}

.customer-service--wrapper img {
  align-self: flex-end;
  flex: 1;
  max-width: 25%;
}

.customer-service-info {
  padding: 24px;
}

.customer-service-info p {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans TC', '微軟正黑體', Arial, sans-serif;
}

.customer-service-info a.btn-action {
  margin-top: 20px;
}

.contact-info--wrapper {
  border-left: 2px solid #FF9E3A;
  padding-left: 1rem;
  margin: 12px 0 12px 1rem;
}

.contact-info--wrapper div {
  font-size: 1rem;
  font-weight: bold;
  line-height: 2;
}

.contact-info--wrapper span {
  font-weight: normal;
  margin-right: 1rem;
  width: 6rem;
}

.contact-info--wrapper a {
  color: #111;
}

.contact-info--wrapper a:hover {
  text-decoration: none;
}

.service-notes {
  width: 90%;
  max-width: 990px;
  margin: 0 auto;
}

.service-notes h4 {
  font-size: 1rem;
  margin-bottom: 12px;
}

.service-notes ol {
  color: #999;
  font-size: 0.8rem;
  margin: 0;
  margin-left: 1.25rem;
  padding: 0;
}

/*-- QUICKLINKS --*/
#quicklinks {
  background: #2e2306;
  padding: 20px 0;
  width: 100%;
}

.quicklinks--wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  gap: 1rem;
}

.quicklinks--item {
  background-color: #fff;
  border-radius: 1rem;
  height: 240px;
  flex: 1;
  position: relative;
  opacity: .8;
  transition: .3s transform, .5s opacity;
}

.quicklinks--item.m365 {
  background: #eee url(../images/menu-img-m365.png);
  background-size: cover;
}

.quicklinks--item.m365 .quicklink--title {
  background: linear-gradient(-158deg, #99d671 0%, #00c6d7 31%);
}

.quicklinks--item.avd {
  background: #fff url(../images/menu-img-avd.png);
  background-size: cover;
}

.quicklinks--item.avd .quicklink--title {
  background: linear-gradient(-158deg, #70DFBB 0%, #0085DB 65%);
}

.quicklinks--item.migrate {
  background: #fff url(../images/menu-img-migrate.png);
  background-size: cover;
}

.quicklinks--item.migrate .quicklink--title {
  background: linear-gradient(-32deg, #F6BE3A 0%, #DB8300 31%);
}

.quicklinks--item:hover {
  transform: translateY(-12px);
  opacity: 1;
}

.quicklink--title {
  background: rgba(100, 100, 100, 0.5);
  border-radius: 10px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  position: absolute;
  padding: .6rem 0;
  bottom: 1rem;
  left: 5%;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

/*-- FOOTER --*/
footer {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0 60px;
}

footer .sec-inner {
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  width: 90%;
}

footer .logo-slogan {
  display: flex;
  align-items: center;
}

footer .logo-slogan a + img {
  margin-left: 32px;
}

footer .social-links {
  width: 10vw;
  height: 10vw;
  max-width: 42px;
  max-height: 42px;
  transform: translateX(-64px);
}

footer .social-links img {
  width: 100%;
  height: 100%;
}

.btn__gotop {
  background: rgba(200, 200, 200, 0.5);
  border-radius: 24px;
  position: fixed;
  right: 32px;
  bottom: 64px;
  width: 10vw;
  height: 10vw;
  max-width: 42px;
  max-height: 42px;
}

.btn__gotop img {
  width: 100%;
}

.btn__gotop:hover {
  transition: .3s;
}

/* Responsive */
@media (min-width: 1024px) {
  html {
    font-size: 120%;
  }
}

@media (max-width: 990px) {
  html {
    font-size: 110%;
  }
  .company--logo {
    width: 160px;
  }
  .feature-card {
    flex: 1 0 calc((100% - 6rem) / 2);
  }
}

@media (max-width: 768px) {
  html {
    font-size: 100%;
  }
  .hero--title h1 {
    font-size: 3rem;
  }
  .hero--title h3 {
    font-size: 1.5rem;
  }
  .customer-service-info p {
    font-size: 1.4rem;
  }
}

@media (max-width: 640px) {
  h2, .sec-inner h2 {
    font-size: 1.75rem;
    margin-bottom: 12px;
    padding: 16px 0;
  }
  section {
    padding: 24px 0;
  }
  .pkg-detail--wrapper {
    flex-direction: column;
  }
  .pkg-detail--wrapper .pkg-detail-list {
    width: 100%;
    border: none !important;
  }
  main::before {
    left: 0;
    right: 0;
  }
  .hero--img {
    max-width: 85%;
  }
  .sec-inner {
    width: 95%;
  }
  .section-links a:not(:last-child) {
    display: none;
  }
  .feature-card--wrapper::after {
    flex-grow: 0;
  }
  .feature-card {
    flex: 1 0 calc(100% - 6rem);
  }
  .feature-teams-list li {
    flex: 1 0 100%;
  }
  .gift-title {
    font-size: 1.3rem;
  }
  .gift-list {
    display: block;
  }
  .recommend--wrapper ul li {
    flex: 1 0 100%;
    margin: 10px 0;
  }
  .customer-service--wrapper {
    flex-direction: row;
  }
  .customer-service--wrapper img {
    display: none;
  }
  footer .sec-inner {
    flex-direction: row;
    align-items: flex-start;
  }
  footer .logo-slogan {
    flex-direction: column;
    align-items: flex-start;
  }
  footer .logo-slogan a + img {
    margin: 20px 0 40px;
  }
  footer .social-links {
    transform: translateX(0);
  }
}

@media (max-width: 560px) {
  .quicklinks--wrapper {
    grid-template-columns: auto;
    gap: 1rem;
  }
  .quicklinks--item {
    width: 100%;
    height: 150px;
    opacity: .9;
  }
}

@media (max-width: 480px) {
  h2, .sec-inner h2 {
    padding: 0 1rem;
  }
  .header {
    position: absolute;
  }
  .company--logo {
    width: 40%;
  }
  .section-hero {
    padding: 0 20px;
  }
  .hero--title {
    margin-left: 0;
  }
  .hero--title h1 {
    font-size: 3rem;
  }
  .hero--title h3 {
    font-size: 1.5rem;
  }
  section {
    padding: 20px 0;
  }
  .hero--img {
    max-width: 100%;
  }
  .hero--img img {
    opacity: .45;
  }
  .intro {
    width: 90%;
  }
  .intro p {
    font-size: 1rem;
  }
  #pkg--wrapper {
    border-width: 5px;
    border-radius: 20px;
  }
  #pkg--wrapper h2 {
    font-size: 1.5rem;
    text-align: left;
  }
  #pkg--wrapper h3 {
    font-size: 1.2rem;
    text-align: left;
  }
  .pkg-detail--wrapper .pkg-detail-list {
    font-size: 1.2rem;
  }
  ul.why-wvd-list {
    flex-direction: column;
    padding: 0;
  }
  ul.why-wvd-list li {
    margin: .5rem 0;
    width: 100%;
  }
  ul.why-wvd-list li::after {
    display: none;
  }
  .feature-card--inner .feature-card-title {
    font-size: 1.2rem;
  }
  .feature-card--inner .feature-card-text {
    font-size: 0.9rem;
  }
  .recommend-title {
    flex-direction: column;
  }
  ul.recommend-detail-list {
    margin-left: 0;
  }
  .customer-service-info p {
    font-size: 1.25rem;
  }
  .contact-info--wrapper div {
    font-size: 0.95rem;
  }
  .contact-info--wrapper div:not(:first-child) span {
    display: none;
  }
  .logo-slogan {
    flex-direction: column;
    margin-bottom: 40px;
  }
  footer .logo-slogan a + img {
    margin-left: 0;
  }
}
/*# sourceMappingURL=styles.css.map */