@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&family=Poppins:wght@400;500;600;700&display=swap");

/* =========================================================
   BASE
========================================================= */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
}

body {
  background: #fff;
  color: #272d4e;
  font-family: "Open Sans", sans-serif;
}

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

a img,
a:visited img {
  border: none;
}

a {
  text-decoration: none;
}

:focus {
  outline: 0;
}

ul {
  list-style: none;
}

.bg-gray {
  background-color: #fafaff;
}

.no-scroll {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.inner-wrapper {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.content-sizer {
  width: 85%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .content-sizer {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.mt-10 { margin-top: 10px; }
.mt-30 { margin-top: 30px; }
.mb-5 { margin-bottom: 5px; }
.t20 { font-size: 20px; }
.text-medium { font-weight: 500; }

.btn {
  border-radius: 4px;
  transition: all .25s ease;
  display: inline-block;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}

.btn:focus,
.btn:hover,
.btn:hover:active {
  outline: none;
  box-shadow: none;
}

.btn-main {
  background-color: #0085ff;
  color: #fff !important;
  font-weight: 700 !important;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  padding: 10px 24px;
  min-width: 145px;
  letter-spacing: 1px;
  border: none;
}

.btn-main:focus,
.btn-main:hover,
.btn-main:hover:active {
  background-color: #1170ca;
}

.btn-main.btn-shadow {
  box-shadow: 3px 10px 35px -10px rgba(26, 119, 206, 0.5);
}

.spinner {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 3px solid rgba(255,255,255,0.28);
  border-top-color: #fff;
  border-left-color: #fff;
  border-radius: 50%;
  animation: swed-spin 1s linear infinite;
  vertical-align: middle;
  margin-left: 10px;
}

@keyframes swed-spin {
  to { transform: rotate(360deg); }
}
/* =========================================================
   NAVIGATION
========================================================= */

.header-sticky{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
  transition:
    background-color .28s ease,
    box-shadow .28s ease,
    min-height .28s ease,
    transform .28s ease;
}

.header-sticky > header.container{
  max-width: 1220px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}

.header-sticky .navbar{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  min-height: 96px;
  padding: 0;
  gap: 24px;
}

.header-sticky .logo{
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

.header-sticky .logo a{
  display: inline-flex;
  align-items: center;
}

.header-sticky .logo img{
  display: block;
  width: 129.70px;
  height: 37.44px;
  max-width: none;
}


.header-sticky .navbar-collapse{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1 1 auto;
  min-width: 0;
}

.header-sticky .nav-links{
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 0 auto;
  padding: 0;
  flex: 1 1 auto;
  min-width: 0;
  white-space: nowrap;
}

.header-sticky .nav-links li,
.header-sticky .nav-links .nav-item{
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.header-sticky .nav-links li a,
.header-sticky .nav-links .nav-link{
  display: inline-flex;
  align-items: center;
  padding: 0;
  margin: 0;
  text-decoration: none;
  color: rgba(18,17,39,0.72);
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  transition: color .2s ease, opacity .2s ease;
}

.header-sticky .nav-links li a:hover,
.header-sticky .nav-links .nav-link:hover,
.header-sticky .nav-links li a:focus,
.header-sticky .nav-links .nav-link:focus{
  color: rgba(18,17,39,1);
}

#form-btn-nav-desktop{
  flex: 0 0 auto;
  margin-left: 28px;
}

.btn-cta{
  font-family:'Poppins', sans-serif;
  background:linear-gradient(135deg,#ff6b00,#ff8e2b) !important;
  color:#fff !important;
  border:0 !important;
  padding:8px 24px !important;
  min-height:48px;
  border-radius:12px;
  font-weight:700;
  font-size:14px !important;
  line-height:24px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  white-space:nowrap;
  cursor:pointer;
  box-shadow:0 2px 6px rgba(255,107,0,.12) !important;
  transition:background .18s ease, box-shadow .18s ease, transform .18s ease, filter .18s ease !important;
}

#form-btn-nav-mobile{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  min-height:56px;
  padding:14px 24px !important;
  border:0 !important;
  border-radius:14px !important;
  background:linear-gradient(135deg,#ff6b00,#ff8e2b) !important;
  color:#fff !important;
  font-family:'Poppins', sans-serif;
  font-size:16px !important;
  font-weight:700 !important;
  line-height:1.2 !important;
  white-space:nowrap;
  text-align:center;
  box-shadow:0 10px 22px rgba(255,107,0,.18) !important;
}

.btn-cta:hover,
.btn-cta:focus{
  background: linear-gradient(135deg,#f25f00,#ff7e1a) !important;
  color: #fff !important;
  box-shadow: 0 6px 14px rgba(255,107,0,.18) !important;
  transform: translateY(-1px);
  filter: none;
}

.header-sticky .navbar-toggler{
  display: none;
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  padding: 0;
  box-shadow: none;
  align-items: center;
  justify-content: center;
}

.header-sticky .navbar-toggler:focus{
  box-shadow: none;
  outline: none;
}

.header-sticky .navbar-toggler-icon{
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  background: none !important;
}

.header-sticky .navbar-toggler-icon::before,
.header-sticky .navbar-toggler-icon::after,
.header-sticky .navbar-toggler-icon{
  border-radius: 2px;
}

.header-sticky .navbar-toggler-icon::before,
.header-sticky .navbar-toggler-icon::after{
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  background: #272d4e;
  transition: transform .2s ease, top .2s ease, opacity .2s ease;
}

.header-sticky .navbar-toggler-icon{
  height: 2px;
  background: #272d4e !important;
}

.header-sticky .navbar-toggler-icon::before{
  top: -7px;
}

.header-sticky .navbar-toggler-icon::after{
  top: 7px;
}

/* affix after scroll */
.header-sticky.sticky{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255,255,255,.96);
  box-shadow: 3px 6px 15px -10px rgba(84,84,84,.2);
  border-bottom: 1px solid rgba(18,17,39,.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.header-sticky.sticky .navbar{
  min-height: 96px;
}

.header-sticky.sticky .logo img{
  width: 129.70px;
  height: 37.44px;
}

.mobile-navbar{
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 1101;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .22s ease, visibility .22s ease;
  padding: 20px 20px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

#navbar-collapse.show .mobile-navbar{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobile-navbar .navbar-toggler{
  display: inline-flex !important;
  width: 44px;
  height: 44px;
  margin-left: auto;
  margin-right: 0;
  margin-top: 0;
  align-self: flex-end;
}

.mobile-navbar .navbar-toggler img{
  width: 24px;
  height: 24px;
  display: block;
}

.mobile-navbar ul{
  list-style: none;
  margin: 56px 0 0;
  padding: 0;
  width: 100%;
  max-width: 360px;
}

.mobile-navbar li{
  width: 100%;
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-navbar li a{
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  color: #1f2b5b;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

.mobile-navbar li a:hover,
.mobile-navbar li a:focus{
  color: #1f2b5b;
}

/* NAV CTA – Swedbank orange */
.btn-cta,
#form-btn-nav-mobile{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  min-height:64px;
  padding:18px 34px;
  border:0 !important;
  border-radius:18px !important;
  background:linear-gradient(135deg,#ff6b00,#ff8e2b) !important;
  color:#fff !important;
  font-family:'Poppins', sans-serif;
  font-size:18px !important;
  font-weight:700 !important;
  line-height:1.2 !important;
  white-space:nowrap;
  text-align:center;
  box-shadow:0 12px 26px rgba(255,107,0,.20) !important;
}

.btn-cta:hover,
.btn-cta:focus,
#form-btn-nav-mobile:hover,
#form-btn-nav-mobile:focus{
  background:linear-gradient(135deg,#f25f00,#ff7e1a) !important;
  color:#fff !important;
}

/* desktop */
@media (min-width: 992px){
  .header-sticky .mobile-navbar{
    display: none !important;
  }

  .header-sticky .navbar-expand-lg{
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .header-sticky .navbar-expand-lg .navbar-collapse{
    display: flex !important;
    flex-basis: auto;
  }

  .header-sticky .navbar-expand-lg .navbar-toggler{
    display: none !important;
  }
}

/* smaller desktop like terminalai */
@media (min-width: 992px) and (max-width: 1199px){
  .header-sticky .logo img{
      width: 129.70px;
      height: 37.44px;
  }

  .header-sticky .nav-links{
    gap: 26px;
  }

  .header-sticky .nav-links li a,
  .header-sticky .nav-links .nav-link{
    font-size: 15px;
  }

  #form-btn-nav-desktop{
    margin-left: 18px;
  }

  .btn-cta{
    min-height: 46px;
    padding: 8px 20px !important;
  }
}

@media (max-width: 991px){
  .header-sticky > header.container{
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-sticky .navbar,
  .header-sticky.sticky .navbar{
    min-height: 84px;
    gap: 0;
    position: relative;
  }

  .header-sticky .logo{
    flex: 0 0 auto;
  }

  .header-sticky .logo img,
  .header-sticky.sticky .logo img{
    width: 129.70px;
    height: 37.44px;
  }

  .header-sticky .nav-links,
  #form-btn-nav-desktop{
    display: none !important;
  }

  .header-sticky .navbar-toggler{
    display: inline-flex !important;
    flex: 0 0 auto;
    margin-left: auto;
    position: relative;
    z-index: 1103;
  }

  .header-sticky .navbar-collapse{
    display: none;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    z-index: 1100;
    background: #fff;
    margin: 0;
    padding: 20px;
  }

  .header-sticky .navbar-collapse.show{
    display: block;
  }

  .header-sticky .mobile-navbar{
    position: static;
    inset: auto;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    padding: 0;
    background: transparent;
  }

  .collapse:not(.show){
    display: none !important;
  }

  .collapse.show{
    display: block !important;
  }

  body.menu-open{
    overflow: hidden;
  }

  #navbar-collapse.show ~ .navbar-toggler,
  .header-sticky.menu-open .navbar > .navbar-toggler{
    opacity: 0;
    pointer-events: none;
  }

  body.menu-open .header-sticky .navbar > .navbar-toggler{
    opacity: 0;
    pointer-events: none;
  }

}
/* =========================================================
   SWEDBANK PAGE
========================================================= */

:root{
  --sw:#ff6b00;
  --sw2:#ff8e2b;
  --ink:#151823;
  --muted:#5f6778;
  --line:#eceef3;
  --bg:#fffaf5;
  --soft:#fff2e7;
  --card:#ffffff;
  --dark:#111827;
  --shadow:0 22px 60px rgba(17,24,39,.08);
  --radius:28px;
}

body {
  background:#fff;
  color:var(--ink);
}

.swed-section{
  padding:88px 0;
  position:relative;
}

.swed-partner-line{
  margin-bottom:14px;
}

.swed-partner-line--with-logo{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}

.swed-partner-line--with-logo img{
  display:block;
  height:auto;
  max-height:24px;
  width:auto;
}

.swed-partner-line span{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:14px;
  line-height:1.45;
  color:#5f6778;
  font-weight:600;
}

.swed-partner-line span:before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:#ff6b00;
  display:inline-block;
}

.swed-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(255,107,0,.10);
  color:#d85600;
  font-size:13px;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.swed-kicker:before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--sw);
  display:inline-block;
}

.swed-hero-grid{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:30px;
  align-items:center;
}

.swed-title{
  font-size:62px;
  line-height:1.02;
  letter-spacing:-.035em;
  font-weight:700;
  color:#111827;
  margin:18px 0 18px;
  max-width:760px;
}

.swed-title .accent{
  color:var(--sw);
}

.swed-lead{
  font-size:21px;
  line-height:1.7;
  color:var(--muted);
  max-width:760px;
  margin:0 0 28px;
}

.swed-actions{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
  margin:34px 0 22px;
}

.swed-btn,
.swed-btn-alt{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  padding:16px 24px;
  border-radius:16px;
  font-weight:700;
  text-decoration:none;
  transition:.18s ease;
}

.swed-btn{
  background:linear-gradient(135deg,var(--sw),var(--sw2));
  color:#fff;
  box-shadow:0 16px 34px rgba(255,107,0,.26);
}

.swed-btn:hover,
.swed-btn:focus{
  color:#fff;
  transform:translateY(-1px);
}

.swed-btn-alt{
  background:#fff;
  color:#192132;
  border:1px solid var(--line);
}

.swed-btn-alt:hover,
.swed-btn-alt:focus{
  color:#192132;
  background:#fff6ef;
}

.swed-mini-proof{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:16px;
}

.swed-mini-proof span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 14px;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--line);
  font-size:14px;
  font-weight:600;
  color:#3d4658;
}

.swed-mini-proof span:before{
  content:"✓";
  color:#d85600;
  font-weight:700;
}

.swed-hero-card{
  background:linear-gradient(180deg,#fff 0%,#fff8f1 100%);
  border:1px solid rgba(255,107,0,.14);
  border-radius:32px;
  padding:34px;
  box-shadow:var(--shadow);
  position:relative;
  overflow:hidden;
}

.swed-hero-card:after{
  content:"";
  position:absolute;
  right:-80px;
  top:-80px;
  width:230px;
  height:230px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(255,107,0,.18) 0%, rgba(255,107,0,0) 70%);
}

.swed-card-label{
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,107,0,.11);
  color:#d85600;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.05em;
  margin-bottom:16px;
  position:relative;
  z-index:1;
}

.swed-price{
  font-size:58px;
  line-height:1;
  font-weight:700;
  color:#111827;
  position:relative;
  z-index:1;
  margin-bottom:6px;
}

.swed-price small{
  font-size:18px;
  color:var(--muted);
  font-weight:600;
}

.swed-hero-card h3{
  font-size:28px;
  line-height:1.16;
  color:#111827;
  margin:0 0 12px;
  position:relative;
  z-index:1;
}

.swed-hero-card p{
  font-size:17px;
  line-height:1.7;
  color:var(--muted);
  margin:0 0 18px;
  position:relative;
  z-index:1;
}

.swed-checks{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:12px;
  position:relative;
  z-index:1;
}

.swed-checks li{
  padding-left:30px;
  position:relative;
  color:#2c3342;
  line-height:1.65;
}

.swed-checks li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  width:20px;
  height:20px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:var(--soft);
  color:#d85600;
  font-size:12px;
  font-weight:700;
}

.swed-proof-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:24px;
  position:relative;
  z-index:1;
}

.swed-proof{
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  padding:16px;
}

.swed-proof strong{
  display:block;
  font-size:28px;
  line-height:1;
  color:#111827;
  margin-bottom:8px;
}

.swed-proof span{
  display:block;
  color:var(--muted);
  font-size:14px;
  line-height:1.5;
}

.swed-heading{
  text-align:center;
  max-width:860px;
  margin:0 auto 42px;
}

.swed-heading h2{
  font-size:44px;
  line-height:1.08;
  color:#111827;
  margin:14px 0;
}

.swed-heading p{
  font-size:19px;
  line-height:1.7;
  color:var(--muted);
  margin:0;
}

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

.swed-offer{
  background:#fff;
  border:1px solid var(--line);
  border-radius:30px;
  padding:32px;
  box-shadow:var(--shadow);
  height:100%;
  position:relative;
  overflow:hidden;
}

.swed-offer.primary{
  border-color:rgba(255,107,0,.22);
  background:linear-gradient(180deg,#fff 0%,#fff8f1 100%);
}

.swed-offer .tag{
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  background:#f5f7fb;
  color:#243047;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.05em;
  margin-bottom:16px;
}

.swed-offer.primary .tag{
  background:rgba(255,107,0,.11);
  color:#d85600;
}

.swed-offer h3{
  font-size:32px;
  line-height:1.12;
  color:#111827;
  margin:0 0 10px;
}

.swed-offer .sub{
  font-size:17px;
  line-height:1.72;
  color:var(--muted);
  margin:0 0 18px;
}

.swed-offer .price{
  font-size:50px;
  line-height:1;
  font-weight:700;
  color:#111827;
  margin:10px 0 20px;
}

.swed-offer .price small{
  font-size:18px;
  color:var(--muted);
  font-weight:600;
}

.swed-divider{
  height:1px;
  background:var(--line);
  margin:24px 0;
}

.swed-note{
  margin-top:18px;
  padding:16px 18px;
  border-radius:18px;
  background:#f8fafc;
  color:#465063;
  font-size:15px;
  line-height:1.65;
}

.swed-feature-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}

.swed-feature{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:26px;
  box-shadow:0 10px 30px rgba(17,24,39,.04);
}

.swed-feature .num{
  width:44px;
  height:44px;
  border-radius:14px;
  background:rgba(255,107,0,.11);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#d85600;
  font-weight:700;
  font-size:18px;
  margin-bottom:16px;
}

.swed-feature h3{
  font-size:23px;
  line-height:1.2;
  color:#111827;
  margin:0 0 10px;
}

.swed-feature p{
  font-size:16px;
  line-height:1.72;
  color:var(--muted);
  margin:0;
}

.swed-solution-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
}

.swed-solution-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:28px;
  box-shadow:0 10px 30px rgba(17,24,39,.05);
  height:100%;
  display:flex;
  flex-direction:column;
  transition:.18s ease;
}

