.elementor-11207 .elementor-element.elementor-element-bc61cc8{--display:flex;}/* Start custom CSS for html, class: .elementor-element-1929648 */.sf-article-root {
  --sf-red: #E8001D;
  --sf-red-dark: #B8001A;
  --sf-navy: #0A1628;
  --sf-navy-mid: #14243E;
  --sf-navy-soft: #1E3358;
  --sf-gold: #C9A84C;
  --sf-gold-light: #F0D080;
  --sf-slate: #6B7FA3;
  --sf-light: #F4F6FA;
  --sf-white: #FFFFFF;
  --sf-text: #1A2540;
  --sf-text-muted: #5A6A8A;
  --sf-border: #DDE2ED;
  --sf-radius: 12px;
  --sf-radius-lg: 20px;
  font-family: 'Be Vietnam Pro', sans-serif;
  color: var(--sf-text);
  background: var(--sf-light);
  line-height: 1.75;
  font-size: 16px;
}
 
.sf-article-root *, .sf-article-root *::before, .sf-article-root *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
 
/* ===== HERO ===== */
.sf-hero {
  background: linear-gradient(135deg, var(--sf-navy) 0%, var(--sf-navy-soft) 50%, #0F1E3A 100%);
  padding: 72px 24px 80px;
  position: relative;
  overflow: hidden;
}
.sf-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 40%, rgba(232,0,29,0.18) 0%, transparent 60%),
              radial-gradient(ellipse at 10% 80%, rgba(201,168,76,0.10) 0%, transparent 50%);
}
.sf-hero::after {
  content: 'SF';
  position: absolute;
  right: -20px;
  top: -30px;
  font-family: 'Playfair Display', serif;
  font-size: 260px;
  font-weight: 900;
  color: rgba(255,255,255,0.025);
  line-height: 1;
  pointer-events: none;
}
.sf-hero-inner {
  max-width: 820px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.sf-hero-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(232,0,29,0.15);
  border: 1px solid rgba(232,0,29,0.35);
  color: #FF6B7A;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 40px;
  margin-bottom: 24px;
}
.sf-hero-label::before { content: '●'; font-size: 8px; animation: sf-pulse 2s infinite; }
@keyframes sf-pulse { 0%,100%{opacity:1} 50%{opacity:0.3} }
.sf-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 5vw, 46px);
  font-weight: 900;
  color: var(--sf-white);
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}
.sf-hero h1 span { color: var(--sf-gold-light); }
.sf-hero-sub {
  color: rgba(255,255,255,0.65);
  font-size: 16px;
  font-weight: 400;
  max-width: 600px;
  line-height: 1.7;
  margin-bottom: 32px;
}
.sf-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.sf-hero-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.5);
  font-size: 13px;
}
.sf-hero-meta-item svg { opacity: 0.7; }
 
/* ===== LAYOUT ===== */
.sf-container {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 24px;
}
 
/* ===== ARTICLE BODY ===== */
.sf-article-body {
  padding: 56px 0 80px;
}
 
/* ===== SECTION ===== */
.sf-section {
  margin-bottom: 72px;
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.sf-section.sf-visible { opacity: 1; transform: translateY(0); }
 
.sf-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 700;
  color: var(--sf-navy);
  line-height: 1.3;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--sf-border);
  position: relative;
}
.sf-section h2::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 60px;
  height: 2px;
  background: var(--sf-red);
}
.sf-section h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--sf-navy-soft);
  margin: 28px 0 10px;
}
.sf-section p {
  color: var(--sf-text-muted);
  margin-bottom: 14px;
  font-size: 15.5px;
}
.sf-section p strong { color: var(--sf-text); font-weight: 600; }
 
/* ===== INSIGHT BOX ===== */
.sf-insight {
  background: linear-gradient(135deg, var(--sf-navy) 0%, var(--sf-navy-mid) 100%);
  border-radius: var(--sf-radius);
  padding: 24px 28px;
  margin: 28px 0;
  position: relative;
  overflow: hidden;
}
.sf-insight::before {
  content: '"';
  position: absolute;
  top: -20px;
  right: 20px;
  font-family: 'Playfair Display', serif;
  font-size: 140px;
  color: rgba(255,255,255,0.04);
  line-height: 1;
}
.sf-insight-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--sf-gold);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.sf-insight-label::before { content: '▸'; }
.sf-insight p {
  color: rgba(255,255,255,0.85) !important;
  font-size: 15px !important;
  font-style: italic;
  margin: 0 !important;
  line-height: 1.7;
}
 
