@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

.fxdgo, .fxdgo * { box-sizing: border-box; }
.fxdgo {
  --bg:#040706;
  --panel:rgba(255,255,255,.055);
  --panel2:rgba(255,255,255,.09);
  --line:rgba(255,255,255,.14);
  --text:#fff;
  --muted:rgba(255,255,255,.72);
  --soft:rgba(255,255,255,.52);
  --green:#57ff9a;
  --lime:#d2ff48;
  --gold:#ffd76a;
  --red:#ff6b6b;
  position:relative;
  overflow:hidden;
  isolation:isolate;
  padding:18px 0 68px;
  background:var(--bg);
  color:#fff;
  font-family:Inter, Arial, sans-serif;
}
.fxdgo h1,.fxdgo h2,.fxdgo h3,.fxdgo p,.fxdgo b,.fxdgo span,.fxdgo small,.fxdgo li{color:#fff;margin:0}.fxdgo a{text-decoration:none}.fxdgo ul{list-style:none;margin:0;padding:0}
.fxdgo-bg{position:absolute;inset:0;background:radial-gradient(circle at 12% 8%,rgba(87,255,154,.22),transparent 30%),radial-gradient(circle at 85% 10%,rgba(210,255,72,.13),transparent 26%),radial-gradient(circle at 50% 70%,rgba(87,255,154,.09),transparent 42%),linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:auto,auto,auto,56px 56px,56px 56px;z-index:-4}.fxdgo-glow{position:absolute;border-radius:999px;filter:blur(58px);opacity:.55;z-index:-3;animation:fxdgoFloat 9s ease-in-out infinite}.fxdgo-glow-a{width:330px;height:330px;background:rgba(87,255,154,.25);left:-90px;top:210px}.fxdgo-glow-b{width:410px;height:410px;background:rgba(210,255,72,.14);right:-140px;top:650px;animation-delay:-4s}@keyframes fxdgoFloat{50%{transform:translate(24px,-28px) scale(1.05)}}
.fxdgo-shell{width:min(1140px,calc(100% - 30px));margin:0 auto}.fxdgo-nav{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:34px}.fxdgo-brand{display:flex;align-items:center;gap:12px;color:#fff!important}.fxdgo-brand img{width:74px;height:auto;display:block;filter:drop-shadow(0 0 22px rgba(87,255,154,.22))}.fxdgo-brand span{font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.7)}.fxdgo-nav-actions{display:flex;align-items:center;gap:10px}.fxdgo-small-btn,.fxdgo-whatsapp{height:38px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;font-size:12px;font-weight:900}.fxdgo-small-btn{padding:0 18px;color:#061008!important;background:linear-gradient(90deg,var(--green),var(--lime));box-shadow:0 0 28px rgba(87,255,154,.22)}.fxdgo-whatsapp{padding:0 14px;color:#fff!important;background:rgba(255,255,255,.06);border:1px solid var(--line);backdrop-filter:blur(14px)}
.fxdgo-hero{display:grid;grid-template-columns:1.02fr .98fr;gap:28px;align-items:center;min-height:610px}.fxdgo-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;border:1px solid rgba(87,255,154,.22);background:rgba(87,255,154,.08);font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:var(--green)!important}.fxdgo-pill span{width:7px;height:7px;border-radius:99px;background:var(--green);box-shadow:0 0 14px var(--green)}.fxdgo h1{margin-top:16px;max-width:650px;font-size:clamp(36px,4.8vw,66px);line-height:.94;letter-spacing:-.065em;font-weight:950;color:#fff!important}.fxdgo-hero h2{margin-top:10px;font-size:clamp(52px,7.2vw,104px);line-height:.88;letter-spacing:-.075em;font-weight:950;background:linear-gradient(90deg,var(--green),var(--lime),var(--gold));-webkit-background-clip:text;background-clip:text;color:transparent!important;text-shadow:0 0 32px rgba(87,255,154,.1)}.fxdgo-hero-sub{margin-top:18px;max-width:600px;font-size:16px;line-height:1.55;color:var(--muted)!important}.fxdgo-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.fxdgo-main-btn,.fxdgo-ghost-btn{height:48px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 18px;font-size:12px;font-weight:950;letter-spacing:.02em}.fxdgo-main-btn{color:#051008!important;background:linear-gradient(90deg,var(--green),var(--lime));box-shadow:0 0 38px rgba(87,255,154,.25)}.fxdgo-main-btn:hover,.fxdgo-small-btn:hover{filter:brightness(1.04);transform:translateY(-1px)}.fxdgo-ghost-btn{color:#fff!important;border:1px solid var(--line);background:rgba(255,255,255,.055)}
.fxdgo-hero-panel{position:relative;min-height:520px;padding:16px;overflow:hidden;border-radius:30px;border:1px solid rgba(255,255,255,.14);background:linear-gradient(145deg,rgba(255,255,255,.1),rgba(255,255,255,.035));box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 32px 90px rgba(0,0,0,.42);backdrop-filter:blur(20px)}.fxdgo-hero-panel:before{content:"";position:absolute;inset:-1px;background:radial-gradient(circle at 24% 18%,rgba(87,255,154,.18),transparent 34%),radial-gradient(circle at 72% 72%,rgba(210,255,72,.12),transparent 30%);pointer-events:none}.fxdgo-panel-head{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:14px}.fxdgo-panel-head b{display:block;font-size:13px;font-weight:950}.fxdgo-panel-head span{display:block;margin-top:2px;font-size:11px;color:var(--soft)}.fxdgo-panel-head>i{width:38px;height:38px;border-radius:14px;background:rgba(87,255,154,.11);border:1px solid rgba(87,255,154,.2);display:grid;place-items:center;color:var(--green)}
.fxdgo-production-card{position:relative;z-index:2;margin-top:16px;border-radius:24px;padding:18px;background:linear-gradient(135deg,rgba(87,255,154,.14),rgba(255,255,255,.04));border:1px solid rgba(87,255,154,.22);box-shadow:0 18px 60px rgba(0,0,0,.22)}.fxdgo-production-card span{display:block;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.25em;color:var(--green)}.fxdgo-production-card strong{display:block;margin-top:6px;font-size:40px;line-height:.95;letter-spacing:-.055em;font-weight:950;color:#fff!important}.fxdgo-production-card small{display:block;margin-top:8px;font-size:12px;color:var(--muted)}
.fxdgo-tree{position:relative;z-index:2;height:310px;margin-top:16px}.fxdgo-tree-node{position:absolute;z-index:3;width:132px;min-height:74px;padding:12px;border-radius:18px;border:1px solid rgba(255,255,255,.13);background:rgba(5,10,9,.72);box-shadow:0 14px 40px rgba(0,0,0,.30),0 0 26px rgba(87,255,154,.08);backdrop-filter:blur(18px);text-align:center;animation:fxdgoNodeFloat 4.5s ease-in-out infinite}.fxdgo-tree-node i{width:28px;height:28px;margin:0 auto 7px;border-radius:10px;display:grid;place-items:center;color:var(--green);background:rgba(87,255,154,.1);border:1px solid rgba(87,255,154,.15)}.fxdgo-tree-node b{display:block;font-size:12px;font-weight:950}.fxdgo-tree-node span,.fxdgo-tree-node small{font-size:10px;color:var(--soft)}.fxdgo-tree-main{left:50%;top:105px;width:160px;min-height:92px;transform:translateX(-50%);border-color:rgba(87,255,154,.32);background:linear-gradient(180deg,rgba(87,255,154,.18),rgba(255,255,255,.055))}.fxdgo-n1{left:4%;top:28px}.fxdgo-n2{right:4%;top:28px;animation-delay:-.7s}.fxdgo-n3{left:9%;bottom:10px;animation-delay:-1.2s}.fxdgo-n4{right:9%;bottom:10px;animation-delay:-1.8s}@keyframes fxdgoNodeFloat{50%{translate:0 -6px}}
.fxdgo-line{position:absolute;z-index:1;height:2px;background:linear-gradient(90deg,transparent,var(--green),transparent);opacity:.72;filter:drop-shadow(0 0 7px rgba(87,255,154,.75));transform-origin:center}.fxdgo-line:after{content:"";position:absolute;left:0;top:-3px;width:8px;height:8px;border-radius:999px;background:var(--lime);box-shadow:0 0 14px var(--lime);animation:fxdgoDot 2.7s linear infinite}.fxdgo-l1{width:190px;left:108px;top:102px;transform:rotate(18deg)}.fxdgo-l2{width:190px;right:108px;top:102px;transform:rotate(-18deg)}.fxdgo-l3{width:194px;left:124px;top:238px;transform:rotate(-18deg)}.fxdgo-l4{width:194px;right:124px;top:238px;transform:rotate(18deg)}@keyframes fxdgoDot{0%{left:0;opacity:0}14%{opacity:1}86%{opacity:1}100%{left:calc(100% - 8px);opacity:0}}
.fxdgo-section{margin-top:58px}.fxdgo-section-title{text-align:center;max-width:760px;margin:0 auto 24px}.fxdgo-section-title.compact{max-width:650px}.fxdgo-section-title span,.fxdgo-compare-copy span,.fxdgo-offer-copy span{display:inline-flex;align-items:center;justify-content:center;padding:7px 11px;border:1px solid rgba(87,255,154,.22);background:rgba(87,255,154,.08);border-radius:999px;font-size:10px;font-weight:950;letter-spacing:.23em;text-transform:uppercase;color:var(--green)!important}.fxdgo-section-title h2,.fxdgo-compare-copy h2,.fxdgo-offer-copy h2{margin-top:12px;font-size:clamp(27px,3.8vw,46px);line-height:1.02;letter-spacing:-.045em;font-weight:950;color:#fff!important}.fxdgo-section-title p,.fxdgo-compare-copy p,.fxdgo-offer-copy p{margin:12px auto 0;max-width:660px;font-size:14px;line-height:1.55;color:var(--muted)!important}.fxdgo-problem-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.fxdgo-problem-grid article{position:relative;overflow:hidden;min-height:230px;padding:17px;border-radius:22px;border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));backdrop-filter:blur(18px);transition:.25s}.fxdgo-problem-grid article:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 22% 0%,rgba(87,255,154,.13),transparent 34%);opacity:0;transition:.25s}.fxdgo-problem-grid article:hover{transform:translateY(-4px);border-color:rgba(87,255,154,.3);box-shadow:0 22px 60px rgba(0,0,0,.32)}.fxdgo-problem-grid article:hover:before{opacity:1}.fxdgo-problem-grid i,.fxdgo-offer-list i,.fxdgo-flow-node i{position:relative;z-index:2;width:38px;height:38px;border-radius:14px;display:grid;place-items:center;color:var(--green);background:rgba(87,255,154,.1);border:1px solid rgba(87,255,154,.18)}.fxdgo-problem-grid h3{position:relative;z-index:2;margin-top:14px;font-size:16px;line-height:1.12;font-weight:950}.fxdgo-problem-grid p{position:relative;z-index:2;margin-top:9px;font-size:12.5px;line-height:1.45;color:rgba(255,255,255,.68)!important}.fxdgo-problem-grid b{position:relative;z-index:2;display:block;margin-top:12px;font-size:12px;color:var(--lime)!important}
.fxdgo-compare-wrap{display:grid;grid-template-columns:.62fr 1.38fr;gap:22px;align-items:center}.fxdgo-compare-copy{text-align:left}.fxdgo-compare-copy p{margin-left:0}.fxdgo-compare{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:10px;border-radius:28px;border:1px solid var(--line);background:rgba(255,255,255,.05);backdrop-filter:blur(18px);overflow:hidden}.fxdgo-before,.fxdgo-after{position:relative;min-height:288px;border-radius:22px;padding:18px;border:1px solid rgba(255,255,255,.11)}.fxdgo-before{background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025))}.fxdgo-after{background:linear-gradient(180deg,rgba(87,255,154,.14),rgba(255,255,255,.04));border-color:rgba(87,255,154,.24)}.fxdgo-before small,.fxdgo-after small{font-size:10px;text-transform:uppercase;letter-spacing:.25em;font-weight:950;color:var(--soft)}.fxdgo-after small{color:var(--green)}.fxdgo-before h3,.fxdgo-after h3{margin-top:8px;font-size:27px;font-weight:950;letter-spacing:-.04em}.fxdgo-before ul,.fxdgo-after ul{margin-top:15px;display:grid;gap:10px}.fxdgo-before li,.fxdgo-after li{position:relative;padding-left:18px;font-size:12.5px;line-height:1.38;color:rgba(255,255,255,.72)}.fxdgo-before li:before,.fxdgo-after li:before{content:"";position:absolute;left:0;top:6px;width:8px;height:8px;border-radius:999px;background:rgba(255,255,255,.28)}.fxdgo-after li:before{background:var(--green);box-shadow:0 0 12px rgba(87,255,154,.75)}.fxdgo-vs{position:absolute;left:50%;top:10px;bottom:10px;width:2px;background:linear-gradient(transparent,var(--green),transparent);z-index:5;filter:drop-shadow(0 0 14px rgba(87,255,154,.75));animation:fxdgoVs 4s ease-in-out infinite}.fxdgo-vs span{position:absolute;left:50%;top:50%;width:36px;height:36px;transform:translate(-50%,-50%);border-radius:999px;background:linear-gradient(135deg,var(--green),var(--lime));box-shadow:0 0 26px rgba(87,255,154,.45)}@keyframes fxdgoVs{50%{left:53%}}
.fxdgo-automation{padding:26px;border-radius:32px;border:1px solid var(--line);background:linear-gradient(135deg,rgba(255,255,255,.07),rgba(255,255,255,.025));backdrop-filter:blur(18px)}.fxdgo-flowchart{position:relative;max-width:920px;margin:24px auto 0}.fxdgo-flow-node{position:relative;z-index:2;border:1px solid rgba(255,255,255,.13);background:rgba(3,7,6,.68);backdrop-filter:blur(18px);border-radius:20px;padding:13px;min-height:96px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 14px 38px rgba(0,0,0,.25)}.fxdgo-flow-node.start{width:210px;margin:0 auto;border-color:rgba(87,255,154,.28);background:linear-gradient(180deg,rgba(87,255,154,.14),rgba(255,255,255,.045))}.fxdgo-flow-node b{margin-top:8px;font-size:13px;font-weight:950}.fxdgo-flow-node small{margin-top:4px;font-size:10.5px;color:var(--soft)}.fxdgo-flow-row{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:36px}.fxdgo-flow-row.bottom{margin-top:34px}.fxdgo-flow-branch{position:absolute;left:50%;top:96px;width:2px;height:32px;background:linear-gradient(var(--green),transparent);filter:drop-shadow(0 0 8px rgba(87,255,154,.8))}.fxdgo-flow-branch:before{content:"";position:absolute;left:-280px;right:-280px;top:31px;height:2px;background:linear-gradient(90deg,transparent,rgba(87,255,154,.65),transparent)}.fxdgo-flow-branch.lower{top:268px}.fxdgo-flow-branch.lower:before{left:-280px;right:-280px}.fxdgo-flow-node.win{border-color:rgba(210,255,72,.3);background:linear-gradient(180deg,rgba(210,255,72,.13),rgba(87,255,154,.055))}.fxdgo-flow-node:after{content:"";position:absolute;left:50%;top:-10px;width:8px;height:8px;border-radius:999px;background:var(--lime);box-shadow:0 0 14px var(--lime);opacity:.85;animation:fxdgoBlink 1.7s ease-in-out infinite}@keyframes fxdgoBlink{50%{opacity:.25;transform:scale(.75)}}
.fxdgo-offer-card{position:relative;overflow:hidden;border:1px solid rgba(87,255,154,.24);background:linear-gradient(135deg,rgba(87,255,154,.105),rgba(255,255,255,.045));border-radius:34px;padding:30px;text-align:center;box-shadow:0 32px 100px rgba(0,0,0,.38);backdrop-filter:blur(20px)}.fxdgo-offer-card:before{content:"";position:absolute;inset:auto -18% -38% -18%;height:78%;background:radial-gradient(ellipse at center,rgba(87,255,154,.16),rgba(87,255,154,.055) 38%,transparent 72%);filter:blur(26px);opacity:.85;z-index:-1}.fxdgo-offer-card:after{content:"";position:absolute;inset:1px;border-radius:33px;background:linear-gradient(135deg,rgba(255,255,255,.06),transparent 36%,rgba(87,255,154,.05));pointer-events:none}.fxdgo-offer-list{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;max-width:730px;margin:24px auto}.fxdgo-offer-list div{display:flex;align-items:center;gap:12px;text-align:left;border:1px solid var(--line);background:rgba(0,0,0,.22);border-radius:20px;padding:14px}.fxdgo-offer-list b{display:block;font-size:13px;font-weight:950}.fxdgo-offer-list small{display:block;margin-top:3px;font-size:11px;color:var(--soft)}.fxdgo-offer-actions{display:flex;justify-content:center;align-items:center;gap:12px;flex-wrap:wrap}.fxdgo-whatsapp.big{height:48px;padding:0 18px;font-size:12px}.fxdgo-svg-icon{width:18px;height:18px;display:block;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.fxdgo-reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease, transform .65s ease}.fxdgo-reveal.is-visible{opacity:1;transform:none}
@media (max-width: 980px){.fxdgo-hero,.fxdgo-compare-wrap{grid-template-columns:1fr;min-height:0}.fxdgo-problem-grid{grid-template-columns:repeat(2,1fr)}.fxdgo-compare-copy{text-align:center}.fxdgo-compare-copy p{margin-left:auto}.fxdgo-flow-row,.fxdgo-offer-list{grid-template-columns:1fr}.fxdgo-flow-branch,.fxdgo-flow-branch:before{display:none}.fxdgo-flow-row{margin-top:14px}.fxdgo-flow-node.start{width:100%}.fxdgo-hero-panel{min-height:500px}}
@media (max-width: 640px){.fxdgo{padding-top:12px}.fxdgo-shell{width:min(100% - 22px,1140px)}.fxdgo-nav-actions{display:none}.fxdgo-brand img{width:64px}.fxdgo-brand span{font-size:10px}.fxdgo h1{font-size:38px}.fxdgo-hero h2{font-size:66px;letter-spacing:-.08em}.fxdgo-hero-sub{font-size:14px}.fxdgo-hero-actions,.fxdgo-offer-actions{display:grid}.fxdgo-main-btn,.fxdgo-ghost-btn,.fxdgo-whatsapp.big{width:100%}.fxdgo-problem-grid,.fxdgo-compare{grid-template-columns:1fr}.fxdgo-vs{display:none}.fxdgo-hero-panel{min-height:470px;padding:12px}.fxdgo-tree-node{width:116px}.fxdgo-tree-main{width:142px}.fxdgo-l1,.fxdgo-l3{left:78px;width:154px}.fxdgo-l2,.fxdgo-l4{right:78px;width:154px}.fxdgo-section{margin-top:44px}.fxdgo-automation,.fxdgo-offer-card{padding:18px}.fxdgo-production-card strong{font-size:34px}}

/* v4.3 automation workflow redesign: simple connected boxes, like real workflow software, but 5X dark */
.fxdgo-workflow-map{position:relative;max-width:980px;height:820px;margin:26px auto 0;border-radius:30px;border:1px solid rgba(255,255,255,.14);background:radial-gradient(circle at 50% 4%,rgba(87,255,154,.11),transparent 28%),linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.028));box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 30px 90px rgba(0,0,0,.38);backdrop-filter:blur(18px);overflow:hidden}.fxdgo-workflow-map:before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:34px 34px;opacity:.55;mask-image:radial-gradient(circle at center,#000 0%,transparent 82%)}
.fxdgo-flow-lines{position:absolute;inset:0;z-index:1;pointer-events:none}.fxdgo-flow-lines .line{position:absolute;display:block;background:rgba(87,255,154,.62);box-shadow:0 0 13px rgba(87,255,154,.35)}.fxdgo-flow-lines .line-v{width:2px}.fxdgo-flow-lines .line-h{height:2px}.fxdgo-flow-lines .top-a{left:50%;top:84px;height:40px}.fxdgo-flow-lines .top-b{left:50%;top:196px;height:36px}.fxdgo-flow-lines .branch-main{left:25%;right:25%;top:232px;background:linear-gradient(90deg,rgba(87,255,154,.7),rgba(87,255,154,.5),rgba(255,107,107,.58))}.fxdgo-flow-lines .left-drop{left:25%;top:232px;height:54px}.fxdgo-flow-lines .right-drop{left:75%;top:232px;height:54px;background:rgba(255,107,107,.62);box-shadow:0 0 13px rgba(255,107,107,.28)}.fxdgo-flow-lines .left-a{left:25%;top:350px;height:42px}.fxdgo-flow-lines .left-b{left:25%;top:456px;height:48px}.fxdgo-flow-lines .left-split{left:13.5%;right:50%;top:504px}.fxdgo-flow-lines .left-split-a{left:13.5%;top:504px;height:48px}.fxdgo-flow-lines .left-split-b{left:36.5%;top:504px;height:48px}.fxdgo-flow-lines .left-merge{left:13.5%;right:63.5%;top:634px}.fxdgo-flow-lines .left-final{left:25%;top:634px;height:44px}.fxdgo-flow-lines .right-a{left:75%;top:350px;height:42px;background:rgba(255,107,107,.58);box-shadow:0 0 13px rgba(255,107,107,.25)}.fxdgo-flow-lines .right-b{left:75%;top:456px;height:42px;background:rgba(255,107,107,.58);box-shadow:0 0 13px rgba(255,107,107,.25)}.fxdgo-flow-lines .right-c{left:75%;top:562px;height:46px}.fxdgo-flow-lines .right-split{left:64%;right:14%;top:608px;background:linear-gradient(90deg,rgba(87,255,154,.7),rgba(255,107,107,.58))}.fxdgo-flow-lines .right-split-a{left:64%;top:608px;height:48px}.fxdgo-flow-lines .right-split-b{left:86%;top:608px;height:48px;background:rgba(255,107,107,.58);box-shadow:0 0 13px rgba(255,107,107,.25)}
.wf-card{position:absolute;z-index:3;display:flex;align-items:center;gap:12px;min-height:76px;padding:13px 15px;border-radius:13px;border:1px solid rgba(255,255,255,.16);background:rgba(5,10,9,.82);box-shadow:0 13px 34px rgba(0,0,0,.28);backdrop-filter:blur(18px);text-align:left}.wf-card i{width:40px;height:40px;border-radius:11px;display:grid;place-items:center;flex:0 0 40px;color:var(--green);background:rgba(87,255,154,.12);border:1px solid rgba(87,255,154,.22)}.wf-card small{display:block;margin-bottom:3px;font-size:8px;font-weight:950;letter-spacing:.14em;text-transform:uppercase;color:var(--green)!important}.wf-card b{display:block;font-size:13px;line-height:1.08;font-weight:950;color:#fff!important}.wf-card span{display:block;margin-top:3px;font-size:10.5px;line-height:1.25;color:rgba(255,255,255,.62)!important}.wf-trigger{border-color:rgba(87,255,154,.28);background:linear-gradient(135deg,rgba(87,255,154,.16),rgba(5,10,9,.86))}.wf-condition{border-color:rgba(255,215,106,.24);background:linear-gradient(135deg,rgba(255,215,106,.10),rgba(5,10,9,.84))}.wf-delay i{color:#b998ff;background:rgba(185,152,255,.13);border-color:rgba(185,152,255,.25)}.wf-delay small{color:#b998ff!important}.wf-outcome{justify-content:center;text-align:center;min-height:62px}.wf-outcome b{font-size:12px;line-height:1.2}.wf-top-trigger{left:50%;top:28px;width:300px;transform:translateX(-50%)}.wf-main-condition{left:50%;top:124px;width:300px;transform:translateX(-50%)}.wf-left-1{left:8%;top:286px;width:330px}.wf-left-2{left:8%;top:392px;width:330px}.wf-left-3a{left:4%;top:552px;width:230px}.wf-left-3b{left:27%;top:552px;width:230px}.wf-left-4{left:50px;top:678px;width:330px}.wf-right-1{right:8%;top:286px;width:330px}.wf-right-2{right:8%;top:392px;width:330px}.wf-right-3{right:8%;top:498px;width:330px}.wf-right-4a{right:260px;top:656px;width:185px}.wf-right-4b{right:36px;top:656px;width:185px}.wf-pill{position:absolute;z-index:4;height:25px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-size:10px;font-weight:950;text-transform:uppercase}.wf-yes{left:calc(25% - 22px);top:219px;color:#eafff2!important;background:rgba(87,255,154,.16);border:1px solid rgba(87,255,154,.35);box-shadow:0 0 16px rgba(87,255,154,.22)}.wf-no{left:calc(75% - 18px);top:219px;color:#ffe5e7!important;background:rgba(255,107,107,.14);border:1px solid rgba(255,107,107,.35);box-shadow:0 0 16px rgba(255,107,107,.18)}.wf-yes-low{left:calc(64% - 20px);top:594px}.wf-no-low{left:calc(86% - 18px);top:594px}.wf-card:after{content:"";position:absolute;right:11px;top:11px;width:4px;height:4px;border-radius:99px;background:rgba(255,255,255,.22);box-shadow:7px 0 0 rgba(255,255,255,.16)}
@media (max-width:980px){.fxdgo-workflow-map{height:auto;padding:18px;display:grid;gap:12px}.fxdgo-flow-lines,.wf-pill{display:none}.wf-card{position:relative!important;left:auto!important;right:auto!important;top:auto!important;transform:none!important;width:100%!important}.wf-top-trigger,.wf-main-condition{margin:0}.wf-left-3a,.wf-left-3b,.wf-right-4a,.wf-right-4b{width:100%}.wf-card + .wf-card:before{content:"";position:absolute;left:30px;top:-13px;width:2px;height:13px;background:rgba(87,255,154,.5);box-shadow:0 0 9px rgba(87,255,154,.25)}}


/* v4.5 surgical polish: preserve the v4.3 vibe, refine typography, connection lines, and executive cards */
.fxdgo h1{
  font-size:clamp(46px,6.05vw,86px);
  line-height:.94;
  letter-spacing:-.044em;
  max-width:760px;
}
.fxdgo-hero h2{
  font-size:clamp(72px,8.6vw,122px);
  line-height:.87;
  letter-spacing:-.064em;
}
.fxdgo-hero-sub{
  max-width:700px;
}
.fxdgo-line{
  height:5px;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(87,255,154,.05),rgba(87,255,154,.78),rgba(210,255,72,.72),rgba(87,255,154,.08));
  opacity:.92;
  filter:drop-shadow(0 0 11px rgba(87,255,154,.62));
}
.fxdgo-line:before{
  content:"";
  position:absolute;
  inset:-8px -4px;
  border-radius:999px;
  background:inherit;
  opacity:.22;
  filter:blur(8px);
}
.fxdgo-line:after{
  top:-4px;
  width:12px;
  height:12px;
  background:var(--lime);
  box-shadow:0 0 18px var(--lime),0 0 34px rgba(87,255,154,.72);
}
.fxdgo-tree-main{
  width:174px;
  min-height:100px;
  border-color:rgba(87,255,154,.42);
  box-shadow:0 20px 52px rgba(0,0,0,.34),0 0 38px rgba(87,255,154,.18),inset 0 1px 0 rgba(255,255,255,.08);
}
.fxdgo-tree-node{
  box-shadow:0 16px 38px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.055);
}
.fxdgo-tree-node i{
  width:36px;
  height:36px;
}
.fxdgo-production-card{
  box-shadow:0 18px 46px rgba(0,0,0,.22),0 0 42px rgba(87,255,154,.08);
}
.fxdgo-problem-grid article{
  min-height:272px;
  padding:19px;
}
.fxdgo-problem-grid h3{
  font-size:17px;
  line-height:1.15;
}
.fxdgo-problem-grid p{
  font-size:12.35px;
  line-height:1.5;
}
.fxdgo-problem-grid b{
  line-height:1.35;
}
@media (max-width:980px){
  .fxdgo-problem-grid article{min-height:230px;}
}
@media (max-width:640px){
  .fxdgo h1{font-size:36px;line-height:.98;letter-spacing:-.033em;}
  .fxdgo-hero h2{font-size:58px;line-height:.88;letter-spacing:-.052em;}
  .fxdgo-problem-grid article{min-height:auto;}
}