.swed-solution-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 40px rgba(17,24,39,.08);
  border-color:rgba(255,107,0,.22);
}

.swed-solution-icon{
  width:52px;
  height:52px;
  border-radius:16px;
  background:rgba(255,107,0,.11);
  color:#d85600;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  font-weight:700;
  margin-bottom:18px;
}

.swed-solution-card h3{
  font-size:24px;
  line-height:1.18;
  color:#111827;
  margin:0 0 12px;
}

.swed-solution-card p{
  font-size:16px;
  line-height:1.72;
  color:var(--muted);
  margin:0 0 22px;
}

.swed-solution-card .swed-btn-alt{
  margin-top:auto;
  width:100%;
}

.swed-dark{
  background:linear-gradient(135deg,#121826 0%,#1b2538 100%);
  border-radius:34px;
  padding:44px;
  color:#fff;
  overflow:hidden;
}

.swed-dark h2{
  font-size:42px;
  line-height:1.08;
  margin:14px 0;
  color:#fff;
}

.swed-dark p{
  font-size:18px;
  line-height:1.75;
  color:rgba(255,255,255,.78);
  margin:0;
}

.swed-dark-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
  margin-top:28px;
}

.swed-dark-card{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  border-radius:22px;
  padding:24px;
}

.swed-dark-card h3{
  font-size:24px;
  margin:0 0 12px;
  color:#fff;
}