/* ===== WARNING BOX ===== */
.sf-warning {
  background: #FFF5F6;
  border: 1px solid #FFC9CE;
  border-left: 4px solid var(--sf-red);
  border-radius: var(--sf-radius);
  padding: 20px 24px;
  margin: 24px 0;
}
.sf-warning-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--sf-red);
  margin-bottom: 8px;
}
.sf-warning p { color: #5A2020 !important; margin: 0 !important; font-size: 14.5px !important; }
 
/* ===== TIP BOX ===== */
.sf-tip {
  background: #F0F5FF;
  border: 1px solid #C0D0F0;
  border-left: 4px solid var(--sf-navy-soft);
  border-radius: var(--sf-radius);
  padding: 20px 24px;
  margin: 24px 0;
}
.sf-tip-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--sf-navy-soft);
  margin-bottom: 8px;
}
.sf-tip p { color: #1A2540 !important; margin: 0 !important; font-size: 14.5px !important; }
 
/* ===== COMPARE TABLE ===== */
.sf-compare {
  margin: 28px 0;
  overflow-x: auto;
  border-radius: var(--sf-radius);
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}
.sf-compare table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  font-size: 14px;
}
.sf-compare thead tr {
  background: var(--sf-navy);
  color: white;
}
.sf-compare thead th {
  padding: 14px 18px;
  text-align: left;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.sf-compare thead th:first-child { border-radius: var(--sf-radius) 0 0 0; }
.sf-compare thead th:last-child { border-radius: 0 var(--sf-radius) 0 0; }
.sf-compare tbody tr:nth-child(even) { background: var(--sf-light); }
.sf-compare tbody td {
  padding: 12px 18px;
  border-bottom: 1px solid var(--sf-border);
  color: var(--sf-text-muted);
  vertical-align: top;
}
.sf-compare tbody td:first-child { font-weight: 600; color: var(--sf-text); }
.sf-tag-sf { color: #0A7A40; font-weight: 600; }
.sf-tag-dhl { color: #1A3C8C; font-weight: 600; }
.sf-tag-ups { color: #7A5000; font-weight: 600; }
 
/* ===== CHECKLIST ===== */
.sf-checklist {
  background: white;
  border-radius: var(--sf-radius-lg);
  padding: 32px 36px;
  margin: 28px 0;
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
}
.sf-checklist h3 {
  font-size: 18px !important;
  margin-bottom: 20px !important;
  color: var(--sf-navy) !important;
}
.sf-checklist-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid var(--sf-border);
  cursor: pointer;
}
.sf-checklist-item:last-child { border-bottom: none; padding-bottom: 0; }
.sf-check {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  border: 2px solid var(--sf-border);
  flex-shrink: 0;
  margin-top: 2px;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.sf-checklist-item.checked .sf-check {
  background: var(--sf-red);
  border-color: var(--sf-red);
}
.sf-checklist-item.checked .sf-check::after { content: '✓'; color: white; font-size: 13px; font-weight: 700; }
.sf-checklist-item.checked .sf-check-text { color: var(--sf-text-muted); text-decoration: line-through; }
.sf-check-text { font-size: 15px; color: var(--sf-text); line-height: 1.5; }
.sf-check-sub { font-size: 13px; color: var(--sf-text-muted); margin-top: 3px; }
 
/* ===== FAQ / Q&A ===== */
.sf-faq {
  margin: 28px 0;
}
.sf-faq-item {
  background: white;
  border-radius: var(--sf-radius);
  margin-bottom: 10px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
  overflow: hidden;
}
.sf-faq-question {
  padding: 18px 22px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-weight: 600;
  font-size: 15px;
  color: var(--sf-navy);
  transition: background 0.2s;
  user-select: none;
}
.sf-faq-question:hover { background: var(--sf-light); }
.sf-faq-question.open { background: var(--sf-navy); color: white; }
.sf-faq-toggle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
  line-height: 1;
  transition: transform 0.3s;
}
.sf-faq-question.open .sf-faq-toggle { transform: rotate(45deg); }
.sf-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s;
  padding: 0 22px;
}
.sf-faq-answer.open {
  max-height: 500px;
  padding: 18px 22px;
}
.sf-faq-answer p { font-size: 14.5px; color: var(--sf-text-muted); margin: 0; line-height: 1.7; }
 
/* ===== SCENARIO CARDS ===== */
.sf-scenarios {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  margin: 28px 0;
}
.sf-scenario-card {
  background: white;
  border-radius: var(--sf-radius);
  padding: 22px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  border-top: 3px solid transparent;
  transition: transform 0.2s, box-shadow 0.2s;
}
.sf-scenario-card:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0,0,0,0.10); }
.sf-scenario-card.green { border-top-color: #22A85A; }
.sf-scenario-card.red { border-top-color: var(--sf-red); }
.sf-scenario-card.gold { border-top-color: var(--sf-gold); }
.sf-scenario-badge {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 3px 10px;
  border-radius: 20px;
  display: inline-block;
}
.sf-scenario-card.green .sf-scenario-badge { background: #E8F9EE; color: #22A85A; }
.sf-scenario-card.red .sf-scenario-badge { background: #FFF0F1; color: var(--sf-red); }
.sf-scenario-card.gold .sf-scenario-badge { background: #FDF5E0; color: #A07A20; }
.sf-scenario-card h4 { font-size: 15px; font-weight: 700; color: var(--sf-navy); margin-bottom: 8px; }
.sf-scenario-card p { font-size: 13.5px; color: var(--sf-text-muted); margin: 0; line-height: 1.6; }
 
/* ===== STAT BAR ===== */
.sf-stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 14px;
  margin: 24px 0;
}
.sf-stat {
  background: white;
  border-radius: var(--sf-radius);
  padding: 20px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.sf-stat-number {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 900;
  color: var(--sf-red);
  line-height: 1;
  margin-bottom: 6px;
}
.sf-stat-label { font-size: 12px; color: var(--sf-text-muted); font-weight: 500; line-height: 1.4; }
 
/* ===== DIVIDER ===== */
.sf-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 48px 0;
  color: var(--sf-border);
}
.sf-divider::before, .sf-divider::after { content: ''; flex: 1; height: 1px; background: var(--sf-border); }
.sf-divider span { font-size: 20px; }
 
/* ===== CONTACT CTA ===== */
.sf-contact-cta {
  background: linear-gradient(135deg, var(--sf-navy) 0%, #0F1E3A 100%);
  border-radius: var(--sf-radius-lg);
  padding: 44px 40px;
  margin: 0 0 48px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.sf-contact-cta::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 250px; height: 250px;
  background: radial-gradient(circle, rgba(232,0,29,0.15) 0%, transparent 70%);
  border-radius: 50%;
}
.sf-contact-cta::after {
  content: '';
  position: absolute;
  bottom: -80px; left: -40px;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(201,168,76,0.08) 0%, transparent 70%);
  border-radius: 50%;
}
.sf-contact-cta-inner { position: relative; z-index: 1; }
.sf-contact-cta h3 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(20px, 3vw, 28px);
  color: white !important;
  margin-bottom: 10px !important;
  font-weight: 700 !important;
}
.sf-contact-cta p {
  color: rgba(255,255,255,0.6) !important;
  margin-bottom: 32px !important;
  font-size: 15px !important;
}
.sf-contact-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-bottom: 28px;
}
.sf-contact-card {
  background: rgba(255,255,255,0.07);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--sf-radius);
  padding: 20px 24px;
  text-align: left;
  min-width: 240px;
  flex: 1;
  max-width: 320px;
  transition: background 0.2s;
}
.sf-contact-card:hover { background: rgba(255,255,255,0.12); }
.sf-contact-name {
  font-weight: 700;
  color: white;
  font-size: 16px;
  margin-bottom: 2px;
}
.sf-contact-role {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--sf-gold);
  margin-bottom: 14px;
  font-weight: 600;
}
.sf-contact-info { display: flex; flex-direction: column; gap: 6px; }
.sf-contact-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.75);
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s;
}
.sf-contact-link:hover { color: white; }
.sf-contact-link-icon {
  width: 26px; height: 26px;
  border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
}
.icon-phone { background: rgba(34,168,90,0.25); color: #5CE090; }
.icon-mail { background: rgba(74,144,226,0.25); color: #7DBBFF; }
.sf-contact-cta-note {
  color: rgba(255,255,255,0.35);
  font-size: 13px;
}
 
/* ===== INLINE CONTACT MINI ===== */
.sf-contact-mini {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--sf-red);
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.2s, transform 0.2s;
  margin: 8px 4px;
  cursor: pointer;
}
.sf-contact-mini:hover { background: var(--sf-red-dark); transform: translateY(-1px); }
.sf-contact-mini-secondary {
  background: transparent;
  border: 2px solid rgba(255,255,255,0.3);
  color: rgba(255,255,255,0.85);
}
.sf-contact-mini-secondary:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.5); }
 
