/* ============================================================
  HTML & BODY
============================================================ */
@font-face {
  font-family: Geomanist;
  src: url(../fonts/geomanist-regular-webfont.woff);
}
@font-face {
  font-family: GeomanistItalic;
  src: url(../fonts/geomanist-regular-italic-webfont.woff);
}
@font-face {
  font-family: GeomanistBold;
  src: url(../fonts/geomanist-bold-webfont.woff);
}

* {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
}
html {
  height: 100%;
}
body {
  background-color: #ffffff;
  color: #2c2a29;
  font-family: "Geomanist", sans-serif;
  font-size: 1em;
  line-height: 1.5;
}
h1 {
  padding-bottom: 10px;
  font-size: 2em;
  margin-top: 20px;
}
.titlefont {
  font-size: 4em;
  text-align: center;
  color: #ffffff;
}
.subtitlefont {
  font-size: 1.6em;
  text-align: center;
  color: #ffffff;
}
h2 {
  font-size: 1.2em;
  padding-bottom: 10px;
  padding-top: 10px;
}
h3 {
  font-family: "GeomanistBold", sans-serif;
  color: #ff6900;
}
.p-18 {
  font-size: 1.2em;
}

/* Benefits list - single column with + icons, left aligned */
.benefits-grid {
  display: block;
  max-width: 600px;
}

.benefit-card {
  background: transparent;
  border: none;
  padding: 2px 0;
  text-align: left;
  display: flex;
  align-items: center;
}

.benefit-card::before {
  content: '+';
  font-size: 1.8em;
  color: #ff6900;
  font-weight: bold;
  flex-shrink: 0;
  width: 30px;
  text-align: center;
}

.benefit-card p {
  margin: 0;
  font-size: 1.1em;
  line-height: 1.5;
  color: #2c2a29;
}

/* Features section - no hover effects */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin: 30px 0;
}

.feature-card {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 25px;
}

.feature-card .feature-title {
  font-family: "GeomanistBold", sans-serif;
  font-size: 1.2em;
  color: #2c2a29;
  margin-bottom: 12px;
  display: block;
}

.feature-card p {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  color: #555;
}

ul {
  margin-left: 20px;
  padding-bottom: 20px;
}
a {
  text-decoration: none;
  color: #2c2a29;
}
.white {
  color: #ffffff;
}
.slogan {
  display: block;
  position: relative;
  top: 50%;
  margin: 0 auto;
  text-align: center;
}
.sloganText {
  color: #ffffff;
  font-size: 4em;
  padding-bottom: 10px;
}
.linkTo {
  padding: 20px;
  background-color: #ff6900;
  text-align: center;
  width: 300px;
  display: block;
  margin: 0 auto;
  border-radius: 5px;
}
.slogan a {
  color: #ffffff;
}
.frontpage {
  background-image: url(../img/speltti_birkkala.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 650px;
  height: auto;
  padding: 20px 20px 20px 5%;
  display: block;
}

.nav {
  display: block;
  float: right;
}
.nav a {
  padding: 10px;
  border-bottom: 3px solid transparent;
}
.nav a:hover {
  border-bottom: 3px solid #ff6900;
}
.nav a.active {
  border-bottom: 3px solid #ff6900;
}
.nav > ul {
  list-style: none;
}
.nav > ul > li {
  display: inline;
}
.lang {
  display: block;
  float: right;
  margin-left: 20px;
}
.lang a {
  color: #ff6900;
}

.content {
  width: 80%;
  margin: 0 auto;
  padding-top: 20px;
}

p {
  padding: 10px 0;
}

.infograafi {
  width: 100%;
}

.flexcontainer {
  display: flex;
  flex-wrap: wrap;
}
.flexbox-3 {
  flex: 30%;
}
.flexbox-2 {
  flex: 40%;
  padding-bottom: 20px;
}

.align {
  text-align: right;
}
.flexbox-3 > ul {
  list-style: none;
  margin-left: 0;
}

/* Old reference boxes style with black text */
.reference {
  font-family: "GeomanistItalic";
  padding: 10px 0 0 0;
}

.reference-from {
  font-family: "GeomanistBold";
  color: #2c2a29;
}

.contact {
  background-image: url(../img/boxhunt_corner_graphics.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 40px;
  padding-top: 20px;
}

.padding-right-20 {
  padding-right: 20px;
}
.margin-right-5 {
  margin-right: 5%;
}
.container {
  position: relative;
  width: 100%;
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container .slog {
  background-color: rgba(44, 42, 41, 0.5);
  border-radius: 10px;
  padding: 20px 40px;
  max-width: 700px;
}
/* Style the button and place it in the middle of the container */
.btn {
  background-color: #ff6900;
  color: white;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  text-align: center;
  width:150px;
}
.container .slog .txt {
  font-family: "GeomanistBold", sans-serif;
  font-size: 3em;
  padding: 10px;
  color: white;
  background-color: rgba(44, 42, 41, 0.5);
  border-radius: 5px;
  text-align: center;
}

/* Pricing Section */
.pricing-card {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-top: 4px solid #ff6900;
  border-radius: 8px;
  padding: 40px;
  text-align: center;
  max-width: 500px;
  margin: 20px auto;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.pricing-title {
  font-family: "GeomanistBold", sans-serif;
  font-size: 1.5em;
  color: #2c2a29;
  margin-bottom: 15px;
}

.pricing-price-container {
  margin: 20px 0;
}

.pricing-label {
  font-size: 1.2em;
  color: #666;
}

.pricing-amount {
  font-size: 4.5em;
  font-family: "GeomanistBold", sans-serif;
  color: #ff6900;
  line-height: 1;
  display: block;
}

.pricing-description {
  color: #666;
  margin-bottom: 30px;
  line-height: 1.6;
}

.pricing-btn {
  display: inline-block;
  width: auto !important; /* Override fixed width from .btn */
  padding: 12px 40px;
  text-decoration: none;
}

@media all and (max-width: 1400px) {
  .titlefont {
    font-size: 3em;
  }
  .subtitlefont {
    font-size: 1.4em;
  }
}

@media all and (max-width: 770px) {
  img {
    height: auto;
  }
  .frontpage {
    padding: 20px;
  }
  .nav {
    display: none;
  }
  .titlefont {
    font-size: 2em;
  }
  .flexbox-3,
  .flexbox-2 {
    flex: 100%;
  }
  .container .slog {
    width: 90%;
    padding: 20px;
    box-sizing: border-box;
  }
  .subtitlefont {
    font-size: 1.2em;
  }

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

  .margin-right-5 {
    margin-right: 0;
  }

  .benefits-grid {
    max-width: 100%;
  }

  .features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* Tablet responsive */
@media all and (min-width: 771px) and (max-width: 1024px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media all and (max-width: 300px) {
  #features {
    font-size: 1.6em;
  }
}