.swed-dark-card ul{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:10px;
}

.swed-dark-card li{
  position:relative;
  padding-left:26px;
  color:rgba(255,255,255,.84);
  line-height:1.65;
}

.swed-dark-card li:before{
  content:"•";
  position:absolute;
  left:0;
  top:0;
  color:#ffb277;
  font-size:22px;
  line-height:1;
}

.swed-simple-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
}

.swed-simple-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:28px;
  box-shadow:var(--shadow);
}

.swed-simple-card h3{
  font-size:24px;
  margin:0 0 14px;
  color:#111827;
}

.swed-simple-card ul{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:12px;
}

.swed-simple-card li{
  position:relative;
  padding-left:28px;
  color:#2f3747;
  line-height:1.68;
}

.swed-simple-card li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:#d85600;
  font-weight:700;
}

.swed-cta{
  text-align:center;
  max-width:860px;
  margin:0 auto;
}

.swed-cta h2{
  font-size:46px;
  line-height:1.06;
  color:#111827;
  margin:14px 0;
}

.swed-cta p{
  font-size:19px;
  line-height:1.7;
  color:var(--muted);
  margin:0 auto 24px;
  max-width:760px;
}

/* =========================================================
   FAQ
========================================================= */

.swed-faq-section{
  padding:0 0 88px;
}

