/* Dotsul Landing v13.2 — full-width, lighter typography, natural copy, responsive, Elementor-safe */
.dotsul-landing {
  --du-blue: #1463f3;
  --du-blue-dark: #0c4ed2;
  --du-blue-soft: #eef5ff;
  --du-navy: #071a36;
  --du-text: #0c1b33;
  --du-muted: #61718a;
  --du-line: #dfe7f1;
  --du-soft: #f7faff;
  --du-card: #ffffff;
  --du-red: #e30613;
  --du-green: #0a9d65;
  --du-radius: 24px;
  --du-shadow: 0 20px 52px rgba(9, 32, 70, .085);
  --du-shadow-sm: 0 8px 24px rgba(9, 32, 70, .065);
  color: var(--du-text);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow-x: clip;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.dotsul-landing *,
.dotsul-landing *::before,
.dotsul-landing *::after { box-sizing: border-box; }

.dotsul-landing h1,
.dotsul-landing h2,
.dotsul-landing h3,
.dotsul-landing p,
.dotsul-landing ul,
.dotsul-landing li,
.dotsul-landing figure { margin: 0; padding: 0; }

.dotsul-landing ul { list-style: none; }

.dotsul-landing a { color: inherit; text-decoration: none; }
.dotsul-landing img { display: block; max-width: 100%; height: auto; }
.dotsul-landing svg { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }

.du-wrap { width: min(1600px, calc(100% - clamp(32px, 5vw, 96px))); margin: 0 auto; }
.du-anchor-alias { position: relative; top: -88px; display: block; visibility: hidden; }

.du-skip {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 99999;
  transform: translateY(-160%);
  background: #fff;
  color: var(--du-navy);
  border: 1px solid var(--du-line);
  border-radius: 10px;
  padding: 10px 14px;
  font-weight: 600;
}
.du-skip:focus { transform: none; }

.du-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,.92);
  border-bottom: 1px solid rgba(223,231,241,.86);
  backdrop-filter: blur(18px);
  transition: box-shadow .2s ease, background .2s ease;
}
.du-header.scrolled { background: rgba(255,255,255,.98); box-shadow: 0 10px 28px rgba(10,31,65,.07); }
.du-header-inner { min-height: 70px; display: flex; align-items: center; gap: 24px; }
.du-brand { flex: 0 0 auto; }
.du-logo { width: 132px; height: auto; }
.du-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; font-size: .93rem; font-weight: 500; color: #34445d; }
.du-nav a:hover,
.du-nav a:focus-visible,
.du-login:hover,
.du-login:focus-visible { color: var(--du-blue); }

