@charset "utf-8";

/* Header logo + nav */
.web_head .head_layer .layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 24px;
}
.web_head .logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 10px;
}
.web_head .logo img {
  max-height: 72px;
  width: auto;
}
.web_head .nav_wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding: 0 2%;
}

/* Shared section styles */
.vocoo-section {
  margin-bottom: 90px;
}
.vocoo-section .vocoo-hd {
  text-align: center;
  margin-bottom: 45px;
}
.vocoo-section .vocoo-hd .hd_title {
  font-size: 36px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
}
.vocoo-section .vocoo-hd .hd_title:after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: #ffbe00;
  margin: 12px auto 0;
}
.vocoo-section .vocoo-hd .hd_desc {
  font-size: 18px;
  color: #666;
  max-width: 780px;
  margin: 18px auto 0;
  line-height: 1.7;
}

/* Hero tagline strip */
.vocoo-hero-strip {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  color: #fff;
  padding: 48px 0;
  text-align: center;
}
.vocoo-hero-strip .tagline {
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
}
.vocoo-hero-strip .tagline strong {
  color: #ffbe00;
  font-weight: 600;
}
.vocoo-hero-strip .lead {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
  max-width: 820px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Feature cards */
.vocoo-features {
  padding: 70px 0;
  background: #f9f9f9;
}
.vocoo-features .feature_grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.vocoo-features .feature_card {
  width: 25%;
  padding: 12px;
  box-sizing: border-box;
}
.vocoo-features .feature_inner {
  background: #fff;
  padding: 32px 24px;
  text-align: center;
  height: 100%;
  border: 1px solid #eee;
  -webkit-transition: box-shadow 0.3s, -webkit-transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s;
}
.vocoo-features .feature_inner:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.vocoo-features .feature_icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 18px;
  background: #ffbe00;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 22px;
  color: #000;
  font-family: 'fontawesome';
}
.vocoo-features .feature_tit {
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.vocoo-features .feature_desc {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

/* Use cases */
.vocoo-use-cases {
  padding: 70px 0;
}
.vocoo-use-cases .usecase_grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.vocoo-use-cases .usecase_card {
  width: 33.333%;
  padding: 12px;
  box-sizing: border-box;
}
.vocoo-use-cases .usecase_inner {
  background: #fff;
  padding: 32px 28px;
  border-top: 4px solid #ffbe00;
  height: 100%;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
}
.vocoo-use-cases .usecase_tit {
  font-size: 18px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.vocoo-use-cases .usecase_desc {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
}

/* Company intro bullets */
.company_intr_bullets {
  margin-top: 20px;
  padding-left: 0;
}
.company_intr_bullets li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}
.company_intr_bullets li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  background: #ffbe00;
  border-radius: 50%;
}

/* Stats bar */
.vocoo-stats {
  background: #1a1a1a;
  color: #fff;
  padding: 55px 0;
}
.vocoo-stats .stats_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}
.vocoo-stats .stat_item {
  width: 33.333%;
  padding: 15px 20px;
  box-sizing: border-box;
}
.vocoo-stats .stat_num {
  font-size: 48px;
  font-weight: 700;
  color: #ffbe00;
  line-height: 1.1;
}
.vocoo-stats .stat_label {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 8px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.vocoo-stats .country_tag {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}

/* Global markets */
.vocoo-global {
  padding: 70px 0;
}
.vocoo-global .country_tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  gap: 10px;
}
.vocoo-global .country_tag {
  display: inline-block;
  padding: 8px 18px;
  background: #f3f3f5;
  border: 1px solid #e0e0e0;
  font-size: 14px;
  color: #333;
  border-radius: 2px;
}