.swed-faq-section .container{
  max-width:1220px;
  margin:0 auto;
  padding:0 15px;
}

.swed-faq-heading{
  font-size:44px;
  line-height:1.08;
  color:#111827 !important;
  margin:0 0 12px;
  text-align:center;
}

.swed-faq-updated{
  font-size:14px;
  line-height:1.5;
  color:var(--muted) !important;
  text-align:center;
  margin:0 0 32px;
}

.swed-faq-item{
  background:#fff !important;
  border:1px solid var(--line) !important;
  border-radius:22px !important;
  box-shadow:0 8px 22px rgba(17,24,39,.04) !important;
  overflow:hidden;
}

.swed-faq-item + .swed-faq-item{
  margin-top:16px;
}

button.faq-question.swed-faq-question{
  width:100%;
  border:0 !important;
  outline:none !important;
  box-shadow:none !important;
  background:#fff !important;
  color:#111827 !important;
  text-align:left;
  padding:22px 24px;
  font-size:20px !important;
  line-height:1.34 !important;
  font-weight:700 !important;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  cursor:pointer;
  transition:background .18s ease,color .18s ease;
}

button.faq-question.swed-faq-question:hover,
button.faq-question.swed-faq-question:focus{
  background:#fff8f1 !important;
  color:#d85600 !important;
}