/* v4.6 final tweaks: smaller hero type, stronger Growth OS node, and AI search visibility mini-section */
.fxdgo h1{
  font-size:clamp(38px,4.72vw,68px);
  line-height:.98;
  letter-spacing:-.026em;
  max-width:690px;
}
.fxdgo-hero h2{
  font-size:clamp(62px,7.4vw,104px);
  line-height:.9;
  letter-spacing:-.052em;
}
.fxdgo-tree-node i{
  width:30px;
  height:30px;
  border-radius:10px;
}
.fxdgo-tree-main{
  width:188px;
  min-height:112px;
  padding:15px 14px;
  border-color:rgba(87,255,154,.52);
  background:linear-gradient(180deg,rgba(87,255,154,.22),rgba(255,255,255,.06));
  box-shadow:0 24px 62px rgba(0,0,0,.38),0 0 52px rgba(87,255,154,.22),inset 0 1px 0 rgba(255,255,255,.1);
}
.fxdgo-tree-main i{
  width:54px;
  height:54px;
  border-radius:17px;
  margin-bottom:9px;
  color:var(--lime);
  background:rgba(87,255,154,.16);
  border-color:rgba(87,255,154,.38);
  box-shadow:0 0 25px rgba(87,255,154,.24);
}
.fxdgo-tree-main .fxdgo-svg-icon{
  width:28px;
  height:28px;
  stroke-width:2.3;
}
.fxdgo-tree-main b{
  font-size:13px;
  letter-spacing:.01em;
}
.fxdgo-tree-main span{
  font-size:10.5px;
}
.fxdgo-ai-mini{
  position:relative;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:18px;
  margin-top:16px;
  padding:18px;
  border-radius:28px;
  border:1px solid rgba(87,255,154,.22);
  background:radial-gradient(circle at 8% 15%,rgba(87,255,154,.16),transparent 34%),linear-gradient(135deg,rgba(255,255,255,.078),rgba(255,255,255,.034));
  box-shadow:0 24px 70px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.08);
  overflow:hidden;
}
.fxdgo-ai-mini:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,transparent,rgba(210,255,72,.08),transparent);
  transform:translateX(-70%);
  animation:fxdgoAiSweep 6s ease-in-out infinite;
  pointer-events:none;
}
@keyframes fxdgoAiSweep{50%{transform:translateX(70%)}}
.fxdgo-ai-orb{
  position:relative;
  z-index:1;
  width:70px;
  height:70px;
  border-radius:23px;
  display:grid;
  place-items:center;
  color:var(--lime);
  background:rgba(87,255,154,.12);
  border:1px solid rgba(87,255,154,.28);
  box-shadow:0 0 34px rgba(87,255,154,.18);
}
.fxdgo-ai-orb .fxdgo-svg-icon{width:32px;height:32px;stroke-width:2.1}
.fxdgo-ai-copy{position:relative;z-index:1;min-width:0}.fxdgo-ai-copy span{display:inline-flex;margin-bottom:7px;font-size:9.5px;font-weight:950;letter-spacing:.2em;text-transform:uppercase;color:var(--green)!important}.fxdgo-ai-copy h3{font-size:22px;line-height:1.06;letter-spacing:-.035em;font-weight:950}.fxdgo-ai-copy p{margin-top:8px;max-width:720px;font-size:13px;line-height:1.55;color:rgba(255,255,255,.70)!important}.fxdgo-ai-points{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,auto);gap:8px}.fxdgo-ai-points b{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;min-height:32px;padding:0 11px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(0,0,0,.22);font-size:10px;font-weight:950;color:rgba(255,255,255,.82)!important}.fxdgo-ai-points b:before{content:"";width:6px;height:6px;border-radius:99px;margin-right:7px;background:var(--green);box-shadow:0 0 10px var(--green)}
@media (max-width:980px){
  .fxdgo h1{font-size:clamp(38px,7.4vw,64px);max-width:720px;}
  .fxdgo-ai-mini{grid-template-columns:1fr;text-align:left;}
  .fxdgo-ai-points{grid-template-columns:repeat(2,minmax(0,1fr));}
  .fxdgo-ai-points b{white-space:normal;}
}
@media (max-width:640px){
  .fxdgo h1{font-size:32px;line-height:1.02;letter-spacing:-.018em;}
  .fxdgo-hero h2{font-size:52px;line-height:.92;letter-spacing:-.04em;}
  .fxdgo-tree-main{width:158px;min-height:104px;}
  .fxdgo-tree-main i{width:48px;height:48px;}
  .fxdgo-tree-main .fxdgo-svg-icon{width:25px;height:25px;}
  .fxdgo-ai-mini{padding:16px;border-radius:24px;}
  .fxdgo-ai-orb{width:58px;height:58px;border-radius:19px;}
  .fxdgo-ai-points{grid-template-columns:1fr;}
}


