
/* ============================================================
   Load By Sea — CSS custom properties + lbs-* components
   Source: .draft/css/loadbysea.css (sections 1, 4–15)
   Sections 2–3 (uk-button*, lbs-navbar*) are handled via
   UIkit SCSS hooks in frontend.scss.
   ============================================================ */
.bgreen {
    border: solid 1px green;
}

.bred {
    border: solid 1px red;
}

.bblue {
    border: solid 1px blue;
}

.bblack {
    border: solid 1px black;
}

.byellow {
    border: solid 1px yellow;
}

.box-shadow-border {
    box-shadow: 0 0 0 1px rgba(90, 77, 74, .15);
}



:root {
  --teal-900: #11607f;
  --teal-700: #11607f;
  --teal-600: #176a89;
  --teal-500: #1f88aa;
  --cyan-400: #2ba6c7;
  --cyan-300: #6fcae2;

  --orange-600: #e8801a;
  --orange-500: #f6921e;
  --orange-400: #ffa53d;
  --orange-100: #ffe9d2;

  --bg-2:      #EFF5F6;
  --surface:   #ffffff;
  --surface-tint: #f5fafb;

  --ink-900: #0e2125;
  --ink-700: #2c4248;
  --ink-500: #5a7176;
  --ink-400: #7d9398;
  --line:    #d9e7e9;

  --sh-sm: 0 2px 8px rgba(8,44,60,.06);
  --sh-md: 0 14px 34px rgba(8,44,60,.10);
  --sh-lg: 0 28px 60px rgba(8,44,60,.16);
  --ease: cubic-bezier(.22,.61,.36,1);
}

h1,h2,h3,h4,.uk-h1,.uk-h2,.uk-h3,.uk-h4 {
  letter-spacing: -.01em;
  text-wrap: balance;
}

.hl { color: var(--cyan-400); }
.lbs-light .hl { color: var(--orange-400); }
.hl-orange { color: var(--orange-600); }

/* ---- Eyebrow / kicker ---- */
.lbs-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 13px;
  letter-spacing: .14em; text-transform: uppercase; color: var(--teal-600);
  margin-bottom: 18px;
}
.lbs-eyebrow::before { content:""; width:22px; height:2px; border-radius:2px; background: var(--orange-500); }
.lbs-light .lbs-eyebrow { color: var(--cyan-300); }