button.faq-question.swed-faq-question[aria-expanded="true"]{
  background:#fff8f1 !important;
  color:#d85600 !important;
}

button.faq-question.swed-faq-question .chevron{
  flex:0 0 auto;
  font-size:14px !important;
  color:#d85600 !important;
  transition:transform .18s ease,color .18s ease;
}

button.faq-question.swed-faq-question[aria-expanded="true"] .chevron{
  transform:rotate(180deg);
  color:#d85600 !important;
}

div.faq-answer.swed-faq-answer{
  padding:0 24px 22px !important;
  font-size:16px !important;
  line-height:1.75 !important;
  color:var(--muted) !important;
  background:#fff !important;
  border:0 !important;
}

div.faq-answer.swed-faq-answer[hidden]{
  display:none !important;
}

/* =========================================
   SWEDBANK / NEW FOOTER
   ========================================= */
.footer-container {
    display: flex;
    justify-content: center;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 156px;
}

.footer-block-first {
    width: 360px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 70px;
}

.footer-block {
    width: auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 70px;
}

.footer-title {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22.4px;
    text-align: left;
    margin-bottom: -8px;
}

.footer-text {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: left;
    color: rgba(18, 17, 39, 0.56);
}

.footer-category {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 23.8px;
    letter-spacing: 0.8px;
    text-align: left;
    color: rgba(18, 17, 39, 0.4);
}

