/* Body background */
body {
    background-color: #0368bf;
}

/* Link color */
a, a:hover {
    color: #0074b2;
}

/* Pagination style */
.pagination .page-item.active .page-link,
div.pagination ul.pagination li.active .page-link,
div.pagination ul.pagination li.active a {
    background-color: #0368bf;
    border-color: #0074b2;
}

/* Header style */
.header {
    background: #0368bf;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#ffffff));
    background: -webkit-linear-gradient(#ffffff, #ffffff);
    background: -moz-linear-gradient(#ffffff, #ffffff);
    background: -ms-linear-gradient(#ffffff, #ffffff);
    background: -o-linear-gradient(#ffffff, #ffffff);
    background: linear-gradient(#ffffff, #ffffff);
    -pie-background: linear-gradient(#ffffff, #ffffff);
}

/* Title style */
.title {
    background: #f7f9fb;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f7f9fb), to(#f9f9fb));
    background: -webkit-linear-gradient(#f7f9fb, #f9f9fb);
    background: -moz-linear-gradient(#f7f9fb, #f9f9fb);
    background: -ms-linear-gradient(#f7f9fb, #f9f9fb);
    background: -o-linear-gradient(#f7f9fb, #f9f9fb);
    background: linear-gradient(#f7f9fb, #f9f9fb);
    -pie-background: linear-gradient(#f7f9fb, #f9f9fb);
}

.title h3 {
    color: #232629;
}

/* Navigation bar style */
.nav-content nav.navbar {
    background: #2e3338;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2e3338), to(#2e3338));
    background: -webkit-linear-gradient(#2e3338, #2e3338);
    background: -moz-linear-gradient(#2e3338, #2e3338);
    background: -ms-linear-gradient(#2e3338, #2e3338);
    background: -o-linear-gradient(#2e3338, #2e3338);
    background: linear-gradient(#2e3338, #2e3338);
    -pie-background: linear-gradient(#2e3338, #2e3338);
}

.nav-content nav.navbar .navbar-nav > .active > a,
nav.navbar .navbar-nav > .active > a:hover,
nav.navbar .navbar-nav > .active > a:focus {
    color: #fbfcfd !important;
}

.nav-content nav.navbar .navbar-nav > li > a {
    color: #d8dbde !important;
}

@media (max-width: 767px) {
    nav.navbar .navbar-nav .show .dropdown-menu > a {
        color: #d8dbde !important;
    }

    nav.navbar .navbar-nav .show .dropdown-menu > a:hover,
    nav.navbar .navbar-nav .show .dropdown-menu > a:focus {
        color: #fbfcfd !important;
    }
}

.nav-content nav.navbar .navbar-nav > li > a:hover {
    color: #fbfcfd !important;
}

.nav-content nav.navbar .navbar-nav > .open > a,
nav.navbar .navbar-nav > .open > a:hover,
nav.navbar .navbar-nav > .open > a:focus {
    color: #fbfcfd !important;
}

/* Card style */
.card-blesta > .card-header {
    color: #f2f2f2;
    background: #2e3338;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2e3338), to(#2e3338));
    background: -webkit-linear-gradient(#2e3338, #2e3338);
    background: -moz-linear-gradient(#2e3338, #2e3338);
    background: -ms-linear-gradient(#2e3338, #2e3338);
    background: -o-linear-gradient(#2e3338, #2e3338);
    background: linear-gradient(#2e3338, #2e3338);
    -pie-background: linear-gradient(#2e3338, #2e3338);
}

/* Highlight Color */
.list-group.list-options a.list-group-item:hover,
.list-group.list-options a.list-group-item:focus,
a.list-group-item:hover,
a.list-group-item:focus {
    background-color: #d1ecf1 !important;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    background-color: #d1ecf1 !important;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #d1ecf1 !important;
}

/* Settings Link Text Color */
.list-group-item.credits {
    color: #4f4f4f !important;
}

.top-focus-box {
    background-color: #d1ecf1 !important;
}

.list-group-item h4 {
    color: #0074b2 !important;
}

/* Top navigation style */
.top-nav .dropdown a.dropdown-toggle,
.top-nav .dropdown a.dropdown-toggle:focus {
    color: #ebebeb !important;
}

.top-nav .dropdown a.dropdown-toggle:hover {
    color: #ffffff !important;
}

/* Bootstrap theme */
.bg-primary {
    background-color: #007bff !important;
}

.text-primary {
    color: #007bff !important;
}

.border-primary {
    border-color: #007bff !important;
}

.badge-primary {
    color: #ffffff !important;
    background-color: #007bff !important;
}

.btn-primary {
    color: #ffffff !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
}

.btn-primary:hover {
    color: #ffffff !important;
    background-color: #0069d9 !important;
    border-color: #0069d9 !important;
}

.btn-primary:disabled, .btn-primary.disabled {
    background-color: #007bff !important;
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff !important;
}

.btn-outline-primary:hover {
    color: #ffffff;
    background: #007bff;
    border-color: #007bff;
}

.alert-primary {
    color: #004085;
    background: #cce5ff;
    border-color: #b8daff;
}


.bg-secondary {
    background-color: #6c757d !important;
}

.text-secondary {
    color: #6c757d !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.badge-secondary {
    color: #ffffff !important;
    background-color: #6c757d !important;
}

.btn-secondary {
    color: #ffffff !important;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}

.btn-secondary:hover {
    color: #ffffff !important;
    background-color: #545b62 !important;
    border-color: #545b62 !important;
}

.btn-secondary:disabled, .btn-secondary.disabled {
    background-color: #6c757d !important;
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d !important;
}

.btn-outline-secondary:hover {
    color: #ffffff;
    background: #6c757d;
    border-color: #6c757d;
}

.alert-secondary {
    color: #383d41;
    background: #e2e3e5;
    border-color: #d6d8db;
}


.bg-success {
    background-color: #28a746 !important;
}

.text-success {
    color: #28a746 !important;
}

.border-success {
    border-color: #28a746 !important;
}

.badge-success {
    color: #ffffff !important;
    background-color: #28a746 !important;
}

.btn-success {
    color: #ffffff !important;
    background-color: #28a746 !important;
    border-color: #28a746 !important;
}

.btn-success:hover {
    color: #ffffff !important;
    background-color: #218838 !important;
    border-color: #218838 !important;
}

.btn-success:disabled, .btn-success.disabled {
    background-color: #28a746 !important;
}

.btn-outline-success {
    color: #28a746;
    border-color: #28a746 !important;
}

.btn-outline-success:hover {
    color: #ffffff;
    background: #28a746;
    border-color: #28a746;
}

.alert-success {
    color: #155725;
    background: #d4edda;
    border-color: #c3e6cb;
}


.bg-info {
    background-color: #17a3b8 !important;
}

.text-info {
    color: #17a3b8 !important;
}

.border-info {
    border-color: #17a3b8 !important;
}

.badge-info {
    color: #ffffff !important;
    background-color: #17a3b8 !important;
}

.btn-info {
    color: #ffffff !important;
    background-color: #17a3b8 !important;
    border-color: #17a3b8 !important;
}

.btn-info:hover {
    color: #ffffff !important;
    background-color: #138596 !important;
    border-color: #138596 !important;
}

.btn-info:disabled, .btn-info.disabled {
    background-color: #17a3b8 !important;
}

.btn-outline-info {
    color: #17a3b8;
    border-color: #17a3b8 !important;
}

.btn-outline-info:hover {
    color: #ffffff;
    background: #17a3b8;
    border-color: #17a3b8;
}

.alert-info {
    color: #0c5360;
    background: #d1ecf1;
    border-color: #bee5eb;
}


.bg-warning {
    background-color: #ffc107 !important;
}

.text-warning {
    color: #ffc107 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.badge-warning {
    color: #ffffff !important;
    background-color: #ffc107 !important;
}

.btn-warning {
    color: #ffffff !important;
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
}

.btn-warning:hover {
    color: #ffffff !important;
    background-color: #e0a800 !important;
    border-color: #e0a800 !important;
}

.btn-warning:disabled, .btn-warning.disabled {
    background-color: #ffc107 !important;
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107 !important;
}

.btn-outline-warning:hover {
    color: #ffffff;
    background: #ffc107;
    border-color: #ffc107;
}

.alert-warning {
    color: #856504;
    background: #fff3cd;
    border-color: #ffeeba;
}


.bg-danger {
    background-color: #dc3545 !important;
}

.text-danger {
    color: #dc3545 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.badge-danger {
    color: #ffffff !important;
    background-color: #dc3545 !important;
}

.btn-danger {
    color: #ffffff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.btn-danger:hover {
    color: #ffffff !important;
    background-color: #c82334 !important;
    border-color: #c82334 !important;
}

.btn-danger:disabled, .btn-danger.disabled {
    background-color: #dc3545 !important;
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545 !important;
}

.btn-outline-danger:hover {
    color: #ffffff;
    background: #dc3545;
    border-color: #dc3545;
}

.alert-danger {
    color: #721c25;
    background: #f8d7da;
    border-color: #f5c6cb;
}


.bg-light {
    background-color: #ffffff !important;
}

.text-light {
    color: #ffffff !important;
}

.border-light {
    border-color: #ffffff !important;
}

.badge-light {
    color: #212529 !important;
    background-color: #ffffff !important;
}

.btn-light {
    color: #212529 !important;
    background-color: #ffffff !important;
    border-color: #e2e6ea !important;
}

.btn-light:hover {
    color: #212529 !important;
    background-color: #e2e6ea !important;
    border-color: #e2e6ea !important;
}

.btn-light:disabled, .btn-light.disabled {
    background-color: #ffffff !important;
}

.btn-outline-light {
    color: #ffffff;
    border-color: #ffffff !important;
}

.btn-outline-light:hover {
    color: #212529;
    background: #ffffff;
    border-color: #ffffff;
}

.alert-light {
    color: #818182;
    background: #fefefe;
    border-color: #fdfdfe;
}

/* =========================
   Nocturn Hosting custom muotoilut
   ========================= */

body{
    background: #f4f7fb;
    color: #1e293b;
    font-family: 'Inter', sans-serif;
}
.header {
    background: #ffffff !important;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

.header .container-md {
    max-width: 1200px !important;
    padding: 12px 20px !important;
}
/*Navigaatio*/
.nav-content {
    padding: 0;
}
.nav-content nav.navbar {
    width: 100%;
    margin: 0;
    border-radius: 0;
    background: linear-gradient(90deg, #0b1f36 0%, #102a46 100%) !important;
    border: none;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}
.nav-content .container-md {
    max-width: 1200px !important;
    margin: 0 auto;
    padding: 0 20px !important;
}
.main-site-nav .nav-link {
    color: rgba(255,255,255,0.85) !important;
    font-size: 14px;
    font-weight: 600;
    padding: 14px 16px !important;
    border-radius: 6px;
    transition: all 0.2s ease;
}
.main-site-nav .nav-link:hover,
.nav-content nav.navbar .navbar-nav > .active > a {
    color: #ffffff !important;
    background: rgba(3, 104, 191, 0.25);
}
/*Navigaation alasvetovalikot*/
.main-site-nav .dropdown-menu {
    background: #0f172a;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 15px 30px rgba(0,0,0,0.35);
}
.main-site-nav .dropdown-item {
    color: rgba(255,255,255,0.85) !important;
    padding: 10px 14px;
    border-radius: 6px;
}
.main-site-nav .dropdown-item:hover {
    background: rgba(3, 104, 191, 0.2);
}
/*Login / käyttäjä nappi*/
.nav-content .navbar-collapse > .container-md > ul.navbar-nav:last-of-type .nav-link {
    background: #0368bf;
    color: #ffffff !important;
    border-radius: 6px;
    padding: 10px 16px !important;
    font-weight: 600;
}
.nav-content .navbar-collapse > .container-md > ul.navbar-nav:last-of-type .nav-link:hover {
    background: #025aa6;
}
/* =========================
   KORTIT
   ========================= */
.nh-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.nh-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 22px;
    border: 1px solid rgba(0,0,0,0.06);
    transition: all 0.2s ease;
}
.nh-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}
.nh-card h3 {
    margin-top: 10px;
    margin-bottom: 8px;
}
.nh-text-link {
    color: #0368bf;
    font-weight: 600;
}

.title {
    display: none;
}

.nh-home-hero {
    margin: 24px 0 36px;
    padding: 48px 40px;
    border-radius: 20px;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #f8fafc;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.18);
}

.nh-home-hero__inner {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 28px;
    align-items: center;
}

.nh-home-badge {
    display: inline-block;
    margin-bottom: 14px;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #93c5fd;
    background: rgba(37, 99, 235, 0.16);
    border: 1px solid rgba(147, 197, 253, 0.22);
}

.nh-home-hero__content h1 {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: 3rem;
    line-height: 1.08;
    font-weight: 800;
}

.nh-home-hero__content p {
    margin: 0 0 22px;
    color: #cbd5e1;
    font-size: 1.05rem;
    line-height: 1.75;
    max-width: 720px;
}

.nh-home-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.nh-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.nh-btn--primary {
    background: #2563eb;
    color: #ffffff !important;
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.28);
}

.nh-btn--primary:hover {
    background: #1d4ed8;
    color: #ffffff !important;
    transform: translateY(-1px);
}

.nh-btn--secondary {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.14);
    color: #f8fafc !important;
}

.nh-btn--secondary:hover {
    background: rgba(255,255,255,0.12);
    color: #ffffff !important;
    transform: translateY(-1px);
}

.nh-home-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.nh-home-points span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.07);
    color: #dbeafe;
    font-size: 14px;
}

.nh-home-hero__panel {
    display: grid;
    gap: 16px;
}

.nh-stat-card {
    padding: 22px;
    border-radius: 16px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.09);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

.nh-stat-card__label {
    margin-bottom: 8px;
    color: #93c5fd;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.nh-stat-card__value {
    margin-bottom: 8px;
    color: #ffffff;
    font-size: 1.45rem;
    font-weight: 800;
}

.nh-stat-card__text {
    color: #cbd5e1;
    line-height: 1.7;
}

.nh-section {
    margin: 0 0 36px;
}

.nh-section__heading {
    margin-bottom: 22px;
}

.nh-section__heading h2 {
    margin: 0 0 10px;
    color: #0f172a;
    font-size: 2rem;
    font-weight: 800;
}

.nh-section__heading p {
    margin: 0;
    color: #64748b;
    line-height: 1.7;
}

.nh-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.nh-card {
    padding: 24px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.nh-card__icon {
    width: 44px;
    height: 44px;
    margin-bottom: 14px;
    border-radius: 12px;
    background: linear-gradient(135deg, #dbeafe, #bfdbfe);
}

.nh-card h3 {
    margin: 0 0 12px;
    color: #0f172a;
    font-size: 1.35rem;
    font-weight: 700;
}

.nh-card p {
    margin: 0 0 14px;
    color: #64748b;
    line-height: 1.7;
}

.nh-text-link {
    color: #2563eb !important;
    font-weight: 700;
    text-decoration: none;
}

.nh-text-link:hover {
    text-decoration: underline;
}

.nh-section--alt {
    padding: 32px;
    border-radius: 20px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
}

.nh-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.nh-feature {
    padding: 22px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
}

.nh-feature h3 {
    margin: 0 0 10px;
    color: #0f172a;
    font-size: 1.2rem;
    font-weight: 700;
}

.nh-feature p {
    margin: 0;
    color: #64748b;
    line-height: 1.7;
}

.nh-cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding: 28px 30px;
    border-radius: 20px;
    background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
    color: #f8fafc;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
}

.nh-cta h2 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 1.9rem;
    font-weight: 800;
}

.nh-cta p {
    margin: 0;
    color: #cbd5e1;
}

.nh-cta__actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .nh-home-hero__inner,
    .nh-card-grid,
    .nh-feature-grid {
        grid-template-columns: 1fr;
    }

    .nh-cta {
        flex-direction: column;
        align-items: flex-start;
    }

    .nh-home-hero__content h1 {
        font-size: 2.3rem;
    }
}

@media (max-width: 767px) {
    .nh-home-hero,
    .nh-section--alt,
    .nh-cta {
        padding: 24px 20px;
        border-radius: 16px;
    }

    .nh-home-hero__content h1 {
        font-size: 2rem;
    }

    .nh-section__heading h2,
    .nh-cta h2 {
        font-size: 1.6rem;
    }
}
.container-md {
    max-width: 1200px;
}

.nh-home-hero {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    border-radius: 0;
    padding-left: 80px;
    padding-right: 80px;
}
.nh-card {
    transition: all 0.25s ease;
}

.nh-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}
.container-md {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.nh-home-hero {
    margin: 0;
    border-radius: 0;
    padding: 80px 60px;
}
/*Ota yhteyttä-sivu*/
.container2 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  color: #151414;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.container2 h1,
.container2 h2,
.container2 h3,
.container2 h4 {
  color: #0368bf;
  margin-top: 0;
}

.container2 a {
  color: #0368bf;
  text-decoration: none;
}

.container2 a:hover {
  text-decoration: underline;
}

.container2 p,
.container2 li {
  color: #151414;
}

.info-boxes {
  display: flex;
  gap: 20px;
  margin: 30px 0;
  flex-wrap: wrap;
}

.info-box {
  background-color: #ffffff;
  color: #151414;
  flex: 1 1 30%;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  border-top: 4px solid #0368bf;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}

.contact-box {
  background-color: #ffffff;
  color: #151414;
  padding: 20px;
  border-radius: 12px;
  flex: 1 1 calc(50% - 20px);
  border-left: 4px solid #0368bf;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.contact-box i {
  color: #0368bf;
}

.history {
  margin-top: 40px;
  border-left: 4px solid #0368bf;
  padding-left: 20px;
}

.history-item {
  position: relative;
  margin-bottom: 35px;
}

.history-item:before {
  content: "●";
  position: absolute;
  left: -23px;
  top: 2px;
  color: #0368bf;
  font-size: 16px;
}

.special-hours {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 12px;
  margin-top: 30px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.special-hours strong {
  color: #151414;
}

.special-hours p,
.special-hours li {
  color: #151414;
}

/* Prosessikaavio */
.process-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1200px;
  margin: 40px auto;
}

.step {
  background: #ffffff;
  border-left: 6px solid #0368bf;
  border-radius: 10px;
  padding: 45px 20px 20px;
  width: 270px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  position: relative;
  transition: transform 0.3s ease;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
}

.step:hover {
  transform: translateY(-5px);
}

.step:before {
  content: attr(data-step);
  position: absolute;
  top: 10px;
  left: 20px;
  background: #0368bf;
  color: #ffffff;
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 14px;
}

.step h3 {
  margin: 20px 0 10px;
  font-size: 20px;
  color: #0368bf;
}

.step p {
  font-size: 14px;
  color: #444444;
  line-height: 1.5;
}

/* SLA / palveluluokat */
.sla-section {
  max-width: 1000px;
  margin: 60px auto;
  padding: 0 20px;
  font-family: Arial, sans-serif;
  color: #151414;
}

.sla-section h2 {
  font-size: 32px;
  color: #0368bf;
  text-align: center;
  margin-bottom: 40px;
}

.sla-box {
  background: #ffffff;
  border-left: 6px solid #0368bf;
  border-radius: 12px;
  padding: 25px 30px;
  margin-bottom: 30px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.sla-box.premium {
  border-left-color: #024a8a;
}

.sla-box h3 {
  color: #151414;
  font-size: 22px;
  margin-bottom: 15px;
}

.sla-box h3 span {
  color: #0368bf;
  font-size: 16px;
  font-weight: normal;
}

.sla-box ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.sla-box ul li {
  padding: 8px 0;
  border-bottom: 1px solid #e5e5e5;
  line-height: 1.5;
}

.sla-box ul li:last-child {
  border-bottom: none;
}

.sla-note {
  font-size: 14px;
  background: #f7f9fc;
  border-left: 4px solid #0368bf;
  padding: 20px;
  border-radius: 8px;
  margin-top: 20px;
  line-height: 1.6;
}

.sla-note a {
  color: #0368bf;
  text-decoration: underline;
}

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

@media (max-width: 768px) {
  .container2 {
    padding: 15px;
    max-width: 100%;
  }

  .info-boxes,
  .contact-container,
  .process-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: stretch;
  }

  .info-box,
  .contact-box,
  .special-hours,
  .sla-box,
  .sla-note {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 15px;
    border-radius: 12px;
    text-align: left;
  }

  .step {
    width: 100%;
    max-width: 100%;
    padding: 45px 20px 20px;
    margin: 0;
  }

  .step:before {
    left: 12px;
    top: 8px;
    font-size: 12px;
  }

  .step h3 {
    font-size: 18px;
  }

  .step p {
    font-size: 14px;
    line-height: 1.4;
  }

  .sla-section {
    padding: 0 10px;
  }

  .history {
    padding-left: 15px;
  }
}
/*Tietosuoja*/

.privacy-policy {
  background-color: var(--color-blue);
  padding: 4rem 1.5rem;
  color: var(--color-white);
  font-family: var(--font-body);
}

.privacy-policy .container {
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 2rem;
}

.privacy-policy h2 {
  font-size: 1.6rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  color: var(--color-green-bright);
  border-left: 4px solid var(--color-green-bright);
  padding-left: 1rem;
  font-family: var(--font-heading);
}

.privacy-policy h4 {
  font-size: 1.1rem;
  margin-top: 1.5rem;
  color: var(--color-accent);
  font-weight: 600;
}

.privacy-policy p {
  line-height: 1.8;
  font-size: 1rem;
  margin-bottom: 1.5rem;
  color: var(--color-white);
}

.privacy-policy ul {
  margin-bottom: 1.5rem;
  padding-left: 1.25rem;
}

.privacy-policy ul li {
  margin-bottom: 0.5rem;
  color: var(--color-white);
}

.privacy-policy a {
  color: var(--color-accent);
  transition: color 0.2s ease;
}

.privacy-policy a:hover {
  color: var(--color-green-bright);
}

.privacy-policy i {
  color: var(--color-accent);
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .privacy-policy {
    padding: 2rem 1rem;
  }

  .privacy-policy h2 {
    font-size: 1.3rem;
  }

  .privacy-policy p,
  .privacy-policy li {
    font-size: 0.95rem;
  }
}