/* ===== CONCLUSION ===== */
.sf-conclusion {
  background: linear-gradient(135deg, #F9F0D8 0%, #FFF8EC 100%);
  border: 1px solid #E8D890;
  border-radius: var(--sf-radius-lg);
  padding: 36px 40px;
  margin-bottom: 48px;
}
.sf-conclusion h2 {
  color: var(--sf-navy) !important;
  border-bottom-color: #E8D890 !important;
}
.sf-conclusion h2::after { background: var(--sf-gold) !important; }
 
/* ===== PROGRESS BAR ===== */
.sf-progress-bar {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: rgba(0,0,0,0.1);
  z-index: 999;
}
.sf-progress-fill {
  height: 100%;
  background: var(--sf-red);
  width: 0%;
  transition: width 0.1s;
}
 
/* ===== BACK TO TOP ===== */
.sf-back-top {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 44px; height: 44px;
  background: var(--sf-navy);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: white;
  cursor: pointer;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s, transform 0.3s;
  box-shadow: 0 4px 14px rgba(0,0,0,0.2);
  z-index: 100;
  border: none;
  font-size: 18px;
}
.sf-back-top.visible { opacity: 1; transform: translateY(0); }
.sf-back-top:hover { background: var(--sf-red); }
 
/* ===== RESPONSIVE ===== */
@media (max-width: 600px) {
  .sf-hero { padding: 48px 20px 56px; }
  .sf-container { padding: 0 16px; }
  .sf-contact-cta { padding: 32px 20px; }
  .sf-conclusion { padding: 28px 24px; }
  .sf-checklist { padding: 24px 20px; }
  .sf-scenarios { grid-template-columns: 1fr; }
  .sf-contact-card { min-width: 100%; }
}/* End custom CSS */