.lbs-section-head { max-width: 720px; margin-bottom: clamp(36px,5vw,60px); }
.lbs-section-head.lbs-center { margin-inline:auto; text-align:center; }
.lbs-section-head p { margin-top:16px; font-size: clamp(17px,1.5vw,19px); color: var(--ink-500); }
.lbs-light .lbs-section-head p { color: rgba(255,255,255,.74); }
.lbs-light h2, .lbs-light h3, .lbs-light p, .lbs-light b { color:#fff; }


/* ---- Icon list ---- */
ul.lbs-icon-list { list-style: none; padding: 0; }
ul.lbs-icon-list > li { display: flex; align-items: flex-start; gap: 0.5em; }

/* ============================================================
   4. HERO
   ============================================================ */
.lbs-hero { position: relative; overflow: hidden; padding-top: clamp(40px,6vw,72px); padding-bottom: clamp(60px,8vw,120px); }
.lbs-hero::before, .lbs-hero::after { content:""; position:absolute; border-radius:50%; filter: blur(10px); z-index:0; pointer-events:none; }
.lbs-hero::before { display:none; }
.lbs-hero::after  { display:none; }
.lbs-hero .uk-container { position: relative; z-index: 2; }
.lbs-hero h1 { font-weight:800; }
.lbs-hero-ship { position:relative; z-index:2; }
.lbs-hero-ship img { width:100%; display:block; margin-bottom: clamp(-60px,-8vw,-120px); }
.lbs-hero-lede { margin-top:22px; font-size: clamp(17px,1.7vw,20px); color: var(--ink-500); max-width:540px; }
.lbs-hero-cta { display:flex; flex-wrap:wrap; gap:14px; margin-top:34px; }
.lbs-hero-trust { display:flex; flex-wrap:wrap; gap:18px 26px; margin-top:34px; color:var(--ink-500); font-weight:700; font-size:15px; }
.lbs-hero-trust .dot { display:inline-flex; align-items:center; gap:9px; }
.lbs-hero-trust svg { width:19px; height:19px; color: var(--teal-500); flex-shrink:0; }

/* ============================================================
   5. WAVE dividers
   ============================================================ */
.lbs-wave { display:block; width:100%; line-height:0; }
.lbs-wave svg { display:block; width:100%; height:auto; }
.lbs-wave-default svg   { fill: var(--surface); }
.lbs-wave-white svg     { fill: #fff; }
.lbs-wave-muted svg     { fill: var(--bg-2); }
.lbs-wave-secondary svg { fill: var(--teal-900); }

/* ============================================================
   6. PROBLEM / SOLUTION
   ============================================================ */
.lbs-ps-card { padding: clamp(26px,3vw,38px); }
.lbs-ps-card h3 { margin-bottom:8px; }
.lbs-ps-problem { background: var(--surface); box-shadow: var(--sh-sm); border:1px solid var(--line); }
.lbs-ps-solution { background: var(--teal-700); color:#fff; box-shadow: var(--sh-md); }
.lbs-ps-solution h3, .lbs-ps-solution p { color:#fff; }
.lbs-ps-card .tagline { font-weight:800; font-size:13px; letter-spacing:.12em; text-transform:uppercase; margin-bottom:16px; display:inline-flex; align-items:center; gap:9px; }
.lbs-ps-problem .tagline { color:var(--ink-400); }
.lbs-ps-solution .tagline { color:var(--cyan-300); }
.lbs-ps-list { margin-top:20px; display:flex; flex-direction:column; gap:13px; list-style:none; padding:0; }
.lbs-ps-list li { display:flex; gap:12px; align-items:flex-start; font-weight:600; font-size:15.5px; }
.lbs-ps-list li svg { width:22px; height:22px; flex-shrink:0; margin-top:1px; }
.lbs-ps-problem .lbs-ps-list li { color:var(--ink-700); }
.lbs-ps-problem .lbs-ps-list svg { color:var(--ink-400); }
.lbs-ps-solution .lbs-ps-list li { color:rgba(255,255,255,.92); }
.lbs-ps-solution .lbs-ps-list svg { color:var(--cyan-300); }

/* ============================================================
   7. FEATURES
   ============================================================ */
.lbs-feat.uk-card { padding: 30px 28px; box-shadow: var(--sh-sm); border:1px solid var(--line); transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s; }
.lbs-feat.uk-card:hover { transform: translateY(-6px); box-shadow: var(--sh-md); border-color: transparent; }
.lbs-feat-ic { width:56px; height:56px; background:var(--surface-tint); display:grid; place-items:center; margin-bottom:20px; color:var(--teal-600); box-shadow: inset 0 0 0 1px var(--line); transition: background-color .3s, color .3s; }
.lbs-feat-ic svg { width:27px; height:27px; }
.lbs-feat.uk-card:hover .lbs-feat-ic { background:var(--teal-700); color:#fff; box-shadow:none; }
.lbs-feat h3 { margin-bottom:8px; }
.lbs-feat p { color:var(--ink-500); font-size:15.5px; }
.lbs-feat-num { font-family:'Baloo 2'; font-weight:700; font-size:13px; color:var(--orange-500); margin-bottom:14px; }

/* ============================================================
   8. HOW IT WORKS — infographic steps
   ============================================================ */
.lbs-steps { position: relative; }
.lbs-steps::before { content:""; position:absolute; top:100px; left:9%; right:9%; height:3px; background: repeating-linear-gradient(90deg, rgba(255,255,255,.30) 0 9px, transparent 9px 17px); z-index:0; }
.lbs-step { position:relative; z-index:1; text-align:center; }
.lbs-step-fig { width:156px; max-width:100%; aspect-ratio:130/120; margin:0 auto 22px; position:relative; z-index:1; filter: drop-shadow(0 16px 26px rgba(7,30,42,.40)); }
.lbs-step-fig svg { width:100%; height:100%; display:block; }
.lbs-step h3 { margin-bottom:8px; color:#fff; }
.lbs-step p { color: rgba(255,255,255,.75); font-size:15px; }

/* ============================================================
   9. BENEFITS
   ============================================================ */
.lbs-ben.uk-card { padding:26px; box-shadow:var(--sh-sm); border:1px solid var(--line); display:flex; gap:16px; align-items:flex-start; transition: transform .3s var(--ease), box-shadow .3s var(--ease); height:100%; }
.lbs-ben.uk-card:hover { transform: translateY(-4px); box-shadow: var(--sh-md); }
.lbs-ben-ic { width:46px; height:46px; background:var(--orange-100); color:var(--orange-600); display:grid; place-items:center; flex-shrink:0; }
.lbs-ben-ic svg { width:23px; height:23px; }
.lbs-ben h3 { margin-bottom:5px; }
.lbs-ben p { color:var(--ink-500); font-size:14.5px; line-height:1.5; }

/* ============================================================
   10. PRICING
   ============================================================ */
.lbs-price-toggle { display:inline-flex; gap:4px; background:#fff; padding:5px; box-shadow:var(--sh-sm); border:1px solid var(--line); }
.lbs-price-toggle .uk-button { height:44px; padding:0 22px; font-size:15px; color:var(--ink-500); background:transparent; box-shadow:none; border:none; }
.lbs-price-toggle .uk-button:hover { color:var(--teal-700); transform:none; }
.lbs-price-toggle .uk-button.active { background:#11607f; color:#fff; }
.lbs-save { color:var(--orange-600); margin-left:6px; display:inline-flex; align-items:center; }
.lbs-price-toggle .uk-button.active .lbs-save { color:#fff; }

.lbs-plan.uk-card { padding:34px 30px 32px; box-shadow:var(--sh-sm); border:1px solid var(--line); position:relative; overflow:hidden; display:flex; flex-direction:column; height:100%; transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.lbs-plan.uk-card:hover { transform: translateY(-6px); box-shadow: var(--sh-md); }
.lbs-plan.featured { border:2px solid #11607f; box-shadow: var(--sh-lg); }
.lbs-plan-name { font-family:'Baloo 2'; font-weight:700; font-size:22px; }
.lbs-plan-desc { color:var(--ink-500); font-size:14px; margin-top:4px; min-height:40px; }
.lbs-plan-price { display:flex; align-items:baseline; gap:6px; margin:18px 0 4px; }
.lbs-plan-price .amt { font-family:'Baloo 2'; font-weight:800; font-size:46px; line-height:1; color:var(--ink-900); }
.lbs-plan-price .per { color:var(--ink-500); font-weight:700; font-size:15px; }
.lbs-plan-annual-note { font-size:13px; font-weight:700; color:var(--teal-600); min-height:20px; margin-bottom:18px; }
.lbs-plan .uk-button { margin-bottom:24px; }
.lbs-plan.uk-card .uk-button-default       { background:#fff; color:#11607f; border:2px solid #d9e7e9; box-shadow:0 2px 8px rgba(8,44,60,.06); }
.lbs-plan.uk-card .uk-button-default:hover { background-color:#fff; border-color:#1f88aa; color:#176a89; transform:translateY(-2px); }
.lbs-plan.uk-card .uk-button-primary,
.lbs-boxed-card .uk-button-primary       { background-color:#e8801a; color:#fff; box-shadow:0 12px 26px rgba(232,128,26,.34); border:none; }
.lbs-plan.uk-card .uk-button-primary:hover,
.lbs-boxed-card .uk-button-primary:hover { background-color:hsl(30,82%,46%); color:#fff; transform:translateY(-2px); box-shadow:0 16px 32px rgba(232,128,26,.42); }
.lbs-plan-feats { display:flex; flex-direction:column; gap:13px; list-style:none; padding:0; }
.lbs-plan-feats li { display:flex; gap:11px; align-items:flex-start; font-size:15px; font-weight:600; color:var(--ink-700); }
.lbs-plan-feats li svg { width:20px; height:20px; color:var(--teal-500); flex-shrink:0; margin-top:1px; }
.lbs-plan-trial { margin-top:16px; padding-top:16px; border-top:1px dashed var(--line); font-size:13.5px; font-weight:800; color:var(--orange-600); display:flex; align-items:center; gap:8px; }
.lbs-plan-trial svg { width:18px; height:18px; }
.lbs-plan > * { position: relative; z-index: 1; }

/* ============================================================
   11. RELIABILITY
   ============================================================ */
.lbs-rel-points { display:flex; flex-direction:column; gap:18px; margin-top:26px; list-style:none; padding:0; }
.lbs-rel-points li { display:flex; gap:15px; align-items:flex-start; }
.lbs-rel-points .rp-ic { width:44px; height:44px; background:var(--orange-100); color:var(--orange-600); display:grid; place-items:center; flex-shrink:0; }
.lbs-rel-points b { display:block; font-family:'Baloo 2'; font-weight:600; font-size:17px; }
.lbs-rel-points p { font-size:14.5px; margin-top:2px; }
.lbs-light .lbs-rel-points .rp-ic { background:rgba(255,255,255,.10); color:var(--cyan-300); }
.lbs-light .lbs-rel-points b { color:#fff; }
.lbs-light .lbs-rel-points p { color:rgba(255,255,255,.72); }
.lbs-rel-stat { background:var(--surface); border:1px solid var(--line); box-shadow:var(--sh-sm); padding:26px 24px; height:100%; }
.lbs-rel-stat .big { font-family:'Baloo 2'; font-weight:800; font-size:38px; color:var(--ink-900); line-height:1; }
.lbs-rel-stat .lbl { color:var(--ink-500); font-size:14px; font-weight:700; margin-top:8px; }
.lbs-light .lbs-rel-stat { background:rgba(255,255,255,.06); border-color:rgba(255,255,255,.12); box-shadow:none; }
.lbs-light .lbs-rel-stat .big { color:#fff; }
.lbs-light .lbs-rel-stat .lbl { color:rgba(255,255,255,.66); }
.lbs-light .lbs-rel-stat.accent { background:rgba(246,146,30,.16); border-color:rgba(246,146,30,.4); }
.lbs-light .lbs-rel-stat.accent .big { color:var(--orange-400); }

/* ============================================================
   12. FAQ — theme uk-accordion
   ============================================================ */
.lbs-faq { max-width:820px; margin-inline:auto; }
.lbs-faq.uk-accordion > li { background:var(--surface); border:1px solid var(--line); box-shadow:var(--sh-sm); margin-top:12px; overflow:hidden; transition: border-color .25s; }
.lbs-faq.uk-accordion > li:first-child { margin-top:0; }
.lbs-faq.uk-accordion > li.uk-open { border-color: var(--teal-500); }
.lbs-faq .uk-accordion-title { font-family:'Baloo 2'; font-weight:600; font-size:18px; color:var(--ink-900); padding:22px 24px; display:flex; align-items:center; justify-content:space-between; gap:16px; }
.lbs-faq .uk-accordion-title::before { display:none; }
.lbs-faq .lbs-faq-ic { width:32px; height:32px; border-radius:50%; background:var(--surface-tint); display:grid; place-items:center; flex-shrink:0; color:var(--teal-600); transition:.3s var(--ease); }
.lbs-faq .lbs-faq-ic svg { width:18px; height:18px; transition: transform .3s var(--ease); }
.lbs-faq .uk-open .lbs-faq-ic { background:var(--teal-700); color:#fff; }
.lbs-faq .uk-open .lbs-faq-ic svg { transform: rotate(45deg); }
.lbs-faq .uk-accordion-content { margin-top:0; padding:0 24px 24px; color:var(--ink-500); font-size:16px; }

/* ============================================================
   13. FINAL CTA
   ============================================================ */
.lbs-cta-card { background: var(--teal-700); padding: clamp(44px,6vw,76px); text-align:center; position:relative; overflow:hidden; box-shadow: var(--sh-lg); }
.lbs-cta-card h2 { color:#fff; max-width:760px; margin-inline:auto; }
.lbs-cta-card p { color: rgba(255,255,255,.82); font-size: clamp(17px,1.6vw,19px); max-width:600px; margin:20px auto 34px; }
.lbs-cta-row { display:flex; flex-wrap:wrap; gap:14px; justify-content:center; }
.lbs-cta-card .fine { margin-top:22px; color:rgba(255,255,255,.6); font-size:14px; font-weight:700; }
.lbs-cta-wave { position:absolute; left:0; right:0; bottom:-2px; color: rgba(255,255,255,.05); pointer-events:none; }
.lbs-cta-wave svg { width:100%; display:block; }
.lbs-cta-card > *:not(.lbs-cta-wave) { position: relative; z-index: 1; }

/* ============================================================
   14. FOOTER
   ============================================================ */
.lbs-footer { background:#11607f; color: rgba(255,255,255,.72); padding-top: clamp(56px,7vw,80px); }
.lbs-footer-brand img { height:24px; margin-bottom:18px; }
.lbs-footer-brand p { font-size:15px; max-width:320px; line-height:1.6; }
.lbs-social { display:flex; gap:10px; margin-top:22px; }
.lbs-social a { width:40px; height:40px; background:rgba(255,255,255,.10); display:grid; place-items:center; transition: background-color .2s, transform .2s; }
.lbs-social a:hover { background:rgba(255,255,255,.2); transform: translateY(-2px); }
.lbs-social svg { width:19px; height:19px; color:#fff; }
.lbs-footer h4 { color:#fff; font-family:'Baloo 2'; font-weight:600; font-size:15px; letter-spacing:.04em; text-transform:uppercase; margin-bottom:18px; }
.lbs-footer-col a { display:block; padding:7px 0; font-size:15px; color:rgba(255,255,255,.72); transition: color .2s; }
.lbs-footer-col a:hover { color: var(--cyan-300); }
.lbs-footer-bottom { border-top:1px solid rgba(255,255,255,.14); margin-top:8px; padding:24px 0; display:flex; flex-wrap:wrap; gap:12px; align-items:center; justify-content:space-between; font-size:14px; }
.lbs-footer-bottom .made { display:inline-flex; align-items:center; gap:8px; }
.lbs-footer-bottom .made svg { width:16px; height:16px; color:var(--cyan-300); }

/* ============================================================
   15. RESPONSIVE
   ============================================================ */
@media (max-width: 959px) {
  .lbs-steps::before { display:none; }
}
@media (max-width: 639px) {
  .lbs-hero-cta .uk-button { flex:1; }
}

/* ============================================================
   Language pill (navbar topbar)
   ============================================================ */
.language-pill {
  display: inline-flex; align-items: center; gap: 2px;
  padding: 2px;
  background: #fff; border: 1px solid #d8e3e8;
}
.language-pill .language-pill__item {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 26px;
  color: #7f9097; font-size: 12px; font-weight: 700; line-height: 1;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease;
}
.language-pill .language-pill__item:hover { color: #0b6f8f; text-decoration: none; }
.language-pill .language-pill__item.is-active { background: #0b6f8f; color: #fff; }

/* ============================================================
   Scrollspy — pre-hide targets to prevent flash on init
   UIkit imposta opacity:0 dopo il render: pre-nascondendo via
   CSS non c'è mai la transizione visibile → nascosto → animato.
   UIkit rimuove l'inline style e aggiunge la classe animazione;
   il fill-mode:forwards mantiene opacity:1 a fine animazione.
   ============================================================ */
[data-uk-scrollspy*="target:"] > div:not(.uk-scrollspy-inview),
[data-uk-scrollspy]:not([data-uk-scrollspy*="target:"]):not(.uk-scrollspy-inview) {
  opacity: 0;
}

/* ============================================================
   Buttons — ghost & block variants
   ============================================================ */
.lbs-btn-ghost { background: rgba(255,255,255,.10); color:#fff; border: 2px solid rgba(255,255,255,.30); }
.lbs-btn-ghost:hover, .lbs-btn-ghost:focus { background: rgba(255,255,255,.18); color:#fff; transform: translateY(-2px); }
.lbs-btn-block { width: 100%; }

/* ============================================================
   Offcanvas mobile menu
   ============================================================ */
.lbs-offcanvas-bar { background: #11607f; width: 300px; }
.lbs-offcanvas-bar .uk-nav > li > a { color: rgba(255,255,255,.80); padding: 10px 20px; font-weight: 600; }
.lbs-offcanvas-bar .uk-nav > li > a:hover { background: rgba(255,255,255,.08); color:#fff; }
.lbs-offcanvas-bar hr { border-top: 1px solid rgba(255,255,255,.14); margin: 18px 0; }