/* v4.7 speed-to-patient language and compact final type polish */
.fxdgo h1{
  font-size:clamp(36px,4.25vw,60px);
  line-height:1.01;
  letter-spacing:-.018em;
  max-width:680px;
}
.fxdgo-hero h2{
  font-size:clamp(56px,6.8vw,96px);
  line-height:.92;
  letter-spacing:-.043em;
}
.fxdgo-tree-main i{
  width:60px;
  height:60px;
  border-radius:19px;
}
.fxdgo-tree-main .fxdgo-svg-icon{
  width:31px;
  height:31px;
}
.wf-main-condition{
  border-color:rgba(87,255,154,.30);
  background:linear-gradient(135deg,rgba(87,255,154,.13),rgba(5,10,9,.86));
}
.wf-main-condition small{color:var(--green)!important}
.fxdgo-automation .fxdgo-section-title p{
  max-width:720px;
}
@media (max-width:980px){
  .fxdgo h1{font-size:clamp(36px,7vw,58px);}
}
@media (max-width:640px){
  .fxdgo h1{font-size:31px;line-height:1.03;letter-spacing:-.014em;}
  .fxdgo-hero h2{font-size:50px;line-height:.93;letter-spacing:-.035em;}
  .fxdgo-tree-main i{width:52px;height:52px;}
}

