/*
Theme Name: Fischer PC
Author: Arkanum
Version: 1.0.0
*/

:root {
  --fpc-pink: #d91e5e;
  --fpc-cyan: #1598a8;
  --fpc-ink: #26262b;
  --fpc-muted: #666a73;
  --fpc-line: #e5e7eb;
  --fpc-bg: #f7f8fa;
  --fpc-white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--fpc-ink);
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

a {
  color: var(--fpc-pink);
}

img {
  max-width: 100%;
  height: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, .08);
}

.site-header__inner,
.site-footer__inner,
.content-wrap {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header__inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand {
  display: inline-block;
}

.brand img {
  display: block;
  height: 44px;
  width: auto;
}

.main-nav {
  background: #26262b;
}

.main-nav__inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.main-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.main-nav a {
  display: block;
  padding: 16px 23px;
  color: #fff;
  font-weight: 700;
  font-size: .93rem;
  text-transform: uppercase;
  text-decoration: none;
}

.main-nav .current-menu-item a,
.main-nav a:hover {
  color: #ff4081;
}

.intro {
  padding: 64px 0 44px;
  background: #fff;
  text-align: center;
}

.intro__inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.intro h1 {
  margin: 0;
  color: #ff4081;
  font-family: Arial Black, Arial, Helvetica, sans-serif;
  font-size: clamp(2.8rem, 6vw, 4.7rem);
  line-height: 1.05;
  text-transform: uppercase;
}

.intro h1 small {
  color: #444;
  font-size: .48em;
}

.intro h2 {
  margin: 12px 0 8px;
  color: #444;
  font-family: Arial Black, Arial, Helvetica, sans-serif;
  font-size: 1.45rem;
}

.intro__claim {
  margin: 0;
  color: #444;
  font-size: 1.3rem;
}

.divider {
  width: 36%;
  min-width: 220px;
  margin: 10px auto;
  color: #ff4081;
  font-size: 1.8rem;
  line-height: 1;
  border-top: 1px solid #ff4081;
  border-bottom: 1px solid #ff4081;
}

.service-tiles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 74px;
}

.service-tile {
  min-height: 276px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 26px 22px;
  border: 1px solid #d91e5e;
  color: #444;
  background: #fff;
  text-align: center;
  text-decoration: none;
  transition: background .18s ease, transform .18s ease;
}

.service-tile:hover {
  transform: translateY(-3px);
  background: #fff642;
  color: #444;
}

.service-tile img {
  width: 96px;
  height: 96px;
  object-fit: contain;
}

.service-tile h3 {
  margin: 18px 0 4px;
  color: #444;
  font-size: 1.45rem;
}

.service-tile p {
  margin: 8px 0 16px;
}

.service-tile span {
  padding: 8px 13px;
  color: #fff;
  background: #d91e5e;
  font-weight: 700;
}

.hero {
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,.92), rgba(255,255,255,.55)),
    url("/wp-content/uploads/joomla/images/Home/Banner/pcs2.jpg") center top / cover;
}

.hero__inner {
  position: relative;
  width: min(1120px, calc(100% - 32px));
  min-height: 520px;
  display: grid;
  grid-template-columns: 1fr minmax(280px, 420px) 1fr;
  align-items: center;
  gap: 28px;
  margin: 0 auto;
}

.hero__copy {
  padding: 26px;
  text-align: center;
  background: rgba(255, 255, 255, .86);
}

.hero__copy h2 {
  margin: 0 0 12px;
  color: #ff4081;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.1;
  text-transform: uppercase;
}

.hero__copy p {
  margin: 0;
  color: #444;
  font-size: 1.1rem;
}

.hero__device {
  justify-self: center;
  max-height: 310px;
  object-fit: contain;
}

.section {
  padding: 72px 0;
}

.section--front-content {
  padding-top: 58px;
}

.section--soft {
  background: var(--fpc-bg);
}

.entry-content {
  width: min(960px, calc(100% - 32px));
  margin: 0 auto;
}

.front-content {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.front-content h1,
.front-content h2,
.front-content h3,
.entry-content h1,
.entry-content h2,
.entry-content h3 {
  line-height: 1.15;
}

.front-content h1,
.entry-content h1 {
  font-size: clamp(2rem, 3.5vw, 3.4rem);
}

.front-content > h1:first-child,
.front-content > h1:first-child + h1,
.front-content > h3:first-of-type,
.front-content .su-divider {
  display: none;
}

.front-content h2,
.entry-content h2 {
  margin-top: 2.2em;
  color: var(--fpc-pink);
  font-size: clamp(1.5rem, 2.4vw, 2.15rem);
}

.front-content hr,
.entry-content hr {
  width: 96px;
  height: 4px;
  margin: 28px auto;
  border: 0;
  background: var(--fpc-pink);
}

.front-content ul,
.entry-content ul {
  padding-left: 1.2rem;
}

.front-content li::marker,
.entry-content li::marker {
  color: var(--fpc-pink);
}

.front-content img {
  margin: 10px 16px 10px 0;
  vertical-align: middle;
}

.page-title {
  padding: 64px 0 40px;
  background: var(--fpc-bg);
  border-bottom: 1px solid var(--fpc-line);
}

.page-title h1 {
  width: min(960px, calc(100% - 32px));
  margin: 0 auto;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.05;
}

.site-footer {
  margin-top: 70px;
  color: #d6d8de;
  background: #222329;
}

.site-footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 34px 0;
}

.footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-nav a {
  color: #f1f2f4;
  text-decoration: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}

td,
th {
  padding: 8px 10px;
  border-bottom: 1px solid var(--fpc-line);
  text-align: left;
}

@media (max-width: 760px) {
  .site-header__inner,
  .site-footer__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-header__inner {
    align-items: center;
  }

  .main-nav ul {
    flex-wrap: wrap;
  }

  .main-nav a {
    padding: 12px 10px;
    font-size: .82rem;
  }

  .service-tiles,
  .hero__inner {
    grid-template-columns: 1fr;
  }

  .hero__inner {
    min-height: auto;
    padding: 44px 0;
  }

  .hero__device {
    max-height: 180px;
  }
}