.footer-list {
  list-style: none;      /* keep no bullets */
  padding: 0;
  margin: 0;
}

.footer-list li + li {
  margin-top: 10px;      /* spacing between rows */
}

.footer-list li a {
  display: block;        /* ensures the spacing applies even on multi-line */
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;      /* taller lines for readability */
  color: rgba(18, 17, 39, 0.72);
  text-decoration: none;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}

.footer-list li a:hover {
  color: #121127;        /* your hover color */
}

.footer-icons img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.footer-line {
    background: rgba(18, 17, 39, 0.12);
    max-width: 1128px;
    height: 1px;
}

.footer-line-web {
    background: rgba(18, 17, 39, 0.12);
    width: 100%; 
    height: 1px;
    margin: 24px auto; 
}

.footer-bottom {
    text-align: center;
    padding: 0px 0px 24px 0px;
    width: 100%;
}

.footer-bottom p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 25.2px;
    color: rgba(18, 17, 39, 0.56);
    margin: 0;
}

.social-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex; /* Makes the list horizontal */
    gap: 15px; /* Adds space between icons */
    align-items: center; /* Aligns icons properly */
}

.social-list li {
    display: inline-block; /* Ensures items stay in one line */
}

.social-list a {
    font-size: 24px; /* Adjust icon size */
    color: rgb(95, 128, 174); /* Custom blue color */
    transition: color 0.3s; /* Smooth hover effect */
    text-decoration: none;
}

.social-list a:hover {
    color: rgb(16, 114, 206); 
    }


/* =========================================
   LARGE TABLET / SMALL DESKTOP
   ========================================= */

@media (max-width: 1279px) {
  #footer-grownu-newlanding .footer-container {
    padding: 0 48px;
    gap: 40px;
  }

  #footer-grownu-newlanding .footer-block-first {
    width: 320px;
    min-width: 320px;
  }

  #footer-grownu-newlanding .footer-line-web {
    width: calc(100% - 96px);
  }
}

/* =========================================
   TABLET
   ========================================= */

@media (max-width: 991px) {
  #footer-grownu-newlanding .footer-container {
    padding: 0 32px;
    gap: 32px;
  }

  #footer-grownu-newlanding .footer-block-first {
    width: 100%;
    min-width: 0;
    margin-top: 56px;
  }

  #footer-grownu-newlanding .footer-block {
    flex: 1 1 calc(50% - 16px);
    min-width: 220px;
    margin-top: 0;
  }

  #footer-grownu-newlanding .footer-line-web {
    width: calc(100% - 64px);
  }
}

