* {
  box-sizing: border-box;
  --blue: #163D4F;
  --dark: #123140;
  --purple: #9999FF;
  --highlight: #D6FFB8;
  --green: #BBE0CA;
  --calmgreen: #466C5A;
  --fade: rgb(22 61 79 / 10%);
  --cream: #EFEDE4;
}
html,
body {
  min-height: 100%;
  margin: 0;
}
body {
  background: #fff;
  color: #111;
  color: var(--blue);
  font: 16px/1.4 "Sofia Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
}
body.mobile-menu-open {
  overflow: hidden;
}
@media (min-width: 681px) {
  body {
    min-width: 1140px;
  }
}
h1, h2, h3, h4 {
  line-height: 1.2;
  margin: 0;
}
h1 { font-size: 46px; letter-spacing: -0.01em; font-weight: 700; }
h2 { font-size: 36px; letter-spacing: -0.01em; font-weight: 700; }
h3 { 
  font-size: 36px; 
  letter-spacing: -0.01em; 
  font-weight: 700;     
  overflow-wrap: anywhere;
  word-break: break-word;
  font-size: 36px;
}
h4 { font-size: 22px; letter-spacing: -0.01em; font-weight: 400; }
@media (max-width: 680px) {
  h1 { font-size: 38px; }
  h2 { font-size: 28px; }
  h3 { font-size: 34px; }
  h4 { font-size: 20px; }
  h1, h2, h3, h4 {
    line-height: 1.1;
  }
}
a { color: currentColor; text-decoration: none; }
b { font-weight: 600; }
p { 
  margin: 0; 
  font-size: 20px;
  line-height: 1.6;
  font-family: "Sofia Sans", sans-serif;
}
p + p {
  margin-top: 1em;
}
img {
  border-radius: 12px;
}
blockquote {
  font-size: 16px;
}
input,
select,
textarea {
  font-family: 'Sofia Pro', sans-serif;
  flex: 1;
  padding: 14px;
  border-radius: 10px 0 10px 10px;
  border: none;
}
select {
  padding: 14px; 
  border-radius: 10px 0 10px 10px; 
  border: none;
}
.color-blue { background-color: var(--blue); }
.color-cream { background-color: var(--cream); }
.highlight {
  color: var(--highlight);
}
.center {
  text-align: center;
}
.br::after {
  content: "\A";
  white-space: pre;
}
.button {
  all: unset;
  box-sizing: border-box;
  cursor: pointer;
  background: var(--highlight);
  box-shadow: 0 1px 2px rgb(0 0 0 / 4%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
  color: var(--blue);
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  padding: 0 36px 2px;
  height: 60px;
}
.cta .button {
  transition: transform .1s;
}
@media (pointer: fine) {
  .cta .button:hover {
    transform: scale(1.1);
  }
}
@media (max-width: 680px) {
  .button {
    font-size: 18px;
    padding: 0 28px 2px;
    height: 56px;
  }
}
.small-button {
  all: unset;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 4%);
  background: var(--blue);
  color: var(--highlight);
  font-size: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  height: 48px;
  margin-top: 4px;
  padding: 0 22px;
}
.badge {
  display: inline-flex;
  background: var(--fade);
  border-radius: 99px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 6px 10px;
  margin-bottom: 16px;
}
.section {
  padding: 80px 0;
  overflow: hidden;
}
@media (max-width: 680px) {
  .section {
    padding: 60px 0;
  }
}
.section-header {
  margin-bottom: 60px;
}
@media (max-width: 680px) {
  .section-header {
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
.hero.section-header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 608px;
  max-height: 1160px;
  background-color: var(--blue);
  overflow: hidden;
  padding: 40px 0;
  z-index: 0;
  gap: 8px;
  margin-bottom: 0;
}
.hero.section-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(/assets/man-on-phone.jpeg);
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  pointer-events: none;
  z-index: -1;
}
.hero h4 {
  max-width: 550px;
  margin: 0 auto;
}
.section-header h3 {
  color: var(--dark);
  font-size: 42px;
  font-weight: 700;
  text-align: center;
}
.section-header h4 {
  color: var(--dark);
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.hero .text-wrapper {
  text-align: center;
}
.hero .text-wrapper .row {
  justify-content: center;
}
.hero.section-header h3 {
  color: #fff;
  font-size: 36px;
  letter-spacing: -0.01em;
  font-weight: 700;
  margin-bottom: 20px;
}
.hero.section-header h4 {
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
}
.hero.section-header h4 {
  line-height: 1.8;
}
.section-header .container { 
  position: relative; z-index: 1; 
}
.breadcrumbs {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #111;
  font-size: 14px;
  margin-bottom: 30px;
  gap: 12px;
}
.breadcrumbs a {
  font-weight: 400;
  opacity: .6;
}
.breadcrumbs a:last-child {
  font-weight: 600;
  color: var(--blue);
  opacity: 1;
}
.breadcrumbs .divider::before {
  content: "/";
  opacity: .6;
}
@media (max-width: 680px) {
  .section-header h3 {
    font-size: 36px;
  }
  .section-header h3 + h4 {
    margin-top: 10px;
    line-height: 1.6;
  }
  .contact-form {
    min-width: 100%;
    max-width: 100%;
  }
  .contact-form-row {
    flex-direction: column;
  }
}
/* Temp */
[animate] {
  animation: none !important;
  opacity: 1 !important;
}
[animate] { opacity: 0; }
[animate].visible { animation: animate-in .6s forwards; }
@keyframes animate-in {
    0% { opacity: 0; transform: translateY(10px) scale(1.05); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}
@media (max-width: 680px) {
  [animate] {
    animation-delay: 0s !important; 
  }
}
#top {
  background: #020617;
  color: var(--highlight);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  height: 38px;
  padding: 0 40px;
  gap: 20px;
}
#top a {
  display: inline-flex;
  align-items: center;
  height: 100%;
}
#site-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}
#site,
#site .page {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#site .page {
  background: var(--cream);
}
#site .page > div {
  flex-grow: 1;
}
#header {
  background: var(--blue);
}
#header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
}
@media (max-width: 680px) {
  #header .header-inner {
    padding-left: 20px;
  }
}
#header .logo {
  display: flex;
  font-size: 32px;
  font-weight: 600;
  position: relative;
}
#header .logo-inner {
  display: flex;
}
#header .logo img {
  height: 52px;
}
@media (max-width: 680px) {
  #header .logo img {
    height: 36px;
  }
}
#header .reunify {
  line-height: 1;
  color: var(--highlight);
  font-size: 13px;
  font-weight: 300;
  position: relative;
  top: 19px;
  margin-left: 12px;
}
#header .reunify b {
  display: block;
  font-weight: 600;
}
#header .reunify-inner {
  position: relative;
  padding-left: calc(16px + 1px);
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  gap: 2px;
}
#header .reunify-inner::before {
  content: "";
  background: var(--highlight);
  opacity: .5;
  height: 26px;
  width: 1px;
  position: absolute;
  top: 1px;
  left: 0;
}
@media (max-width: 680px) {
  #header .reunify {
    top: 5px;
  }
  body:not(.start-page) #header .reunify {
    opacity: 0;
  }
}
@media (max-width: 440px) {
  #header .reunify {
    position: absolute;
    top: 38px;
    margin-left: 43px;
  }
  #header .reunify-inner {
    display: block;
    padding: 0;
  }
  #header .reunify-inner b {
    display: inline;
  }
  #header .reunify-inner::before {
    display: none;
  }
}
#header .links {
  display: flex;
  gap: 8px;
}
#header .links .link,
#header .links .menu {
  background: rgb(0 0 0 / 0%);
  border-radius: 99px;
  color: var(--highlight);
  line-height: 38px;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .1s;
  padding: 0 16px;
}
#header .links .link:hover,
#header .links .menu:hover {
  background: rgb(0 0 0 / 20%);
}
#header .menu {
  position: relative;
}
#header .menu .caret {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: transform .2s;
  top: 2px;
  margin-right: -2px;
}
#header .menu.open .caret {
  transform: rotate(180deg);
}
#header .menu-inner {
  display: flex;
  align-items: center;
  gap: 4px;
}
#header .menu-content {
  position: absolute;
  top: 100%;
  visibility: hidden;
  margin-left: -16px;
  z-index:2;
}
#header .menu.open .menu-content {
  visibility: visible;
}
#header .menu-content-inner {
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow:
    0  4px  8px -4px rgba(0 0 0 / 4%),
    0 16px 24px -8px rgba(0 0 0 / 16%);
  border-radius: 10px;
  color: var(--dark);
  font-size: 16px;
  font-weight: 400;
  padding: 10px;
  white-space: nowrap;
  margin-top: 12px;
  transition: opacity .2s, transform .2s;
  opacity: 0;
  transform: scale(.95);
}
#header .menu.open .menu-content-inner {
  opacity: 1;
  transform: scale(1);
}
#header .menu-link {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  line-height: 1;
  padding: 11px;
  padding-right: 40px;
  gap: 8px;
}
#header .menu-link:hover {
  background: var(--fade);
}
#header .menu-link b {
  font-weight: 600;
}
#header .toggle {
  cursor: pointer;
  background: rgb(0 0 0 / 32%);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
  width: 42px;
  height: 42px;
  user-select: none;
}
#mobile-menu {
  background: var(--dark);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 24px;
  font-weight: 300;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 24px;
  padding-left: 20px;
}
body:not(.mobile-menu-open) #mobile-menu {
  display: none;
}
#mobile-menu .top {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
#mobile-menu .mobile-menu-header,
#mobile-menu .logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#mobile-menu .logo img {
  height: 36px;
}
#mobile-menu .toggle {
  cursor: pointer;
  background: rgb(0 0 0 / 24%);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
  width: 42px;
  height: 42px;
  user-select: none;
}
#mobile-menu .mobile-menu-links {
  display: flex;
  flex-direction: column;
  padding-left: 6px;
  gap: 24px;
}
#mobile-menu .mobile-menu-links a {
  display: flex;
  justify-content: center;
  color: var(--highlight);
}
#mobile-menu .bottom {
  color: var(--highlight);
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  padding: 10px 0;
}
#mobile-menu .bottom b {
  font-weight: 600;
}
#start .intro {
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
  gap: 36px;
}
#start .intro h1 {
  font-weight: 900;
}
#start .intro h4 {
  font-family: "Sofia Sans", sans-serif;
  line-height: 1.4;
}
#start .cta {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0;
  z-index: 1;
  position: relative;
}
#start .hero-image {
  background-color:#141E3E;
  min-height: 650px
}
#start .hero-image {
  background-image: url(/assets/trecom-hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#start .services [class^=col-] {
  padding: 0 8px;
  display: flex;
}
#start .services .row {
  margin: 0 -10px;
}
#start .service-card {
  overflow: hidden;
}
#start .service-card img {
  display: block;
  border-radius: 16px 16px 0 0;
  width: 100%;
  height: auto;
}
#start .service-text {
  display: flex;
  flex-direction: column;
  border-radius: 0 0 24px 24px;
  background: #fff;
  padding: 30px;
  gap: 15px;
}
#start .service-text h4 {
  font-size: 26px;
  font-weight: 600;
}
#start .service-text p {
  font-family: "Sofia Sans", sans-serif;
  font-size: 18px;
  min-height: calc(3 * 1em * 1.5);
  line-height: 1.6;
}
#start .service-footer {
  text-align: left;
}
#start .section:has(.info) {
  padding: 0;
}
#start .info {
  color: var(--dark);
  /* overflow-x: hidden; */
}