/* v4.8 final surgical pass: dental identity, cleaner compare bridge, smoother left workflow branch */
.fxdgo-pill i{
  width:18px;
  height:18px;
  display:grid;
  place-items:center;
  color:var(--green);
}
.fxdgo-pill i .fxdgo-svg-icon{width:15px;height:15px;stroke-width:2.15;}
.fxdgo-dental-proof{
  display:flex;
  align-items:center;
  gap:12px;
  width:min(100%,640px);
  margin-top:18px;
  padding:12px 14px;
  border-radius:18px;
  border:1px solid rgba(87,255,154,.18);
  background:linear-gradient(135deg,rgba(87,255,154,.09),rgba(255,255,255,.035));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 18px 48px rgba(0,0,0,.18);
}
.fxdgo-dental-proof>i{
  width:44px;
  height:44px;
  flex:0 0 44px;
  display:grid;
  place-items:center;
  border-radius:15px;
  color:var(--lime);
  background:rgba(87,255,154,.12);
  border:1px solid rgba(87,255,154,.25);
  box-shadow:0 0 26px rgba(87,255,154,.18);
}
.fxdgo-dental-proof>i .fxdgo-svg-icon{width:25px;height:25px;stroke-width:2.1;}
.fxdgo-dental-proof b{
  display:block;
  font-size:13px;
  line-height:1.1;
  font-weight:950;
  color:#fff!important;
  letter-spacing:-.02em;
}
.fxdgo-dental-proof span{
  display:block;
  margin-top:4px;
  font-size:12px;
  line-height:1.35;
  color:rgba(255,255,255,.65)!important;
}

