.elementor-6051 .elementor-element.elementor-element-40bbd6b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6051 .elementor-element.elementor-element-5413c53{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6051 .elementor-element.elementor-element-1948afd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6051 .elementor-element.elementor-element-f9d2cf0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6051 .elementor-element.elementor-element-7b80718{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6051 .elementor-element.elementor-element-8fa8e4f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6051 .elementor-element.elementor-element-c6b2b59{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6051 .elementor-element.elementor-element-3e2f399{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-4092fea */:root {
  --c-blue:      #1565D8;
  --c-blue-dark: #1244A2;
  --c-blue-soft: rgba(21,101,216,0.10);
  --c-white:     #FFFFFF;
  --c-gray-bg:   #F4F7FB;
  --c-text:      #1A2332;
  --c-muted:     #64748B;
  --c-border:    #E2E8F0;
  --c-border-md: #CBD5E1;
  --font:        'Inter', system-ui, sans-serif;
  --font-head:   'Sora', 'Inter', system-ui, sans-serif;
}

#sp-hero {
  background: #fff;
  padding: 100px 0 80px;
  font-family: 'Inter', system-ui, sans-serif;
  position: relative;
  overflow: hidden;
}
#sp-hero::before {
  content: '';
  position: absolute;
  top: 20%; right: 10%;
  width: 500px; height: 500px;
  background: rgba(21,101,216,0.06);
  border-radius: 50%;
  filter: blur(120px);
  pointer-events: none;
}
.sp-hero-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.sp-hero-breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #64748B;
  margin-bottom: 20px;
}
.sp-hero-breadcrumb a { color: #64748B; text-decoration: none; }
.sp-hero-breadcrumb a:hover { color: #1565D8; }
.sp-hero-breadcrumb .sep { color: #CBD5E1; margin: 0 2px; }
.sp-hero-breadcrumb .active { color: #1565D8; font-weight: 500; }
.sp-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 12px;
  border-radius: 20px;
  background: rgba(21,101,216,0.08);
  border: 1px solid rgba(21,101,216,0.20);
  font-size: 11px;
  font-weight: 600;
  color: #1565D8;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
.sp-hero-badge .dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #1565D8;
}
.sp-hero-h1 {
  font-family: 'Sora', 'Inter', system-ui, sans-serif;
  font-size: clamp(2rem, 3.5vw, 3.25rem);
  font-weight: 700;
  color: #1A2332;
  line-height: 1.08;
  letter-spacing: -0.025em;
  margin: 0 0 24px;
}
.sp-hero-h1 em { color: #1565D8; font-style: normal; }
.sp-hero-desc {
  font-size: 18px;
  color: #64748B;
  line-height: 1.7;
  max-width: 520px;
  margin: 0 0 32px;
}
.sp-hero-btns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.sp-btn-primary {
  background: #1565D8;
  color: #fff;
  padding: 14px 32px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background .2s, transform .2s;
  border: none;
  cursor: pointer;
}
.sp-btn-primary:hover { background: #1244A2; transform: translateY(-2px); }
.sp-btn-outline {
  background: transparent;
  color: #1A2332;
  padding: 14px 32px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #CBD5E1;
  transition: background .2s, border-color .2s;
  cursor: pointer;
}
.sp-btn-outline:hover { background: #F1F5F9; border-color: #94A3B8; }
.sp-hero-checks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.sp-hero-check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: #64748B;
}
.sp-hero-check .icon {
  width: 18px; height: 18px;
  border-radius: 50%;
  background: rgba(21,101,216,0.12);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
  font-size: 9px;
  color: #1565D8;
  font-weight: 700;
}
.sp-hero-img-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #E2E8F0;
  box-shadow: 0 40px 80px rgba(0,0,0,0.10);
}
.sp-hero-img-wrap img { width: 100%; height: auto; display: block; }
.sp-hero-badge-float {
  position: absolute;
  bottom: 16px; left: 16px;
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  padding: 14px 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.10);
  display: flex;
  align-items: center;
  gap: 12px;
}
.sp-hero-badge-float .num {
  font-size: 20px;
  font-weight: 700;
  color: #1565D8;
}
.sp-hero-badge-float .label { font-size: 12px; color: #64748B; }
@media (max-width: 900px) {
  .sp-hero-inner { grid-template-columns: 1fr; gap: 40px; }
  #sp-hero { padding: 80px 0 60px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-85e43fe */#sp-why-swiss {
  background: #fff;
  padding: 96px 0;
  font-family: 'Inter', system-ui, sans-serif;
}
.sp-section-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
#sp-why-swiss .layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
#sp-why-swiss h2 {
  font-family: 'Sora','Inter',system-ui,sans-serif;
  font-size: clamp(1.8rem,2.5vw,2.5rem);
  font-weight: 700;
  color: #1A2332;
  line-height: 1.2;
  margin: 0 0 24px;
}
#sp-why-swiss h2 em { color: #1565D8; font-style: normal; }
#sp-why-swiss .desc { font-size: 17px; color: #64748B; line-height: 1.7; margin: 0 0 14px; }
.sp-cards-2x2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.sp-benefit-card {
  padding: 24px;
  border-radius: 16px;
  background: #F4F7FB;
  border: 1px solid #E2E8F0;
  transition: box-shadow .3s;
}
.sp-benefit-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.sp-benefit-card .ico {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: rgba(21,101,216,0.10);
  display: flex; align-items: center; justify-content: center;
  font-size: 22px;
  margin-bottom: 14px;
}
.sp-benefit-card h3 { font-size: 16px; font-weight: 600; color: #1A2332; margin: 0 0 8px; }
.sp-benefit-card p  { font-size: 13px; color: #64748B; line-height: 1.6; margin: 0; }
@media (max-width: 900px) {
  #sp-why-swiss .layout { grid-template-columns: 1fr; }
  .sp-cards-2x2 { grid-template-columns: 1fr 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7dea4db */#sp-pin-types {
  background: #F4F7FB;
  padding: 96px 0;
  font-family: 'Inter', system-ui, sans-serif;
}
.sp-section-header {
  text-align: center;
  margin-bottom: 56px;
}
.sp-section-header h2 {
  font-family: 'Sora','Inter',system-ui,sans-serif;
  font-size: clamp(1.8rem,2.5vw,2.5rem);
  font-weight: 700;
  color: #1A2332;
  margin: 0 0 16px;
}
.sp-section-header h2 em { color: #1565D8; font-style: normal; }
.sp-section-header p { font-size: 17px; color: #64748B; max-width: 600px; margin: 0 auto; }
.sp-cards-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.sp-pin-card {
  border-radius: 16px;
  background: #fff;
  border: 1px solid #E2E8F0;
  overflow: hidden;
  transition: box-shadow .3s, transform .3s;
}
.sp-pin-card:hover { box-shadow: 0 20px 40px rgba(0,0,0,0.10); transform: translateY(-4px); }
.sp-pin-card .img-area {
  height: 192px;
  background: linear-gradient(135deg,#EEF2FF,#DBE9FF);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.sp-pin-card .img-area img { width:100%; height:100%; object-fit:cover; }
.sp-pin-card .img-area .emoji { font-size: 48px; }
.sp-pin-card .body { padding: 24px; }
.sp-pin-card h3 { font-size: 16px; font-weight: 600; color: #1A2332; margin: 0 0 8px; }
.sp-pin-card p  { font-size: 13px; color: #64748B; line-height: 1.6; margin: 0; }
@media (max-width: 900px) { .sp-cards-3 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .sp-cards-3 { grid-template-columns: 1fr; } }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b0106bf */#sp-materials {
  background: #fff;
  padding: 96px 0;
  font-family: 'Inter', system-ui, sans-serif;
}
#sp-materials .layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
#sp-materials h2 {
  font-family: 'Sora','Inter',system-ui,sans-serif;
  font-size: clamp(1.8rem,2.5vw,2.5rem);
  font-weight: 700;
  color: #1A2332;
  margin: 0 0 16px;
}
#sp-materials h2 em { color: #1565D8; font-style: normal; }
#sp-materials .intro { font-size: 17px; color: #64748B; line-height: 1.7; margin: 0 0 40px; }
.sp-col-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #1A2332;
  margin-bottom: 20px;
}
.sp-col-title .badge {
  width: 30px; height: 30px;
  border-radius: 8px;
  background: rgba(21,101,216,0.12);
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 700; color: #1565D8;
}
.sp-mat-card {
  padding: 18px 20px;
  border-radius: 12px;
  background: #F4F7FB;
  border: 1px solid #E2E8F0;
  margin-bottom: 12px;
}
.sp-mat-card h4 { font-size: 14px; font-weight: 600; color: #1A2332; margin: 0 0 4px; }
.sp-mat-card p  { font-size: 13px; color: #64748B; line-height: 1.6; margin: 0; }
.sp-plating-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #F4F7FB;
  border: 1px solid #E2E8F0;
  margin-bottom: 10px;
}
.sp-plating-dot { width:14px; height:14px; border-radius:50%; flex-shrink:0; }
.sp-plating-row span { font-size: 14px; color: #1A2332; }
.sp-note {
  margin-top: 20px;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(21,101,216,0.06);
  border: 1px solid rgba(21,101,216,0.15);
  font-size: 13px;
  color: #64748B;
}
.sp-note strong { color: #1565D8; }
@media (max-width: 900px) { #sp-materials .layout { grid-template-columns: 1fr; } }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-addfa5d */#sp-capabilities {
  background: #F4F7FB;
  padding: 96px 0;
  font-family: 'Inter', system-ui, sans-serif;
}
#sp-capabilities .layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
#sp-capabilities h2 {
  font-family: 'Sora','Inter',system-ui,sans-serif;
  font-size: clamp(1.8rem,2.5vw,2.5rem);
  font-weight: 700;
  color: #1A2332;
  line-height: 1.2;
  margin: 0 0 20px;
}
#sp-capabilities h2 em { color: #1565D8; font-style: normal; }
#sp-capabilities .desc { font-size: 17px; color: #64748B; line-height: 1.7; margin: 0 0 28px; }
.sp-feat-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-bottom: 24px; }
.sp-feat-chip {
  padding: 14px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #E2E8F0;
}
.sp-feat-chip .ico { font-size: 20px; margin-bottom: 8px; }
.sp-feat-chip h4 { font-size: 12px; font-weight: 600; color: #1A2332; margin: 0 0 4px; }
.sp-feat-chip p  { font-size: 11px; color: #64748B; margin: 0; }
.sp-table {
  border-radius: 14px;
  background: #fff;
  border: 1px solid #E2E8F0;
  overflow: hidden;
}
.sp-table-head {
  padding: 14px 20px;
  background: rgba(21,101,216,0.06);
  border-bottom: 1px solid #E2E8F0;
  font-size: 11px;
  font-weight: 600;
  color: #1565D8;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.sp-table-row {
  display: flex;
  gap: 16px;
  padding: 14px 20px;
  border-bottom: 1px solid #F1F5F9;
  font-size: 13px;
}
.sp-table-row:last-child { border-bottom: none; }
.sp-table-row .key { width: 110px; flex-shrink: 0; color: #64748B; font-weight: 500; }
.sp-table-row .val { color: #1A2332; }
.sp-quality-strip {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(21,101,216,0.06);
  border: 1px solid rgba(21,101,216,0.15);
}
.sp-quality-strip .check {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(21,101,216,0.15);
  display: flex; align-items: center; justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}
.sp-quality-strip .text h4 { font-size: 13px; font-weight: 500; color: #1A2332; margin: 0 0 2px; }
.sp-quality-strip .text p  { font-size: 11px; color: #64748B; margin: 0; }
@media (max-width: 900px) {
  #sp-capabilities .layout { grid-template-columns: 1fr; }
  .sp-feat-3 { grid-template-columns: repeat(3,1fr); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b1628ba */#sp-cta {
  background: linear-gradient(135deg, #1244A2, #1565D8);
  padding: 96px 0;
  font-family: 'Inter', system-ui, sans-serif;
  position: relative;
  overflow: hidden;
}
#sp-cta::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 700px; height: 350px;
  background: rgba(255,255,255,0.07);
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}
#sp-cta .inner {
  position: relative; z-index: 1;
  max-width: 780px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}
#sp-cta h2 {
  font-family: 'Sora','Inter',system-ui,sans-serif;
  font-size: clamp(1.8rem,2.5vw,2.75rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  margin: 0 0 20px;
}
#sp-cta h2 em { color: rgba(255,255,255,0.85); font-style: normal; }
#sp-cta p {
  font-size: 17px;
  color: rgba(255,255,255,0.80);
  line-height: 1.7;
  margin: 0 0 40px;
}
.sp-cta-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.sp-cta-primary {
  background: #fff;
  color: #1244A2;
  padding: 14px 32px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}
.sp-cta-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(0,0,0,0.20); }
.sp-cta-ghost {
  background: rgba(255,255,255,0.15);
  color: #fff;
  padding: 14px 32px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255,255,255,0.40);
  transition: background .2s;
}
.sp-cta-ghost:hover { background: rgba(255,255,255,0.25); }
.sp-cta-badges {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}
.sp-cta-badge-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255,255,255,0.85);
}
.sp-cta-badge-item .dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #22c55e;
}/* End custom CSS */