#start .info [class^=col-] {
  padding: 0;
}
#start .info img {
  max-width: 100%;
}
#start .info-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 40px;
  gap: 20px;
}
#start .news-card .news-text {
  background: #fff;
  border-radius: 0 0 24px 24px;
  overflow: hidden;
  padding-bottom: 30px;
  display: flex; 
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  padding: 20px 25px 30px 25px;
  flex: 1;
}
#start .news-card img {
  display: block;
  border-radius: 16px 16px 0 0;
  width: 100%;
  max-width: 100%;
}
#start .news-link {
  color: var(--purple);
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  font-family: 'Sofia Pro', sans-serif;
  margin-top: auto;
  align-self: end;
  margin-top: 10px;
}
#start .news-text p {
  font-family: "Sofia Sans", sans-serif;
  line-height: 1.6;
  flex-grow: 1;
  font-size: 18px;
}
#start .news-link p { 
  min-width: 70px;
  margin-top: 3px;
}
#start .news-link img {
  width: 24px;
  height: 24px;
  margin-top: 2px;
  margin-left: 8px;
}
#start .news-card h5 {
  font-size: 26px;
  font-weight: 600;
  margin: 10px 0 0 0;
  margin-bottom: 0.5em;
}
#start .news-card {
  border-radius: 0 0 25px 25px;
  display: flex;
  flex-direction: column;
}
#start .section-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#start .case-study {
  padding-top: 20px;
}
#start .logo-wall {
  --gap: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap);
  list-style: none;
  padding: 0; margin: 0;
}
#start .logo-wall li {
  display: flex; 
  align-items:center; 
  justify-content:center;
  background: rgb(255 255 255 / 50%);
  box-shadow: 0 0 0 1px rgb(0 0 0 / 4%);
  border-radius: 12px;
}
#start .logo-wall img {
  max-width: 100%; 
  height: auto; 
  display:block;
}
#start .case-collage {
  position: relative; 
  margin-top: 25px;
}
#start .case-collage .case-card {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  overflow: hidden;
  background: #fff0;  
  margin: 0;
}
#start .case-collage .case-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover; 
}
#start .cta-wrap {
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 680px) {
  #start .logo-wall { 
    grid-template-columns: repeat(2, 1fr); --gap:16px; 
  }
  #start .case-collage { 
    min-height: 0; 
    row-gap: 30px;
  }
  #start .case-collage .card { 
    position: static; 
    width: 100%; 
    height: auto; 
    margin-bottom: 14px; 
    aspect-ratio: 3 / 2;
  }
  #start .cta-wrap { 
    margin-top: 30px;
  }
}