/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {
  #footer-grownu-newlanding {
    padding-top: 8px;
  }

  #footer-grownu-newlanding .footer-container {
    flex-direction: column;
    gap: 0;
    padding: 0 20px;
  }

  #footer-grownu-newlanding .footer-block-first,
  #footer-grownu-newlanding .footer-block {
    width: 100%;
    min-width: 0;
    margin-top: 32px;
    gap: 18px;
  }

  #footer-grownu-newlanding .footer-title {
    font-size: 16px;
    line-height: 22px;
  }

  #footer-grownu-newlanding .footer-text,
  #footer-grownu-newlanding .footer-list li a {
    font-size: 14px;
    line-height: 24px;
  }

  #footer-grownu-newlanding .footer-category {
    font-size: 14px;
    line-height: 22px;
  }

  #footer-grownu-newlanding .social-list {
    gap: 18px;
  }

  #footer-grownu-newlanding .social-list a {
    font-size: 38px;
  }

  #footer-grownu-newlanding .footer-line-web {
    width: calc(100% - 40px);
    margin: 28px auto 20px;
  }

  #footer-grownu-newlanding .footer-bottom {
    padding: 0 20px 24px;
  }
}

.footer-icons {
  margin-top: 8px;
}

.footer-icons .social-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}

.footer-icons .social-list li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.footer-icons .social-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 24px;
  color: rgb(95, 128, 174);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-icons .social-list a:hover,
.footer-icons .social-list a:focus {
  color: rgb(16, 114, 206);
  text-decoration: none;
}

/* =========================================================
   NAV CTA ORANGE FOR THIS PAGE
========================================================= */

.navbar-custom .btn.btn-main{
  background: linear-gradient(135deg, #ff6b00, #ff8e2b) !important;
  border: 0 !important;
  color: #fff !important;
  box-shadow: 0 2px 6px rgba(255,107,0,.12) !important;
  border-radius: 12px !important;
  font-weight: 700 !important;
  transition: background .18s ease, box-shadow .18s ease, transform .18s ease !important;
}

.navbar-custom .btn.btn-main:hover,
.navbar-custom .btn.btn-main:focus{
  background: linear-gradient(135deg, #f25f00, #ff7e1a) !important;
  color: #fff !important;
  box-shadow: 0 6px 14px rgba(255,107,0,.18) !important;
  transform: translateY(-1px);
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1399px) {
  .footer-container {
    padding: 0 80px;
    gap: 36px;
  }
}

@media (max-width: 1199px){
  .swed-title{font-size:54px;}
  .swed-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .swed-solution-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}

@media (max-width: 991px){
  .swed-hero-grid,
  .swed-grid-2,
  .swed-feature-grid,
  .swed-dark-grid,
  .swed-simple-grid{
    grid-template-columns:1fr;
  }

  .swed-title{
    font-size:44px;
    max-width:none;
  }

  .swed-heading h2,
  .swed-dark h2,
  .swed-cta h2,
  .swed-faq-heading{
    font-size:36px;
  }

  .swed-section{
    padding:68px 0;
  }

  .swed-proof-grid{
    grid-template-columns:repeat(3,1fr);
  }
}

@media (max-width: 767px){
  .swed-hero{
    padding:28px 0 54px;
  }

  .swed-title{
    font-size:35px;
    line-height:1.06;
  }

  .swed-lead{
    font-size:18px;
  }

  .swed-heading h2,
  .swed-dark h2,
  .swed-cta h2,
  .swed-faq-heading{
    font-size:30px;
  }

  .swed-offer,
  .swed-hero-card,
  .swed-feature,
  .swed-dark,
  .swed-simple-card{
    padding:24px;
  }

  .swed-price,
  .swed-offer .price{
    font-size:42px;
  }

  .swed-solution-grid{
    grid-template-columns:1fr;
  }

  .swed-proof-grid{
    grid-template-columns:1fr;
  }

  .swed-partner-line--with-logo{
    gap:8px;
  }

  .swed-partner-line--with-logo img{
    max-height:20px;
  }

  .swed-faq-section{
    padding:0 0 68px;
  }

  .swed-faq-heading{
    font-size:30px;
  }

  button.faq-question.swed-faq-question{
    padding:18px 20px;
    font-size:18px !important;
  }

  div.faq-answer.swed-faq-answer{
    padding:0 20px 18px !important;
    font-size:15px !important;
  }
}

.fa-brands {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-brands::before {
  display: inline-block;
}

.fa-facebook::before  { content: "\f09a"; }
.fa-linkedin::before  { content: "\f08c"; }
.fa-twitter::before   { content: "\f099"; }
.fa-instagram::before { content: "\f16d"; }
.fa-youtube::before   { content: "\f167"; }