.fxdgo-compare-clean{
  grid-template-columns:minmax(0,1fr) 82px minmax(0,1fr);
  gap:14px;
  padding:12px;
  overflow:visible;
  background:linear-gradient(135deg,rgba(255,255,255,.055),rgba(255,255,255,.028));
}
.fxdgo-compare-clean .fxdgo-before,
.fxdgo-compare-clean .fxdgo-after{
  min-height:264px;
  overflow:hidden;
  padding:20px;
}
.fxdgo-compare-clean .fxdgo-before h3,
.fxdgo-compare-clean .fxdgo-after h3{
  font-size:24px;
  line-height:1.04;
  letter-spacing:-.035em;
}
.fxdgo-compare-clean .fxdgo-before li,
.fxdgo-compare-clean .fxdgo-after li{
  font-size:12.2px;
  line-height:1.42;
}
.fxdgo-vs-clean{
  position:relative;
  inset:auto;
  width:auto;
  min-height:264px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  background:none;
  filter:none;
  animation:none;
  z-index:5;
}
.fxdgo-vs-clean:before,
.fxdgo-vs-clean:after{
  content:"";
  position:absolute;
  left:50%;
  width:2px;
  height:calc(50% - 48px);
  transform:translateX(-50%);
  border-radius:99px;
  background:linear-gradient(transparent,rgba(87,255,154,.65));
  box-shadow:0 0 14px rgba(87,255,154,.5);
}
.fxdgo-vs-clean:before{top:10px;}
.fxdgo-vs-clean:after{bottom:10px;transform:translateX(-50%) rotate(180deg);}
.fxdgo-vs-clean i{
  position:relative;
  z-index:2;
  width:56px;
  height:56px;
  display:grid;
  place-items:center;
  border-radius:19px;
  color:#061008;
  background:linear-gradient(135deg,var(--green),var(--lime));
  box-shadow:0 0 36px rgba(87,255,154,.44),0 20px 50px rgba(0,0,0,.22);
}
.fxdgo-vs-clean i .fxdgo-svg-icon{width:29px;height:29px;stroke-width:2.25;}
.fxdgo-vs-clean span{display:none;}
.fxdgo-vs-clean b{
  margin-top:10px;
  font-size:10px;
  line-height:1;
  font-weight:950;
  letter-spacing:.18em;
  color:var(--green)!important;
}