.row.case-collage { 
  --bs-gutter-x: 24px;          /* matches your logo grid gap */
  justify-content: center;      /* makes sure the 3 cols sit centered */
}

/* Nuke leftover offsets from the old collage */
.case-collage { position: static; margin-top: 60px; }  /* no transforms/abs pos */
.case-collage .col-sm-4 { margin: 0 !important; }      /* ensure no custom margins */

/* Uniform cards (from earlier suggestion) */
.case-card { width:100%; aspect-ratio:4/3; border-radius:16px; overflow:hidden; }
.case-card img { width:100%; height:100%; object-fit:cover; display:block; }


#start .dual-block h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.1;
}
#start .dual-block p {
  font-size: 20px;
  line-height: 1.8;
}
#start .dual-block .image-column {
  display: flex;
  align-items: center;
}
@media (max-width: 680px) {
  #start .hero-image {
    min-height: 320px;
    max-height: 320px;
  }
  #start .services .row {
    gap: 40px;
  }
  #start .info:nth-of-type(2) .row .col-sm-6:first-child {
    order: 2;
  }
  #start .info:nth-of-type(2) .row .col-sm-6:last-child {
    order: 1;
  }
  #start .info img {
    padding: 0 10px;
  }
  #start .news-card {
    min-width: 100%;
  }
  #start .news-card img {
    width: 100%;
    max-width: 100%;
  }
  #start .case-study [class^=col-] {
    display: flex;
    justify-content: center;
  }
  #start .case-study [class^=col-]:nth-of-type(2) {
    margin-top: 30px;
  }
  #start .case-study {
    max-width: 100%;
    padding-top: 40px;
  }
  #start .info-inner {
    padding: 40px 0 40px 10px;
  }
  #start .dual-block p {
    font-size: 16px;
  }
  #start .services-section {
    padding-bottom: 0;
  }
}
#företagstelefoni .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: normal;
}
#företagstelefoni h3 {
  margin: 0px 0 20px 0;
  line-height: 1.2;
}
#företagstelefoni h3.no-margin {
  margin-top: 30px;
}
#företagstelefoni .market-benefits-section {
  background-color: #EFEDE4;
  color: #141E3E;
  padding: 0 0 80px 0;
}
#företagstelefoni .market-benefits-section h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 60px;
}
#företagstelefoni .market-benefit-card {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  min-height: 100%;
}
#företagstelefoni .market-benefit-card img {
  height: 60px;
  margin-bottom: 20px;
}
#företagstelefoni .market-benefit-card h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #141E3E;
}
#företagstelefoni .market-benefit-card p {
  font-size: 16px;
  line-height: 1.7;
}
#företagstelefoni .partners-section {
  background-color: #BBE0CA;
}
#företagstelefoni .partner-logos {
  display: flex;
  justify-content: center;
  align-items: center;
}
#företagstelefoni img {
  max-width: 100%;
}
#företagstelefoni .info-inner {
  padding: 0 20px;
}
#företagstelefoni .save-time-section [class^=col-] {
  display: flex;
  justify-content: center;
  align-items: center;
}
#företagstelefoni .cta {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
@media (max-width: 680px) {
  #företagstelefoni .image-wrapper {
    margin-top: 40px;
  }
  #företagstelefoni .market-benefits-section {
    padding-top: 10px;
    padding-bottom: 60px;
  }
  #företagstelefoni .market-benefits-section .row {
    flex-direction: column;
    gap: 30px;
  }
  #företagstelefoni .save-time-section img {
    margin: 60px 0;
  }
  #företagstelefoni .partners-section {
    padding-bottom: 80px;
  }
  #företagstelefoni .partners-section h3 {
    margin-top: 30px;
  }
}
#öperatörstjänster .hero.section-header::before {
  background-image: url('/assets/man-on-phone.jpeg');
}
#öperatörstjänster h3 {
  margin-bottom: 20px;
}
#öperatörstjänster .market-benefits-section {
  background-color: #EFEDE4;
  color: #141E3E;
  padding: 0 0 80px 0;
}
#öperatörstjänster .market-benefits-section h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 60px;
}
#öperatörstjänster .market-benefit-card {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  min-height: 100%;
}
#öperatörstjänster .text-section {
  padding-bottom: 60px;
}
#öperatörstjänster .cta {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
@media (max-width: 680px) {
  #öperatörstjänster .market-benefits-section .row {
    flex-direction: column;
    gap: 30px;
  }
  #öperatörstjänster .text-section {
    padding-bottom: 40px;
  }
  #öperatörstjänster .first-column {
    padding-bottom: 20px;
  }
}
#hårdvara .market-benefits-section {
  background-color: #EFEDE4;
  color: #141E3E;
  padding: 0 0 80px 0;
}
#hårdvara .market-benefit-card {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  min-height: 100%;
}
#hårdvara .market-benefit-card h5 {
  margin-bottom: 10px;
  font-size: 18px;
}
#hårdvara .market-benefit-card p {
  font-size: 16px;
}
#hårdvara .text-section {
  padding-bottom: 20px;
}
#hårdvara h3 {
  margin-bottom: 20px;
}
#hårdvara .hero.section-header::before {
  background-image: url('/assets/man-on-phone.jpeg');
}
#hårdvara .cta {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
@media (max-width: 680px) {
  #hårdvara .market-benefits-section .row {
    display: flex;
    gap: 30px;
  }
  #hårdvara .first-column {
    padding-bottom: 20px;
  }
}
#molnväxel .market-benefits-section {
  padding-top: 10px;
}
#molnväxel .hero.section-header::before {
  background-image: url('/assets/man-on-phone.jpeg');
}
#molnväxel .market-benefit-card {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  min-height: 100%;
}
#molnväxel .market-benefit-card h5 {
  margin-bottom: 10px;
  font-size: 18px;
}
#molnväxel .market-benefit-card p {
  font-size: 16px;
}
#molnväxel .cta {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
#molnväxel h3 {
  margin-bottom: 20px;
}
#molnväxel h4 {
  line-height: 1.4;
}
#molnväxel .image-wrapper {
  display: flex;
}
#molnväxel .cta {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
@media screen and (max-width: 680px) {
  #molnväxel .image-wrapper {
    justify-content: center;
    margin-top: 40px;
  }
  #molnväxel .market-benefits-section {
    padding-top: 0;
  }
  #molnväxel .market-benefits-section .row {
    gap: 30px;
  }
  #molnväxel .market-benefits-section {
    margin-bottom: 20px;
  }
  #molnväxel .first-text {
    padding-bottom: 20px;
  }
}
#svarservice .market-benefit-card {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  min-height: 100%;
}
#svarservice .hero.section-header::before {
  background-image: url('/assets/man-on-phone.jpeg');
}
#svarservice h3 {
  margin-bottom: 20px;
}
#svarservice .cta {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
#svarservice .market-benefit-card h5 {
  margin-bottom: 10px;
  font-size: 18px;
}
#svarservice .market-benefit-card p {
  font-size: 16px;
}
#svarservice .market-benefits-section {
  margin-top: 60px;
}
@media screen and (max-width: 680px) {
  #svarservice .market-benefits-section {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
    margin-top: 40px;
  }
  #svarservice .first-column {
    padding-bottom: 20px;
  }
}
#apps {
  padding-bottom: 100px;
}
#apps .scroll-button {
  display: flex;
  align-items: center;
  gap: 8px;
}
#apps .cta {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
#apps .container + .divider {
  border-top: 1px solid rgb(0 0 0 / 8%);
  margin: 120px 0 100px;
}
#apps .apps {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#apps .apps h2 {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 72px;
  text-align: center;
}
#apps .apps h4 {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 32px;
}
#apps .download {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 8px 24px 8px 8px;
  font-size: 24px;
  box-shadow: 0 0 1px rgb(0 0 0 / 8%), 0 6px 16px -4px rgb(0 0 0 / 0%);
  transition: box-shadow .3s;
  padding: 30px 35px;
}
#apps .download p {
  font-size: 14px;
}
#apps .download:hover {
  box-shadow: 0 0 1px rgb(0 0 0 / 8%), 0 6px 16px -4px rgb(0 0 0 / 16%);
}
#apps .download .download-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(22 61 79 / 8%);
  border-radius: 99px;
  transition: background-color .1s;
  padding: 12px;
}
#apps .download:hover .download-icon {
  background: rgb(22 61 79 / 12%);
}
#apps .download:active .download-icon {
  background: rgb(22 61 79 / 18%);
}
@media (max-width: 680px) {
  #apps {
    padding-bottom: 20px;
  }
  #apps .apps {
    gap: 30px;
  }
  #apps .container + .divider {
    margin: 30px 0 50px;
  }
  #apps .apps h2 {
    margin-bottom: 40px;
  }
  #apps .apps h4 {
    display: block;
    margin-bottom: 20px;
    font-size: 28px;
  }
  #apps .download {
    margin-bottom: 16px;
  }
}
/* #apps .download svg {
  opacity: 0;
  transition: opacity .3s, transform .3s;
  transform: translateX(10px);
}
#apps .download:hover svg {
  opacity: 1;
  transform: translateX(0);
} */
#reswitch .hero.section-header::before {
  background-image: url('/assets/headset-hero.jpeg');
}
#reswitch .market-benefit-card {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  min-height: 100%;
}
#reswitch .text-section {
  padding-bottom: 60px;
}
#reswitch .text-section .row {
  display: flex;
  justify-content: center;
  text-align: center;
}
#reswitch .text-section img {
  margin-top: 40px;
}
#reswitch .quote-section {
  background-color: var(--blue);
  color: #fff;
}
#reswitch .quote {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-align: center;
  padding: 40px 0;
  gap: 36px;
}
#reswitch svg {
  fill: #fff;
}
#reswitch .quote-text {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
#reswitch .quote-author {
  font-size: 22px;
}
#reswitch h3 {
  margin-bottom: 20px;
  text-align: center;
}
#reswitch .market-benefits-section {
  background-color: var(--cream);
  padding-top: 0;
  overflow: visible;
}
#reswitch .market-benefits-section .row {
  row-gap: 15px;
}
#reswitch .market-benefit-card p {
  text-align: center;
  font-size: 16px;
}
#reswitch .market-benefits-section h5 {
  font-size: 22px;
  font-weight: 600;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
  margin: 15px 0;
}
#reswitch .market-benefit-card img {
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 0.625rem;
  background-color: #eaeaea;
  padding: 7px;
}
#reswitch .features-layout {
  margin-top: 40px;
  align-items: flex-start;
}
#reswitch .features-sidebar {
  background-color: #fff;
  border-radius: 12px;
  max-width: 262px;
  margin-right: 8px;
}
#reswitch [class^=col-].features-sidebar  {
  padding: 0 15px;
}
#reswitch .features-toolbar {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 25px;
  align-items: center;
  padding: 15px;
}
#reswitch .search-box .input-wrap {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 0;
}
#reswitch .search-box .search-icon {
  position: absolute;
  left: 12px;
  pointer-events: none;
}
#reswitch .search-box input[type="search"] {
  width: 100%;
  padding: 10px 12px 10px 40px;
  border: none;
  border-radius: 8px;
  background-color: #f9f9f9;
  font-size: 16px;
  outline: none;
  transition: border-color 0.2s ease, background-color 0.2s ease;
  min-height: 60px;
  margin-bottom: 0;
  font-family: inherit;
}
#reswitch .search-box input[type="search"]:focus {
  border-color: #999;
  background-color: #fff;
}
#reswitch .categories {
  margin-bottom: 20px;
}
#reswitch .categories .header {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
#reswitch .categories h4 {
  font-weight: 600;
  line-height: 1.2;
}
#reswitch ul {
  list-style-type: none;
  padding: 0;
}
#reswitch .category-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 4px 0;
}
#reswitch .category-item .left {
  display: flex;
  align-items: center;
  gap: 6px;
}
#reswitch .clear-button {
  all: unset;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background: #eee;
  line-height: 1.8;
  height: 32px;
  padding: 0 16px;
}
#reswitch .cta {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
#reswitch .center-button {
  text-align: center;
  margin-top: 40px;
}
#reswitch .center-button button {
  width: 255px;
}
#reswitch .teams-text {
  color: var(--dark);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: 16px;
}
#reswitch .teams-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 100px;
}
#reswitch .teams-icon svg {
  width: 100%;
}
#reswitch .teams-text h3 {
  text-align: left;
}
#reswitch .teams-text h3 {
  margin-bottom: 0;
}
#reswitch .teams-text p {
  line-height: 1.8;
}
#reswitch .features-sidebar .search-box .input-wrap{
  display: flex; 
  align-items: center; 
  gap: 10px;
}
#reswitch .filters-toggle{
  display: none; 
  border: 0; 
  background: transparent; 
  padding: .4rem;
  border-radius: .5rem; 
  cursor: pointer;
}
#reswitch .filters-toggle:focus{ 
  outline:2px solid var(--calmgreen); 
  outline-offset: 2px; 
}
#reswitch .filters-icon{ 
  display: block; 
}
#features-grid {
  position: relative;
  z-index: 0;
}
#reswitch .features-layout [class^=col-] {
  padding: 0 8px;
}
#reswitch [class^=col-].features-sidebar  {
  padding: 0 15px;
}
@media (max-width:679px){
  #reswitch .features-sidebar { 
    position: relative; 
  }
  #reswitch .features-sidebar .search-box {
    position: sticky; 
    top: 0; 
    z-index: 3; 
    background: inherit; 
    padding-bottom: 20px;
    padding-top: 20px;
  }
  #reswitch .features-sidebar .categories {
    display: none; 
    position: absolute; 
    z-index: 5; 
    left: 0; 
    right: 0; 
    top: 105px;
    background:#fff; 
    border: 1px solid #E6E8EF; 
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08); 
    overflow: auto;
  }
  #reswitch .features-sidebar.filters-open .categories { 
    display: block; 
    padding: 0px 20px 20px 20px;
  }
  #reswitch .features-sidebar .filters-toggle { 
    display: inline-flex; 
    background-color: #f9f9f9;
    min-height: 60px;
    width: 60px;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width:680px) {
  #reswitch .features-sidebar .filters-toggle { 
    display: none; 
  }
  #reswitch .features-sidebar .categories { 
    display: block; 
    position: static; 
    box-shadow: none; 
    border: 0; 
    padding: 0; 
  }
  #reswitch .features-sidebar {
    position: sticky;
    top: 40px;
    align-self: flex-start;
    padding: 25px;
  }
  #reswitch .features-sidebar .categories {
    max-height: calc(100vh - 140px);
    overflow: auto;
    padding-right: 6px;
  }
  #reswitch .features-sidebar .search-box {
    background: inherit;
    margin-bottom: 12px;
  }
}
@media (max-width: 680px) {
  #reswitch .quote-text {
    font-size: 26px;
  }
  #reswitch .quote-author {
    font-size: 20px;
  }
  #reswitch .features-sidebar {
    max-width: 100%;
    margin: 0;
    padding: 0 20px;
    z-index: 99;
  }
  #reswitch .features-layout {
    position: static;
  }
  #reswitch .text-section img {
    max-width: 100%;
    height: auto;
  }
  #reswitch .text-section {
    padding-bottom: 20px;
  }
}
#it-säkerhet .partners-section {
  background-color: var(--green);
}
#it-säkerhet .partner-logos {
  display: flex;
  justify-content: center;
  align-items: center;
}
#it-säkerhet img {
  max-width: 100%;
}
#it-säkerhet .cta {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
#it-säkerhet h3 {
  margin-bottom: 20px;
}
#it-säkerhet .market-benefits-section {
  padding-top: 0;
}
#it-säkerhet .market-benefit-card {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  min-height: 100%;
}
#it-säkerhet .market-benefit-card img {
  height: 60px;
  margin-bottom: 20px;
}
#it-säkerhet .market-benefit-card h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
  text-transform: uppercase;
  color: #141E3E;
}
#it-säkerhet .market-benefit-card p {
  font-size: 16px;
  line-height: 1.7;
}
@media (max-width: 680px) {
  #it-säkerhet .market-benefits-section .row {
    gap: 30px;
  }
}
#office365 .market-benefit-card {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  min-height: 100%;
}
#office365 .market-benefit-card h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
  text-transform: uppercase;
  color: #141E3E;
}
#office365 .market-benefits-section {
  padding-top: 0;
}
#office365 .market-benefit-card p {
  font-size: 16px;
  line-height: 1.7;
}
#office365 .cta {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
#office365 h3 {
  margin-bottom: 20px;
}
#office365 .hero.section-header::before {
  background-image: url('/assets/office365.jpeg');
}
@media (max-width: 680px) {
  #office365 .market-benefits-section .row {
    gap: 30px;
  }
}
#mdm .market-benefit-card {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  min-height: 100%;
}
#mdm .market-benefit-card h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
  text-transform: uppercase;
  color: #141E3E;
}
#mdm .market-benefits-section {
  padding-top: 0;
}
#mdm .market-benefit-card p {
  font-size: 16px;
  line-height: 1.7;
}
#mdm .cta {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
#mdm h3 {
  margin-bottom: 20px;
}
#mdm .hero.section-header::before {
  background-image: url('/assets/devices-hero.jpeg');
}
@media (max-width: 680px) {
  #mdm .market-benefits-section .row {
    gap: 30px;
  }
}
#about .hero.section-header::before {
  background-image: url('/assets/about-img.jpeg');
}
#about .market-benefit-card {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  min-height: 100%;
}
#about .market-benefit-card h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
  text-transform: uppercase;
  color: #141E3E;
}
#about .market-benefits-section {
  padding-top: 0;
}
#about .market-benefit-card p {
  font-size: 14px;
  line-height: 1.7;
}
#about .cta {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
#about h3 {
  margin-bottom: 20px;
}
#about .text-wrapper h4 {
  line-height: 1.6;
}
#about .services-section {
  padding-top: 0;
}
#about .service-card {
  overflow: hidden;
}
#about .service-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px 16px 0 0;
}
#about .service-text {
  display: flex;
  flex-direction: column;
  border-radius: 0 0 24px 24px;
  background: #fff;
  padding: 30px;
  gap: 15px;
}
#about .service-text h4 {
  font-size: 26px;
  font-weight: 600;
}
#about .service-text p {
  font-family: "Sofia Sans", sans-serif;
  font-size: 16px;
  min-height: calc(3 * 1em * 1.5);
  line-height: 1.5;
}
#about .service-footer {
  text-align: left;
}
#about .partners-section {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--green);
}
#about .partner-logos {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 680px) {
  #about .market-benefits-section .row {
    gap: 30px;
  }
  #about .services-section .row {
    gap: 30px;
  }
}
#reseller .hero.section-header::before {
  background-image: url('/assets/business-telephony.jpeg');
}
#reseller .hero.section-header {
  min-height: 720px;
}
#reseller .cta {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
#reseller h3 {
  margin-bottom: 20px;
}
#posts .text-section {
  padding-bottom: 20px;
}
#posts .posts-section {
  padding-top: 0;
}
#posts h1 {
  margin-bottom: 40px;
}
#posts .row {
  align-items: stretch;
  row-gap: 30px;
}
#posts .post-content {
  background-color: white;
  padding: 30px 40px 40px 40px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 10px;
}
#posts .post {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
}
#posts .post > a {
  display: block;
  height: 220px;
  overflow: hidden;
}
#posts .post h3 {
  font-size: 26px;
  font-weight: 600;
}
#posts .post p {
  font-size: 18px;
}
#posts .post h3 a {
  overflow-wrap: anywhere;
  word-break: break-word;
}
#posts .post > a img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;
}
#posts .text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#posts .post img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
#posts .post-meta time {
  font-size: 14px;
  font-weight: 400;
  color: var(--gray);
}
#posts .post .read-more {
  margin-top: auto;
}
#posts .post-summary {
  flex-grow: 1;
  margin-bottom: 20px;
}
@media (max-width: 680px) {
  #posts .post > a {
    height: 280px; 
    border-radius: 12px 12px 0 0;
  }
  #posts .post-content { 
    padding: 20px; 
    border-radius: 0 0 12px 12px;
  }
  #posts .row { 
    gap: 40px; 
  }
}
#post h1 {
  margin-bottom: 20px;
}
#post h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}
#post .text-section {
  padding-bottom: 20px;
}
#post .post-section {
  padding-top: 0;
}
#post .post-hero {
  margin: 0;
  padding: 30px 0;
}
#post img {
  max-width: 100%;
}
#post .post-content img {
  margin: 20px 0;
}
#post blockquote {
  margin: 0;
}
#post .video-wrapper {
  margin-top: 30px;
}
#post .back-btn {
  font-weight: 600;
  font-size: 18px;
  margin-top: 40px;
  text-align: right;
}
#market .hero.section-header::before {
  background-image: url('/assets/market-img.jpeg');
}
#market .cta {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
#market h3 {
  margin-bottom: 20px;
}
#market .market-benefit-card {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  min-height: 100%;
}
#market .market-benefit-card h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
  text-transform: uppercase;
  color: #141E3E;
}
#market .market-benefits-section {
  padding-top: 0;
}
#market .market-benefit-card p {
  font-size: 14px;
  line-height: 1.7;
}
#market .dark-button {
  width: 255px;
}
#market .center-text {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}
#buyback p, #buyback h4 {
  font-size: 20px;
  line-height: 1.6;
}
#buyback h3 {
  font-size: 36px;
  letter-spacing: -0.01em;
  font-weight: 700;
  margin-bottom: 20px;
}
#buyback h5 {
  font-size: 24px;
  font-weight: 400;
  margin-top: 0;
}
#buyback .cta {
  display: inline-flex;
  justify-content: center;
  margin-top: 0;
  font-family: "Sofia Pro", sans-serif;
}
#buyback .return-section {
  margin-bottom: 80px;
}
#buyback .hero .cta {
  margin-top: 25px;
}
#buyback .tradein-info {
  margin-top: 10px;
  font-size: 14px;
}
#buyback .tradein-device-form-section {
  padding-top: 0;
  padding-bottom: 40px;
}
#buyback .tradein-device-form fieldset {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 0;
  margin: 0 0 40px 0;
  border: none;
  outline: none;
}
#buyback .tradein-device-form .input-wrapper {
  width: 100%;
}
#buyback .hero {
  padding-bottom: 60px;
}
#buyback .icon-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  order: 2;
}
#buyback .text {
  order: 1;
}
#buyback .return-section {
  padding-top: 0;
}
#buyback .contact-form {
  padding-top: 30px;
}
#buyback .save-time-section {
  background-color: var(--calmgreen);
  color: #fff;
}
#buyback .info .row {
  display: flex;
  align-items: center;
}
#buyback .contact-form {
  padding-top: 30px;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#buyback .contact-form-row {
  display: flex;
  gap: 16px;
}
#buyback .contact-form-section {
  padding-top: 20px;
}
#buyback h5 {
  font-weight: 600;
}
@media (max-width: 680px) {
  #buyback .icon-wrapper {
    order: 1;
    margin-bottom: 30px;
    display:none;
  }
  #buyback .text {
    order: 2;
  }
  #buyback h5 {
    margin: 20px 0;
  }
  #buyback .return-section {
    margin-bottom: 60px;
  }
  #buyback .return-section h5 {
    margin-top: 0;
  }
  #buyback .save-time-section,
  #buyback .partners-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #buyback .save-time-section img {
    margin-top: 20px;
  }
}
#fleet .hero.section-header::before {
  background-image: url('/assets/headset-hero.jpeg');
}
#fleet .market-benefit-card {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  min-height: 100%;
}
#fleet .market-benefit-card h5 { 
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}
#fleet .market-benefit-card p { 
  font-size: 16px;
  line-height: 1.7;
}
#fleet .text-section {
  padding-bottom: 60px;
}
#fleet .text-section .row {
  display: flex;
  justify-content: center;
  text-align: center;
}
#fleet .text-section img {
  margin-top: 40px;
  max-width: 100%;
}
#fleet .quote-section {
  background-color: var(--blue);
  color: #fff;
}
#fleet .quote {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-align: center;
  padding: 40px 0;
  gap: 36px;
}
#fleet svg {
  fill: #fff;
}
#fleet .quote-text {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
#fleet .quote-author {
  font-size: 22px;
}
#fleet h3 {
  margin-bottom: 20px;
  text-align: center;
}
#fleet .market-benefits-section {
  background-color: var(--green);
}
#fleet .market-benefits-section h3 {
  margin-bottom: 40px;
}
#fleet .cta {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
#fleet .center-button {
  text-align: center;
  margin-top: 40px;
}
#fleet .center-button button {
  width: 255px;
}
#fleet .info {
  color: var(--dark);
}
#fleet .info img {
  max-width: 100%;
  margin: 30px;
  border-radius: 8px;
}
#fleet .info-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 40px;
  gap: 20px;
}
#fleet .section-header h4 {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media (max-width: 680px) {
  #fleet .section {
    padding: 60px 0;
  }
  #fleet .market-benefits-section .row {
    gap: 30px;
  }
  #fleet .quote {
    padding: 0;
  }
  #fleet .quote-text {
    font-size: 24px;
  }
  #fleet .quote-author {
    font-size: 16px;
  }
  #fleet .quote svg {
    width: 55px;
    height: 55px;
  }
  #fleet header h4 {
    display: none;
  }
  #fleet .info-inner {
    padding: 40px 0;
  }
  #fleet .info-inner h3 {
    margin-bottom: 0;
  }
  #fleet .section-header {
    margin-bottom: 0px;
    padding: 0;
  }
  #fleet .hero.section-header {
    height: 450px;
    min-height: 450px;
    padding: 0 20px;
  }
  #fleet .hero header h4 {
    display: flex;
    line-height: 1.6;
  }
  #fleet header h3 {
    text-align: left;
    margin-bottom: 0;
  }
  #fleet .second-text {
    order: 1;
  }
  #fleet .second-image {
    order: 2;
  }
  #fleet .info img {
    padding: 0;
  }
  #fleet .hero header h3 {
    text-align: center;
    margin-bottom: 20px;
  }
  #fleet .text-section {
    padding-top: 40px;
  }
}
#contact {
  padding-bottom: 40px;
}
#contact h3 {
  font-size: 28px;
  font-size: 26px;
}
#contact .link {
  color: var(--light);
  font-size: 22px;
  font-weight: 600;
}
#contact .small {
  color: #999;
  font-size: 16px;
}
#contact .contact-header {
  text-align: center;
  margin-bottom: 60px;
}
#contact .contact-header .badge {
  margin-bottom: 16px;
}
#contact .contact .col-sm-4 {
  display: flex;
  flex: 1;
}
#contact .contact-item {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  border-radius: 8px 48px 24px 24px;
  padding: 30px;
  padding: 35px;
  gap: 16px;
  width: 100%;
}
#contact .contact-item p {
  line-height: 1.5;
}
#contact .contact-item-icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}
#contact .contact-item-icon {
  background: var(--blue);
  border-radius: 99px;
  color: var(--highlight);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  width: 120px;
  height: 140px;
  height: 120px;
}
#contact .jobs {
  text-align: center;
  margin-top: 80px;
}
#contact .jobs h3 {
  margin-bottom: 12px;
}
#contact .jobs p {
  font-size: 20px;
}
#contact .jobs a {
  font-weight: 600;
}
@media (max-width: 680px) {
  #contact {
    padding-bottom: 0;
  }
  #contact .contact-header {
    margin-bottom: 30px;
  }
  #contact [class^=col-sm] + [class^=col-sm] {
    margin-top: 20px;
  }
  #contact .contact-item-icon-wrapper {
    margin: 20px 0 20px;
  }
  #contact .jobs {
    margin-top: 60px;
    margin-bottom: 20px;
  }
  #contact .contact .col-sm-4 {
    flex: auto;
  }
}
#footer {
  background: var(--blue);
  color: var(--highlight);
  padding: 100px 0;
}
@media (max-width: 680px) {
  #footer {
    padding: 60px 0 40px;
  }
}
#footer h4 {
  font-size: 18px;
  font-weight: 600;
}
#footer .company {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-top: 6px;
}
#footer .company a {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 680px) {
  #footer h4 {
    margin-top: 32px;
  }
  #footer .company {
    align-items: center;
    margin: 0 0 12px;
  }
}
#footer .logo img {
  height: 52px;
  position: relative;
  left: -8px;
}
#footer .links,
#footer .items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 0;
  gap: 12px;
}
#footer .links a {
  border-bottom: 1px solid transparent;
  color: var(--highlight);
  font-weight: 300;
  margin-bottom: -1px;
}
#footer .links a:hover {
  border-bottom: 1px solid var(--highlight);
}
#footer .items {
  gap: 20px;
}
#footer .email,
#footer .phone {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 14px;
  font-weight: 400;
}
#footer .email a,
#footer .phone a {
  font-size: 24px;
  font-weight: 600;
}
#footer .socials {
  color: var(--highlight);
  margin-top: 1em;
}
#footer .socials-title {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 12px;
}
#footer .socials-icons {
  display: flex;
  align-items: center;
  position: relative;
  left: -4px;
  gap: 8px;
}
#footer .socials a {
  transition: transform .1s;
}
#footer .socials a:hover {
  transform: rotate(-10deg) scale(1.2);
}
#footer .socials svg {
  width: 38px;
  height: 38px;
}
#footer .socials .instagram svg {
  width: 34px;
  height: 34px;
}
#copyright {
  background: var(--blue);
  box-shadow: 0 -1px 0 rgb(255 255 255 / 6%);
  color: var(--highlight);
  padding: 24px 0;
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 680px) {
  #copyright {
    font-size: 14px;
  }
}
#error {
  background: var(--blue);
  box-shadow: 0 1px 0 rgb(255 255 255 / 6%);
  color: var(--highlight);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  padding: 120px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