/* Dual CTA */
.vocoo-dual-cta {
  padding: 70px 0;
  background: #f7f7f7;
}
.vocoo-dual-cta .cta_grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.vocoo-dual-cta .cta_card {
  width: 50%;
  padding: 15px;
  box-sizing: border-box;
}
.vocoo-dual-cta .cta_inner {
  background: #fff;
  padding: 40px 35px;
  border-left: 4px solid #ffbe00;
  height: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.vocoo-dual-cta .cta_tit {
  font-size: 22px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.vocoo-dual-cta .cta_desc {
  color: #666;
  line-height: 1.7;
  margin-bottom: 20px;
}
.vocoo-dual-cta .cta_intro {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px;
}
.vocoo-dual-cta .cta_intro h3 {
  font-size: 28px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 12px;
}

/* Page intro bar (inner pages) */
.vocoo-page-intro {
  background: #f9f9f9;
  padding: 35px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.vocoo-page-intro .intro_tit {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffbe00;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
.vocoo-page-intro .intro_desc {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  max-width: 900px;
}

/* Why VOCOO bar */
.vocoo-why-bar {
  background: #1a1a1a;
  color: #fff;
  padding: 40px 0;
  margin: 40px 0;
}
.vocoo-why-bar .why_items {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}
.vocoo-why-bar .why_item {
  width: 33.333%;
  padding: 15px 20px;
  box-sizing: border-box;
}
.vocoo-why-bar .why_item strong {
  display: block;
  color: #ffbe00;
  font-size: 16px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.vocoo-why-bar .why_item span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.5;
}

/* About page */
.about-page-wrap {
  width: 100%;
  max-width: none;
}
.about-page-wrap .wrap {
  width: 100%;
  max-width: 1200px;
}
.about-hero {
  position: relative;
  min-height: 320px;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}
.about-hero:before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
.about-hero .hero_content {
  position: relative;
  z-index: 1;
  padding: 60px 20px;
}
.about-hero h1 {
  font-size: 42px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.about-hero .hero_tagline {
  font-size: 22px;
  color: #ffbe00;
}
.about-block {
  padding: 60px 0;
}
.about-block.alt {
  background: #f9f9f9;
}
.about-block .block_title {
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 3px solid #ffbe00;
  display: inline-block;
}
.about-block .block_text {
  font-size: 16px;
  color: #555;
  line-height: 1.85;
  max-width: 900px;
}
.about-block .block_text p {
  margin-bottom: 16px;
}
.about-values {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.about-values .value_card {
  width: 50%;
  padding: 15px;
  box-sizing: border-box;
}
.about-values .value_inner {
  background: #fff;
  padding: 35px 30px;
  border-top: 4px solid #ffbe00;
  height: 100%;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}
.about-values .value_inner h3 {
  font-size: 20px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.about-make {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.about-make .make_col {
  width: 33.333%;
  padding: 12px;
  box-sizing: border-box;
}
.about-make .make_inner {
  background: #fff;
  padding: 28px 22px;
  text-align: center;
  border: 1px solid #eee;
  height: 100%;
}
.about-make .make_inner h4 {
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.about-improve {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}
.about-improve li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 22%;
  flex: 1 1 22%;
  min-width: 180px;
  background: #fff;
  padding: 20px 16px;
  text-align: center;
  border-left: 3px solid #ffbe00;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.about-split {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 40px;
}
.about-split .split_img {
  -webkit-box-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
}
.about-split .split_text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  min-width: 280px;
}
.about-cms-extra {
  padding: 50px 0;
  border-top: 1px solid #eee;
}
.about-cms-extra .about_item .title {
  font-size: 24px;
  margin-bottom: 20px;
}

/* Contact page */
.contact-page-wrap {
  width: 100%;
  max-width: none;
}
.vocoo-section.alt {
  background: #f9f9f9;
}
.vocoo-contact-channels {
  padding: 50px 0 20px;
}
.contact_channel_grid,
.contact_help_grid,
.contact_trust_grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.contact_channel_card,
.contact_help_card {
  width: 25%;
  padding: 12px;
  box-sizing: border-box;
}
.contact_channel_card .channel_inner,
.contact_channel_card {
  background: #fff;
  border: 1px solid #eee;
  padding: 28px 20px;
  text-align: center;
  height: 100%;
  box-sizing: border-box;
}
.contact_channel_card .channel_icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 16px;
  background: #ffbe00;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 22px;
  color: #000;
}
.contact_channel_card .channel_tit {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.contact_channel_card .channel_val {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  word-break: break-word;
}
.contact_channel_card .channel_val a {
  color: #333;
}
.contact_channel_card .channel_val a:hover {
  color: #ffbe00;
}
.contact_help_card {
  width: 25%;
  background: #fff;
  padding: 24px 20px;
  border: 1px solid #eee;
  box-sizing: border-box;
  height: 100%;
}
.contact_help_card .help_tit {
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 2px solid #ffbe00;
  display: inline-block;
}
.contact_help_card .help_desc {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
}
.vocoo-contact-hours {
  padding: 40px 0;
}
.contact_hours_box {
  background: #1a1a1a;
  color: #fff;
  padding: 40px 45px;
  border-left: 4px solid #ffbe00;
}
.contact_hours_box .hours_tit {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: #ffbe00;
}
.contact_hours_box .hours_desc,
.contact_hours_box .hours_note {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 8px;
}
.vocoo-contact-cms-body {
  font-size: 16px;
  color: #555;
  line-height: 1.85;
  max-width: 900px;
}
.contact_faq_list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 900px;
}
.contact_faq_list .faq_item {
  padding: 22px 0;
  border-bottom: 1px solid #e8e8e8;
}
.contact_faq_list .faq_q {
  font-size: 17px;
  margin-bottom: 10px;
  font-weight: 600;
}
.contact_faq_list .faq_a {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
  margin: 0;
}
.contact_faq_list .faq_a a {
  color: #333;
  text-decoration: underline;
}
.vocoo-contact-trust {
  padding: 50px 0 70px;
  background: #f7f7f7;
}
.contact_trust_grid .trust_item {
  width: 33.333%;
  padding: 15px 20px;
  box-sizing: border-box;
  text-align: center;
}
.contact_trust_grid .trust_item strong {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffbe00;
  margin-bottom: 10px;
}
.contact_trust_grid .trust_item span {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

@media screen and (max-width: 991px) {
  .vocoo-features .feature_card,
  .vocoo-stats .stat_item,
  .vocoo-dual-cta .cta_card,
  .vocoo-why-bar .why_item,
  .about-values .value_card,
  .about-make .make_col {
    width: 50%;
  }
  .vocoo-use-cases .usecase_card,
  .contact_channel_card,
  .contact_help_card,
  .contact_trust_grid .trust_item {
    width: 50%;
  }
  .about-split .split_img {
    -webkit-box-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .web_head .logo img {
    max-height: 50px;
  }
  .vocoo-hero-strip .tagline {
    font-size: 24px;
  }
  .vocoo-features .feature_card,
  .vocoo-stats .stat_item,
  .vocoo-dual-cta .cta_card,
  .vocoo-why-bar .why_item,
  .about-values .value_card,
  .about-make .make_col,
  .about-improve li {
    width: 100%;
    -webkit-box-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .vocoo-use-cases .usecase_card,
  .contact_channel_card,
  .contact_help_card,
  .contact_trust_grid .trust_item {
    width: 100%;
  }
  .contact_hours_box {
    padding: 28px 22px;
  }
  .vocoo-stats .stat_num {
    font-size: 36px;
  }
  .about-hero h1 {
    font-size: 28px;
  }
}