/* Make the left workflow side as clean as the right side: no awkward half-lines, no choppy merge */
.fxdgo-flow-lines .line{
  border-radius:999px;
}
.fxdgo-flow-lines .left-split{
  left:15.7%;
  right:61.2%;
  top:514px;
  background:linear-gradient(90deg,rgba(87,255,154,.70),rgba(87,255,154,.48));
}
.fxdgo-flow-lines .left-split-a{
  left:15.7%;
  top:514px;
  height:38px;
}
.fxdgo-flow-lines .left-split-b{
  left:38.8%;
  top:514px;
  height:38px;
}
.fxdgo-flow-lines .left-merge-a{
  left:15.7%;
  top:628px;
  height:18px;
}
.fxdgo-flow-lines .left-merge-b{
  left:38.8%;
  top:628px;
  height:18px;
}
.fxdgo-flow-lines .left-merge{
  left:15.7%;
  right:61.2%;
  top:646px;
  background:linear-gradient(90deg,rgba(87,255,154,.50),rgba(87,255,154,.70),rgba(87,255,154,.50));
}
.fxdgo-flow-lines .left-final{
  left:25%;
  top:646px;
  height:32px;
}
.fxdgo-flow-lines .left-a{
  left:25%;
  top:362px;
  height:30px;
}
.fxdgo-flow-lines .left-b{
  left:25%;
  top:468px;
  height:46px;
}
.wf-left-3a,
.wf-left-3b{
  top:552px;
}
.wf-left-4{
  top:690px;
}
.fxdgo-workflow-map{
  height:835px;
}