#error a {
  border-bottom: 1px solid currentColor;
  font-size: 18px;
}

/* utilities */
.sr-only{position:absolute!important;clip:rect(1px,1px,1px,1px);padding:0;border:0;height:1px;width:1px;overflow:hidden;}

/* container row area (optional spacing) */
.features-toolbar .right { display:flex; gap:16px; align-items:center; }

/* dropdown button */
.sort-dropdown .dropdown { position:relative; }
.sort-dropdown .dropdown-toggle{
  display:flex; align-items:center; gap:10px;
  background:#fff; border-radius:12px;
  padding:12px 16px; min-width:220px;
  font-weight:600; line-height:1;
  box-shadow:0 2px 0 0 rgba(0,0,0,.08);
}
.sort-dropdown .dropdown-toggle .label{ color:#1c3553; }     /* “Sortera på” */
.sort-dropdown .dropdown-toggle .current{ color:#111; }
.sort-dropdown .dropdown-toggle .chev{ margin-left:auto; transition:transform .2s ease; }
.sort-dropdown .dropdown-toggle[aria-expanded="true"] .chev{ transform:rotate(180deg); }

/* menu */
.sort-dropdown .dropdown-menu{
  position:absolute; top:100%; left:0; z-index:30;
  margin-top:10px; padding:6px 0; width:100%; min-width:240px; display:none;
}
.sort-dropdown .dropdown-menu.show{ display:block; }
.sort-dropdown .dropdown-menu li{
  padding:14px 16px; cursor:pointer; outline:none;
}
.sort-dropdown .dropdown-menu li[aria-selected="true"]{
  background:#f2f2f2; font-weight:600;
}
.sort-dropdown .dropdown-menu li:hover,
.sort-dropdown .dropdown-menu li:focus{ background:#f6f6f6; }




.case-detail .case-hero img { width:100%; height:auto; border-radius:16px; }

.case-content .rich { max-width: 880px; margin: 0 auto; }
.case-content h4 { margin-top: 32px; }
.case-content .lead-quote { text-align:center; margin:32px auto; opacity:.9; }
.case-content .lead-quote p { font-size: 1.125rem; }
.case-content .lead-quote footer { margin-top: 8px; font-weight: 600; }

.case-content .people { display:flex; gap:24px; justify-content:center; margin:24px 0; }
.case-content .portrait { width: 220px; aspect-ratio:1/1; border-radius:50%; overflow:hidden; }
.case-content .portrait img { width:100%; height:100%; object-fit:cover; }
.case-content .caption { text-align:center; margin-top: 8px; }

.case-content .inline-quote { background:#3c1d67; color:#fff; border-radius:8px; padding:24px; margin:24px 0; }
.case-content .inline-quote blockquote { margin:0; }
.case-content .inline-quote footer { margin-top:10px; opacity:.9; font-weight:600; }

.case-content figure.full img { width:100%; border-radius:12px; }