.du-language { display: flex; align-items: center; gap: 3px; padding: 4px; border: 1px solid var(--du-line); border-radius: 999px; background: #fff; }
.du-language a { min-width: 34px; padding: 6px 8px; border-radius: 999px; font-size: .72rem; font-weight: 600; text-align: center; color: #6c7a90; }
.du-language a.active { color: #fff; background: var(--du-blue); }
.du-header-actions { display: flex; align-items: center; gap: 12px; }
.du-login { font-size: .9rem; font-weight: 500; color: #3f5069; }

.du-menu { display: none; width: 42px; height: 42px; border: 1px solid var(--du-line); background: #fff; border-radius: 12px; padding: 0 10px; cursor: pointer; }
.du-menu span { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--du-navy); border-radius: 2px; }

.du-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 10px 19px;
  font: inherit;
  font-size: .93rem;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}
.du-btn svg { width: 17px; height: 17px; }
.du-btn:hover { transform: translateY(-1px); }
.du-btn:focus-visible,
.du-language a:focus-visible,
.du-nav a:focus-visible,
.du-menu:focus-visible,
.du-faq summary:focus-visible { outline: 3px solid rgba(20,99,243,.24); outline-offset: 3px; }
.du-btn-primary { background: var(--du-blue); color: #fff !important; box-shadow: 0 10px 24px rgba(20,99,243,.18); }
.du-btn-primary:hover { background: var(--du-blue-dark); box-shadow: 0 12px 28px rgba(20,99,243,.22); }
.du-btn-secondary { background: #fff; color: var(--du-navy) !important; border-color: #cfd9e8; }
.du-btn-secondary:hover { border-color: #9db4d4; background: #f9fbff; }
.du-btn-light { background: #fff; color: var(--du-navy) !important; box-shadow: 0 14px 30px rgba(0,0,0,.14); }
.du-btn-sm { min-height: 38px; padding: 8px 15px; font-size: .82rem; }
.du-btn-lg { min-height: 50px; padding: 13px 22px; }

.du-hero {
  position: relative;
  isolation: isolate;
  padding: 82px 0 92px;
  background: linear-gradient(180deg, #fff 0%, #fbfdff 68%, #f7faff 100%);
}
.du-hero-glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.du-hero-glow-one { width: 540px; height: 540px; left: -260px; top: -210px; background: radial-gradient(circle, rgba(20,99,243,.11), rgba(20,99,243,0) 68%); }
.du-hero-glow-two { width: 640px; height: 640px; right: -280px; top: -250px; background: radial-gradient(circle, rgba(77,139,255,.10), rgba(77,139,255,0) 70%); }
.du-hero-grid { display: grid; grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); gap: clamp(52px, 5vw, 88px); align-items: center; }
.du-eyebrow,
.du-kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--du-blue-dark); font-size: .8rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.du-eyebrow { text-transform: none; letter-spacing: 0; font-size: .9rem; margin-bottom: 18px; }
.du-swiss-mark { position: relative; width: 22px; height: 22px; flex: 0 0 22px; border-radius: 6px; background: var(--du-red); box-shadow: 0 5px 14px rgba(227,6,19,.18); }
.du-swiss-mark::before,
.du-swiss-mark::after { content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 1px; background: #fff; }
.du-swiss-mark::before { width: 12px; height: 4px; }
.du-swiss-mark::after { width: 4px; height: 12px; }

.du-hero-speed {
  display: flex;
  align-items: center;
  gap: 9px;
  max-width: 760px;
  margin: 0 0 16px !important;
  color: var(--du-blue-dark);
  font-size: clamp(1rem, 1.55vw, 1.22rem);
  line-height: 1.45;
}
.du-hero-speed svg { width: 19px; height: 19px; color: var(--du-blue); }
.du-hero-speed strong { font-weight: 650; }
.du-hero h1 { max-width: 780px; font-size: clamp(2.5rem, 5vw, 4.35rem); line-height: 1.02; letter-spacing: -.055em; font-weight: 700; color: var(--du-navy); }
.du-hero-lead { max-width: 760px; margin-top: 24px !important; color: var(--du-muted); font-size: 1.08rem; line-height: 1.72; }
.du-hero-chips { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 9px; max-width: 760px; margin-top: 24px !important; }
.du-hero-chips li { display: flex; align-items: center; gap: 8px; min-width: 0; padding: 10px 12px; border: 1px solid var(--du-line); border-radius: 999px; background: rgba(255,255,255,.82); box-shadow: 0 5px 16px rgba(10,31,65,.045); color: #33445f; font-size: .84rem; font-weight: 500; }
.du-hero-chips svg { width: 16px; height: 16px; color: var(--du-blue); }
.du-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.du-micro { margin-top: 12px !important; color: #78879a; font-size: .82rem; }

.du-product-shot { position: relative; min-width: 0; border: 1px solid rgba(205,218,235,.96); border-radius: 28px; background: #fff; padding: 10px; box-shadow: 0 24px 64px rgba(13,38,80,.12); transform: none; }
.du-product-shot::before { content: ""; position: absolute; inset: -18px; z-index: -1; border-radius: 36px; background: linear-gradient(135deg, rgba(20,99,243,.10), rgba(20,99,243,0) 60%); filter: blur(16px); }
.du-shot-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 8px 10px 12px; }
.du-shot-top img { width: 74px; height: auto; }
.du-shot-top span { padding: 5px 9px; border-radius: 999px; background: var(--du-blue-soft); color: var(--du-blue-dark); font-size: .7rem; font-weight: 600; }
.du-product-shot > img { width: 100%; border: 1px solid #e8eef6; border-radius: 19px; background: #fff; }
.du-floating-proof { position: absolute; z-index: 2; max-width: 230px; padding: 12px 14px; border: 1px solid rgba(217,227,239,.96); border-radius: 16px; background: rgba(255,255,255,.96); box-shadow: var(--du-shadow-sm); }
.du-floating-proof b { display: block; font-size: .78rem; color: var(--du-navy); }
.du-floating-proof span { display: block; margin-top: 3px; color: var(--du-muted); font-size: .7rem; line-height: 1.35; }
.du-floating-proof-a { left: -24px; bottom: 30px; }
.du-floating-proof-b { right: -22px; top: 84px; }

.du-trust-strip { border-top: 1px solid var(--du-line); border-bottom: 1px solid var(--du-line); background: #f7faff; padding: 20px 0; }
.du-trust-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 10px; }
.du-trust-item { display: flex; align-items: center; gap: 9px; min-width: 0; min-height: 58px; padding: 12px 13px; border: 1px solid #e1e9f3; border-radius: 15px; background: #fff; box-shadow: 0 6px 18px rgba(11,39,79,.045); color: #2f405a; font-size: .78rem; font-weight: 600; line-height: 1.4; }
.du-trust-item svg { width: 17px; height: 17px; color: var(--du-blue); }

.du-section { padding: 84px 0; }
.du-soft { background: var(--du-soft); }
.du-section-head { max-width: 920px; margin: 0 auto 44px; text-align: center; }
.du-section-head .du-kicker { margin-bottom: 13px; }
.du-section-head h2,
.du-split-copy h2,
.du-vat-copy h2,
.du-qr-copy h2,
.du-about-card h2,
.du-faq-intro h2 { color: var(--du-navy); font-size: clamp(2rem,3.7vw,3.1rem); line-height: 1.08; letter-spacing: -.04em; font-weight: 700; }
.du-section-head p { max-width: 820px; margin: 16px auto 0 !important; color: var(--du-muted); font-size: 1rem; line-height: 1.7; }

.du-proof-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.du-workflow { border: 1px solid var(--du-line); border-radius: 20px; background: #fff; padding: 20px; box-shadow: var(--du-shadow-sm); }
.du-workflow h3 { color: var(--du-navy); font-size: 1rem; font-weight: 600; }
.du-workflow-steps { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; margin-top: 15px; }
.du-workflow-steps span { padding: 7px 9px; border-radius: 10px; background: var(--du-blue-soft); color: var(--du-blue-dark); font-size: .74rem; font-weight: 600; }
.du-workflow-steps i { color: #93a3b9; font-style: normal; }
.du-screen-wide { margin-top: 22px; overflow: hidden; border: 1px solid var(--du-line); border-radius: 25px; background: #fff; box-shadow: var(--du-shadow); }
.du-screen-wide img { width: 100%; }

.du-pillar-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.du-pillar { min-width: 0; padding: 28px; border: 1px solid var(--du-line); border-radius: 22px; background: #fff; box-shadow: 0 10px 28px rgba(10,32,70,.05); }
.du-icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 14px; background: var(--du-blue-soft); color: var(--du-blue); }
.du-icon svg { width: 23px; height: 23px; }
.du-pillar h3,
.du-bento-card h3 { margin-top: 19px; color: var(--du-navy); font-size: 1.12rem; font-weight: 600; }
.du-pillar p,
.du-bento-card p { margin-top: 9px !important; color: var(--du-muted); font-size: .92rem; line-height: 1.66; }

.du-bento { display: grid; grid-template-columns: repeat(12,1fr); gap: 16px; }
.du-bento-card { min-width: 0; padding: 25px; border: 1px solid var(--du-line); border-radius: 23px; background: #fff; box-shadow: 0 12px 34px rgba(10,32,70,.055); }
.du-bento-1,
.du-bento-4 { grid-column: span 7; }
.du-bento-2,
.du-bento-3 { grid-column: span 5; }
.du-bento-5,
.du-bento-6 { grid-column: span 6; }
.du-bento-1 { background: linear-gradient(145deg,#fff 0%,#f7fbff 100%); }
.du-bento-4 { background: linear-gradient(145deg,#f8fbff 0%,#eef5ff 100%); }
.du-badges { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.du-badges span { padding: 6px 9px; border: 1px solid #dce7f5; border-radius: 999px; background: #f8fbff; color: #48607e; font-size: .7rem; font-weight: 600; }

.du-split { display: grid; grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); gap: 48px; align-items: center; }
.du-split-reverse { grid-template-columns: minmax(0,1.08fr) minmax(0,.92fr); }
.du-split-copy .du-kicker,
.du-vat-copy .du-kicker { margin-bottom: 13px; }
.du-split-copy > p,
.du-vat-copy > p,
.du-qr-copy > p,
.du-about-card > p { margin-top: 16px !important; color: var(--du-muted); line-height: 1.74; }
.du-highlight { display: flex; gap: 13px; margin-top: 23px; padding: 16px; border: 1px solid #cfe0f6; border-radius: 18px; background: #fff; box-shadow: 0 9px 24px rgba(10,32,70,.055); }
.du-highlight > svg { width: 24px; height: 24px; margin-top: 2px; color: var(--du-blue); }
.du-highlight b { display: block; color: var(--du-navy); font-size: .9rem; }
.du-highlight span { display: block; margin-top: 4px; color: var(--du-muted); font-size: .82rem; line-height: 1.55; }
.du-step-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin-top: 17px; }
.du-step { display: flex; gap: 11px; min-width: 0; padding: 14px; border-radius: 16px; background: rgba(255,255,255,.8); border: 1px solid #e0e8f2; }
.du-step > b { display: grid; place-items: center; width: 31px; height: 31px; flex: 0 0 31px; border-radius: 10px; background: var(--du-blue); color: #fff; font-size: .68rem; }
.du-step strong { display: block; color: var(--du-navy); font-size: .82rem; }
.du-step span { display: block; margin-top: 3px; color: var(--du-muted); font-size: .75rem; line-height: 1.45; }
.du-screen-card { overflow: hidden; border: 1px solid var(--du-line); border-radius: 25px; background: #fff; box-shadow: var(--du-shadow); }
.du-screen-card img { width: 100%; }

.du-vat-grid { display: grid; grid-template-columns: minmax(0,.98fr) minmax(0,1.02fr); gap: 48px; align-items: center; }
.du-equation { margin-top: 22px; padding: 16px 18px; border-left: 4px solid var(--du-blue); border-radius: 0 15px 15px 0; background: var(--du-blue-soft); color: var(--du-blue-dark); font-weight: 700; }
.du-disclaimer { display: block; margin-top: 15px; color: #7c899a; font-size: .75rem; line-height: 1.5; }
.du-vat-panel { padding: 25px; border: 1px solid #d8e4f3; border-radius: 26px; background: linear-gradient(145deg,#f9fbff,#eef5ff); box-shadow: var(--du-shadow-sm); }
.du-vat-kpis { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.du-vat-kpis div { min-width: 0; padding: 17px; border: 1px solid #dce6f2; border-radius: 17px; background: #fff; }
.du-vat-kpis small { display: block; color: var(--du-blue); font-weight: 700; font-size: .68rem; }
.du-vat-kpis strong { display: block; margin-top: 3px; color: var(--du-navy); font-size: 1.34rem; letter-spacing: -.03em; }
.du-vat-kpis span { display: block; margin-top: 4px; color: var(--du-muted); font-size: .7rem; line-height: 1.35; }
.du-state-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 15px; }
.du-state-list span { display: inline-flex; align-items: center; gap: 6px; padding: 8px 10px; border-radius: 999px; background: rgba(255,255,255,.85); border: 1px solid #dce6f2; color: #445a77; font-size: .7rem; font-weight: 700; }
.du-state-list svg { width: 14px; height: 14px; color: var(--du-blue); }

.du-qr-section { padding: 88px 0; background: var(--du-navy); color: #fff; }
.du-qr-grid { display: grid; grid-template-columns: minmax(0,.94fr) minmax(0,1.06fr); gap: 54px; align-items: center; }
.du-kicker-dark { color: #76a8ff; }
.du-qr-copy h2 { color: #fff; }
.du-qr-copy > p { color: rgba(255,255,255,.72); }
.du-list { display: grid; gap: 10px; margin-top: 22px !important; }
.du-list li { display: flex; align-items: flex-start; gap: 9px; color: #3f526d; font-size: .9rem; }
.du-list li svg { width: 18px; height: 18px; margin-top: 2px; color: var(--du-blue); }
.du-list-dark li { color: rgba(255,255,255,.85); }
.du-list-dark li svg { color: #78a9ff; }
.du-qr-copy .du-btn { margin-top: 25px; }
.du-payment-card { max-width: 860px; border: 1px solid rgba(255,255,255,.12); border-radius: 26px; background: #fff; color: var(--du-text); padding: 22px; box-shadow: 0 30px 75px rgba(0,0,0,.28); }
.du-payment-head { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-bottom: 16px; border-bottom: 1px solid #e3e9f2; }
.du-payment-head span { color: #66768d; font-size: .82rem; font-weight: 600; }
.du-payment-head strong { color: var(--du-navy); font-size: 1.12rem; }
.du-payment-body { display: grid; grid-template-columns: minmax(250px, .82fr) minmax(0,1.18fr); gap: 26px; align-items: center; padding-top: 22px; }
.du-qr-visual {
  width: 100%;
  max-width: 310px;
  padding: 14px;
  border: 1px solid #e3e9f2;
  border-radius: 18px;
  background: #fafcff;
  justify-self: center;
}
.du-qr-visual svg {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  fill: initial;
  stroke: none;
}
.du-payment-info { min-width: 0; display: grid; gap: 3px; }
.du-payment-info small { color: #8090a4; font-size: .69rem; }
.du-payment-info strong { color: var(--du-navy); word-break: break-word; }
.du-payment-info span { color: #566780; font-size: .82rem; }
.du-payment-info hr { width: 100%; height: 1px; margin: 10px 0; border: 0; background: #e7edf5; }

.du-closing { margin-top: 19px !important; padding: 14px 16px; border-left: 3px solid var(--du-blue); background: var(--du-blue-soft); border-radius: 0 14px 14px 0; color: #334965 !important; font-weight: 600; }

.du-security { padding: 84px 0; background: #071a36; color: #fff; }
.du-section-head-light h2 { color: #fff; }
.du-section-head-light p { color: rgba(255,255,255,.65); }
.du-section-head-light .du-kicker { color: #76a8ff; }
.du-security-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.du-security-grid article { padding: 22px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(255,255,255,.06); }
.du-security-grid article > svg { width: 25px; height: 25px; color: #78a9ff; }
.du-security-grid h3 { margin-top: 18px; color: #fff; font-size: 1rem; }
.du-security-grid p { margin-top: 8px !important; color: rgba(255,255,255,.66); font-size: .82rem; line-height: 1.6; }

.du-about .du-wrap { display: grid; gap: 48px; }
.du-about-card { max-width: 1080px; margin: 0 auto; padding: 38px; border: 1px solid var(--du-line); border-radius: 26px; background: linear-gradient(145deg,#fff,#f7faff); text-align: center; box-shadow: var(--du-shadow-sm); }
.du-about-card .du-kicker { margin-bottom: 13px; }
.du-about-card > p { max-width: 720px; margin-left: auto !important; margin-right: auto !important; }
.du-partners .du-section-head { margin-bottom: 24px; }
.du-partner-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 11px; }
.du-partner-grid div { display: grid; place-items: center; min-height: 78px; border: 1px solid var(--du-line); border-radius: 17px; background: #fff; color: #4a5d77; font-size: .88rem; font-weight: 600; box-shadow: 0 7px 20px rgba(10,32,70,.04); }

.du-included { margin-bottom: 25px; padding: 27px; border: 1px solid var(--du-line); border-radius: 23px; background: #fff; box-shadow: var(--du-shadow-sm); }
.du-included h3 { color: var(--du-navy); text-align: center; font-size: 1.2rem; }
.du-included-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px 16px; margin-top: 20px; }
.du-included-grid span { display: flex; align-items: flex-start; gap: 8px; min-width: 0; color: #52657f; font-size: .78rem; line-height: 1.4; }
.du-included-grid svg { width: 15px; height: 15px; margin-top: 1px; color: var(--du-blue); }

.du-billing-switch { display: flex; width: max-content; max-width: 100%; margin: 0 auto 26px; padding: 4px; border: 1px solid var(--du-line); border-radius: 999px; background: #fff; }
.du-billing-switch button { display: inline-flex; align-items: center; gap: 7px; min-height: 40px; border: 0; border-radius: 999px; padding: 8px 15px; background: transparent; color: #52647e; font: inherit; font-size: .82rem; font-weight: 600; cursor: pointer; }
.du-billing-switch button.active { background: var(--du-blue); color: #fff; }
.du-billing-switch button span { padding: 3px 6px; border-radius: 999px; background: rgba(255,255,255,.2); font-size: .66rem; }

.du-pricing-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 17px; align-items: stretch; }
.du-price-card { position: relative; display: flex; flex-direction: column; min-width: 0; padding: 28px; border: 1px solid var(--du-line); border-radius: 24px; background: #fff; box-shadow: 0 12px 34px rgba(10,32,70,.055); }
.du-price-card.du-featured { border-color: rgba(20,99,243,.42); box-shadow: 0 18px 48px rgba(20,99,243,.14); }
.du-featured-badge { align-self: flex-start; margin-bottom: 13px; padding: 6px 9px; border-radius: 999px; background: var(--du-blue); color: #fff; font-size: .68rem; font-weight: 650; }
.du-plan { color: var(--du-navy); font-size: 1.18rem; font-weight: 700; }
.du-price-top p { min-height: 48px; margin-top: 6px !important; color: var(--du-muted); font-size: .8rem; line-height: 1.5; }
.du-price { display: flex; align-items: flex-end; gap: 7px; margin-top: 20px; }
.du-price strong { color: var(--du-navy); font-size: 2.8rem; line-height: .9; letter-spacing: -.06em; }
.du-price > span { display: flex; flex-direction: column; color: #5f6f86; font-size: .8rem; font-weight: 600; }
.du-price small { font-size: .68rem; font-weight: 600; }
.du-price-card ul { display: grid; gap: 11px; margin-top: 24px !important; }
.du-price-card li { display: flex; align-items: flex-start; gap: 8px; color: #455b77; font-size: .84rem; }
.du-price-card li svg { width: 16px; height: 16px; margin-top: 1px; color: var(--du-blue); }
.du-plan-extra { margin-top: 16px !important; padding: 10px 12px; border-radius: 13px; background: var(--du-blue-soft); color: var(--du-blue-dark); font-size: .72rem; line-height: 1.45; }
.du-price-cta { width: 100%; margin-top: auto; transform: translateY(0); }
.du-price-card ul + .du-price-cta,
.du-plan-extra + .du-price-cta { margin-top: 24px; }
.du-price-card > small { display: block; margin-top: 10px; color: #8794a6; text-align: center; font-size: .68rem; }
.du-price-note { max-width: 850px; margin: 20px auto 0 !important; color: #79879a; text-align: center; font-size: .72rem; line-height: 1.5; }

.du-faq-grid { display: grid; grid-template-columns: minmax(0,.72fr) minmax(0,1.28fr); gap: 52px; align-items: start; }
.du-faq-intro { position: sticky; top: 100px; }
.du-faq-intro .du-kicker { margin-bottom: 13px; }
.du-faq-intro p { margin-top: 16px !important; color: var(--du-muted); }
.du-faq-intro a { color: var(--du-blue-dark); font-weight: 600; }
.du-faq { border-top: 1px solid var(--du-line); }
.du-faq details { border-bottom: 1px solid var(--du-line); }
.du-faq summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 20px 0; color: var(--du-navy); font-size: .94rem; font-weight: 600; cursor: pointer; list-style: none; }
.du-faq summary::-webkit-details-marker { display: none; }
.du-faq summary span { display: grid; place-items: center; width: 28px; height: 28px; flex: 0 0 28px; border-radius: 50%; background: var(--du-blue-soft); color: var(--du-blue); font-size: 1.15rem; font-weight: 500; transition: transform .2s ease; }
.du-faq details[open] summary span { transform: rotate(45deg); }
.du-faq details p { max-width: 740px; padding: 0 44px 20px 0; color: var(--du-muted); font-size: .86rem; line-height: 1.7; }

.du-final-cta { padding: 0 0 82px; }
.du-final-card { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 34px; align-items: center; padding: 42px; border-radius: 28px; background: linear-gradient(135deg,#0a1c39 0%,#0d2d67 65%,#1463f3 140%); color: #fff; box-shadow: 0 28px 70px rgba(7,26,54,.22); }
.du-final-label { display: inline-flex; margin-bottom: 10px; color: #82afff; font-size: .76rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.du-final-card h2 { max-width: 780px; color: #fff; font-size: clamp(1.9rem,3.4vw,2.8rem); line-height: 1.08; letter-spacing: -.04em; }
.du-final-card p { max-width: 760px; margin-top: 12px !important; color: rgba(255,255,255,.72); line-height: 1.65; }
.du-final-card small { display: block; margin-top: 10px; color: rgba(255,255,255,.55); }
.du-final-actions { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.du-final-link { color: #dfeaff; font-size: .82rem; font-weight: 600; text-decoration: underline !important; text-underline-offset: 3px; }

.du-footer { border-top: 1px solid var(--du-line); background: #fff; }
.du-footer-main { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 60px; padding-top: 48px; padding-bottom: 38px; }
.du-footer-brand img { width: 124px; height: auto; }
.du-footer-brand p { max-width: 440px; margin-top: 15px !important; color: var(--du-muted); font-size: .82rem; line-height: 1.65; }
.du-footer-links { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.du-footer-links div { display: grid; align-content: start; gap: 8px; }
.du-footer-links b { margin-bottom: 3px; color: var(--du-navy); font-size: .82rem; }
.du-footer-links a { color: #66768c; font-size: .78rem; }
.du-footer-links a:hover { color: var(--du-blue); }
.du-footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 18px; padding-bottom: 25px; border-top: 1px solid #edf1f6; color: #8995a5; font-size: .7rem; }

/* Elementor / WordPress theme isolation */
.elementor .e-con:has(.dotsul-landing),
.elementor .e-con-inner:has(.dotsul-landing),
.elementor .elementor-widget-shortcode:has(.dotsul-landing),
.elementor .elementor-widget-shortcode:has(.dotsul-landing) > .elementor-widget-container { width: 100% !important; max-width: none !important; }
.elementor .e-con-inner:has(.dotsul-landing),
.elementor .elementor-widget-shortcode:has(.dotsul-landing) > .elementor-widget-container { padding-left: 0 !important; padding-right: 0 !important; }
.elementor .elementor-widget-shortcode:has(.dotsul-landing) { width: 100% !important; max-width: none !important; }
.elementor .elementor-widget-shortcode:has(.dotsul-landing) > .elementor-widget-container { width: 100% !important; max-width: none !important; padding: 0 !important; margin: 0 !important; }
.elementor .dotsul-landing h1,
.elementor .dotsul-landing h2,
.elementor .dotsul-landing h3 { font-family: inherit; }
body:has(.dotsul-landing) { overflow-x: clip; }

/* v13.2 visual refinement: lighter, wider, clearer */
.dotsul-landing h1,
.dotsul-landing h2,
.dotsul-landing h3,
.dotsul-landing strong,
.dotsul-landing b { text-wrap: balance; }
.dotsul-landing p { text-wrap: pretty; }
.du-trust-item,
.du-workflow,
.du-bento-card,
.du-price-card,
.du-faq summary,
.du-footer-links a,
.du-payment-info { overflow-wrap: anywhere; }
.du-btn { white-space: normal; }
.du-pillar p,
.du-bento-card p,
.du-security-grid p,
.du-price-card li,
.du-included-grid span { font-weight: 400; }
.du-pillar h3,
.du-bento-card h3,
.du-security-grid h3,
.du-workflow h3,
.du-plan,
.du-included h3 { font-weight: 600; }

/* Tablet */
@media (max-width: 1024px) {
  .du-wrap { width: min(100% - 32px, 1200px); }
  .du-header-inner { gap: 14px; }
  .du-nav { gap: 16px; }
  .du-hero { padding: 62px 0 74px; }
  .du-hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .du-hero-copy { max-width: 780px; margin: 0 auto; text-align: center; }
  .du-eyebrow { justify-content: center; }
  .du-hero-speed { justify-content: center; margin-left: auto !important; margin-right: auto !important; }
  .du-hero h1,
  .du-hero-lead { margin-left: auto !important; margin-right: auto !important; }
  .du-hero-actions { justify-content: center; }
  .du-hero-chips { margin-left: auto !important; margin-right: auto !important; }
  .du-product-shot { max-width: 840px; margin: 0 auto; transform: none; }
  .du-floating-proof-a { left: 18px; }
  .du-floating-proof-b { right: 18px; }
  .du-trust-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .du-proof-grid { grid-template-columns: 1fr; }
  .du-workflow-steps { justify-content: center; }
  .du-workflow { text-align: center; }
  .du-bento-1, .du-bento-2, .du-bento-3, .du-bento-4, .du-bento-5, .du-bento-6 { grid-column: span 6; }
  .du-split,
  .du-split-reverse,
  .du-vat-grid,
  .du-qr-grid { grid-template-columns: 1fr; gap: 34px; }
  .du-split-reverse .du-screen-card { order: 2; }
  .du-split-reverse .du-split-copy { order: 1; }
  .du-payment-card { max-width: 760px; }
  .du-security-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .du-included-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .du-pricing-grid { gap: 12px; }
  .du-price-card { padding: 23px; }
  .du-faq-grid { grid-template-columns: 1fr; gap: 28px; }
  .du-faq-intro { position: static; text-align: center; }
}

/* Mobile navigation + cards */
@media (max-width: 820px) {
  .du-header-inner { min-height: 64px; }
  .du-logo { width: 110px; }
  .du-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin: 0;
    padding: 8px;
    border: 1px solid var(--du-line);
    border-radius: 17px;
    background: #fff;
    box-shadow: var(--du-shadow);
  }
  .du-nav.open { display: flex; }
  .du-nav a { padding: 12px 13px; border-radius: 11px; }
  .du-nav a:hover { background: var(--du-soft); }
  .du-menu { display: block; order: 5; }
  .du-header-actions .du-btn { display: none; }
  .du-login { display: none; }
  .du-language { margin-left: auto; }
  .du-section { padding: 70px 0; }
  .du-pillar-grid { grid-template-columns: 1fr; }
  .du-bento { grid-template-columns: 1fr; }
  .du-bento-1, .du-bento-2, .du-bento-3, .du-bento-4, .du-bento-5, .du-bento-6 { grid-column: auto; }
  .du-pricing-grid { grid-template-columns: 1fr; max-width: 620px; margin: 0 auto; }
  .du-price-top p { min-height: 0; }
  .du-partner-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .du-final-card { grid-template-columns: 1fr; text-align: center; }
  .du-final-actions { align-items: stretch; }
}

/* Small mobile */
@media (max-width: 600px) {
  .du-wrap { width: min(100% - 24px, 560px); }
  .du-language { gap: 1px; padding: 3px; }
  .du-language a { min-width: 29px; padding: 5px 6px; font-size: .66rem; }
  .du-menu { width: 39px; height: 39px; }
  .du-hero { padding: 48px 0 58px; }
  .du-hero h1 { font-size: clamp(2rem,10vw,3rem); line-height: 1.04; }
  .du-hero-speed { justify-content: center; margin-bottom: 14px !important; font-size: .96rem; }
  .du-hero-lead { margin-top: 18px !important; font-size: .98rem; line-height: 1.62; }
  .du-hero-chips { grid-template-columns: 1fr; gap: 7px; }
  .du-hero-chips li { border-radius: 14px; white-space: normal; }
  .du-hero-actions { flex-direction: column; }
  .du-hero-actions .du-btn { width: 100%; }
  .du-product-shot { padding: 7px; border-radius: 20px; }
  .du-shot-top { padding: 5px 7px 8px; }
  .du-product-shot > img { border-radius: 14px; }
  .du-floating-proof { display: none; }
  .du-trust-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .du-trust-item { min-height: 64px; font-size: .74rem; }
  .du-section { padding: 62px 0; }
  .du-section-head { margin-bottom: 30px; }
  .du-section-head h2,
  .du-split-copy h2,
  .du-vat-copy h2,
  .du-qr-copy h2,
  .du-about-card h2,
  .du-faq-intro h2 { font-size: clamp(1.75rem,8.7vw,2.45rem); }
  .du-workflow { padding: 17px; }
  .du-workflow-steps { justify-content: flex-start; }
  .du-pillar,
  .du-bento-card { padding: 21px; }
  .du-step-grid { grid-template-columns: 1fr; }
  .du-vat-kpis { grid-template-columns: 1fr; }
  .du-vat-kpis div { display: grid; grid-template-columns: auto 1fr; grid-template-areas: "small strong" "span span"; column-gap: 8px; align-items: baseline; }
  .du-vat-kpis small { grid-area: small; }
  .du-vat-kpis strong { grid-area: strong; }
  .du-vat-kpis span { grid-area: span; }
  .du-qr-section { padding: 62px 0; }
  .du-payment-card { padding: 16px; }
  .du-payment-body { grid-template-columns: 1fr; }
  .du-qr-visual { max-width: 280px; margin: 0 auto; }
  .du-security { padding: 60px 0; }
  .du-security-grid { grid-template-columns: 1fr; }
  .du-about-card { padding: 25px 20px; }
  .du-partner-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .du-partner-grid div { min-height: 66px; font-size: .78rem; }
  .du-included { padding: 21px; }
  .du-included-grid { grid-template-columns: 1fr; }
  .du-billing-switch { width: 100%; }
  .du-billing-switch button { flex: 1; justify-content: center; min-width: 0; padding-left: 10px; padding-right: 10px; }
  .du-price-card { padding: 22px; }
  .du-faq summary { padding: 17px 0; font-size: .88rem; }
  .du-faq details p { padding-right: 0; }
  .du-final-cta { padding-bottom: 58px; }
  .du-final-card { width: 100%; margin: 0 auto; padding: 28px 20px; border-radius: 23px; }
  .du-footer-main { grid-template-columns: 1fr; gap: 34px; }
  .du-footer-links { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .du-footer-bottom { flex-direction: column; gap: 6px; }
}


@media (max-width: 479px) {
  .du-trust-grid { grid-template-columns: 1fr; }
  .du-trust-item { min-height: 52px; }
  .du-hero-chips li { padding: 11px 12px; }
  .du-payment-head { align-items: flex-start; flex-direction: column; }
  .du-final-card h2 { font-size: clamp(1.75rem, 8.5vw, 2.25rem); }
}

@media (max-width: 379px) {
  .du-wrap { width: min(100% - 20px, 360px); }
  .du-header-inner { gap: 7px; }
  .du-logo { width: 98px; }
  .du-language a { min-width: 27px; padding: 5px; }
  .du-hero h1 { font-size: 2rem; }
  .du-eyebrow { align-items: flex-start; font-size: .78rem; }
  .du-trust-grid { grid-template-columns: 1fr; }
  .du-trust-item { min-height: 52px; }
  .du-workflow-steps { gap: 5px; }
  .du-workflow-steps span { font-size: .69rem; }
  .du-footer-links { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .dotsul-landing *,
  .dotsul-landing *::before,
  .dotsul-landing *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