.fxdgo-hero-copy{
  position:relative;
}
.fxdgo-hero-copy:after{
  content:"";
  position:absolute;
  right:18px;
  top:18px;
  width:86px;
  height:86px;
  border-radius:28px;
  background:
    radial-gradient(circle at 50% 48%,rgba(87,255,154,.24),transparent 45%),
    linear-gradient(135deg,rgba(87,255,154,.08),rgba(255,255,255,.025));
  border:1px solid rgba(87,255,154,.10);
  opacity:.55;
  pointer-events:none;
  mask-image:radial-gradient(circle,#000 62%,transparent 70%);
}

@media (max-width:980px){
  .fxdgo-compare-clean{
    grid-template-columns:1fr;
  }
  .fxdgo-vs-clean{
    min-height:74px;
    flex-direction:row;
  }
  .fxdgo-vs-clean:before,
  .fxdgo-vs-clean:after{
    top:50%;
    bottom:auto;
    height:2px;
    width:calc(50% - 48px);
    transform:translateY(-50%);
  }
  .fxdgo-vs-clean:before{left:10px;background:linear-gradient(90deg,transparent,rgba(87,255,154,.65));}
  .fxdgo-vs-clean:after{left:auto;right:10px;transform:translateY(-50%);background:linear-gradient(90deg,rgba(87,255,154,.65),transparent);}
  .fxdgo-vs-clean b{margin:0 0 0 10px;}
}
@media (max-width:640px){
  .fxdgo-dental-proof{align-items:flex-start;}
  .fxdgo-dental-proof>i{width:40px;height:40px;flex-basis:40px;}
  .fxdgo-hero-copy:after{display:none;}
  .fxdgo-compare-clean .fxdgo-before,
  .fxdgo-compare-clean .fxdgo-after{min-height:auto;}
}


/* v4.9 final polish: cleaner offer glow, no hard square/rotating conic, cleaner before/after connector, mobile safeguards */
.fxdgo-vs-clean b{display:none!important}
.fxdgo-vs-clean{gap:0!important}
.fxdgo-vs-clean i{position:relative;z-index:2;box-shadow:0 0 42px rgba(135,255,95,.42)}
.fxdgo-vs-clean:before{content:"";position:absolute;inset:50% auto auto 50%;width:120px;height:120px;border-radius:999px;background:radial-gradient(circle,rgba(135,255,95,.18),transparent 68%);transform:translate(-50%,-50%);filter:blur(14px);z-index:0}
.fxdgo-offer-card{isolation:isolate}
.fxdgo-offer-card .fxdgo-offer-list{position:relative;z-index:2}
.fxdgo-offer-card .fxdgo-offer-actions{position:relative;z-index:2}
.fxdgo-offer-card .fxdgo-offer-copy{position:relative;z-index:2}
@media (max-width: 980px){
  .fxdgo-offer-card:before{inset:auto -8% -30% -8%;height:52%;filter:blur(22px);opacity:.65}
  .fxdgo-compare-clean{overflow:visible!important}
  .fxdgo-before,.fxdgo-after{min-width:0}
}
@media (max-width: 640px){
  .fxdgo-offer-card:before{inset:auto 0 -26% 0;height:42%;filter:blur(18px);opacity:.55}
  .fxdgo-offer-card:after{border-radius:25px}
  .fxdgo-offer-list div{align-items:flex-start}
  .fxdgo-offer-list small{line-height:1.35}
}


/* v5.0 close-out polish: restore before/after bridge lines, add local Miami trust marker */
.fxdgo-vs-clean{
  position:relative!important;
  gap:0!important;
  overflow:visible!important;
}
.fxdgo-vs-clean:before,
.fxdgo-vs-clean:after{
  content:""!important;
  position:absolute!important;
  left:50%!important;
  width:2px!important;
  height:calc(50% - 48px)!important;
  border-radius:99px!important;
  z-index:1!important;
  filter:none!important;
  box-shadow:0 0 14px rgba(87,255,154,.50),0 0 30px rgba(87,255,154,.16)!important;
}
.fxdgo-vs-clean:before{
  top:10px!important;
  bottom:auto!important;
  transform:translateX(-50%)!important;
  background:linear-gradient(transparent,rgba(87,255,154,.74))!important;
}
.fxdgo-vs-clean:after{
  top:auto!important;
  bottom:10px!important;
  transform:translateX(-50%)!important;
  background:linear-gradient(rgba(87,255,154,.74),transparent)!important;
}
.fxdgo-vs-clean i{
  position:relative!important;
  z-index:2!important;
  box-shadow:0 0 38px rgba(135,255,95,.44),0 20px 48px rgba(0,0,0,.22)!important;
}
.fxdgo-vs-clean i:before{
  content:"";
  position:absolute;
  inset:-34px;
  z-index:-1;
  border-radius:999px;
  background:radial-gradient(circle,rgba(135,255,95,.20),rgba(87,255,154,.08) 42%,transparent 70%);
  filter:blur(10px);
  pointer-events:none;
}
.fxdgo-local-note{
  position:relative;
  z-index:2;
  margin:18px auto 0;
  width:fit-content;
  max-width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid rgba(87,255,154,.20);
  background:rgba(0,0,0,.20);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 14px 34px rgba(0,0,0,.18);
  color:rgba(255,255,255,.78)!important;
}
.fxdgo-local-note i{
  width:26px;
  height:26px;
  flex:0 0 26px;
  display:grid;
  place-items:center;
  border-radius:10px;
  color:var(--green);
  background:rgba(87,255,154,.10);
  border:1px solid rgba(87,255,154,.18);
}
.fxdgo-local-note span{
  font-size:11px;
  font-weight:950;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:rgba(255,255,255,.88)!important;
}
.fxdgo-local-note b{
  font-size:11px;
  font-weight:800;
  color:rgba(255,255,255,.62)!important;
}
@media (max-width:980px){
  .fxdgo-vs-clean:before,
  .fxdgo-vs-clean:after{
    top:50%!important;
    bottom:auto!important;
    height:2px!important;
    width:calc(50% - 48px)!important;
    transform:translateY(-50%)!important;
  }
  .fxdgo-vs-clean:before{
    left:10px!important;
    background:linear-gradient(90deg,transparent,rgba(87,255,154,.74))!important;
  }
  .fxdgo-vs-clean:after{
    left:auto!important;
    right:10px!important;
    background:linear-gradient(90deg,rgba(87,255,154,.74),transparent)!important;
  }
  .fxdgo-local-note{
    flex-wrap:wrap;
    border-radius:22px;
    text-align:center;
    width:min(100%,620px);
  }
}
@media (max-width:640px){
  .fxdgo-local-note{
    align-items:flex-start;
    justify-content:flex-start;
    text-align:left;
    gap:8px;
    padding:12px;
  }
  .fxdgo-local-note span,
  .fxdgo-local-note b{
    display:block;
    width:calc(100% - 38px);
    line-height:1.25;
  }
  .fxdgo-local-note b{
    margin-left:35px;
    margin-top:-4px;
  }
}
