:root{--blue:#294be9;--ink:#17233d;--muted:#596477;--line:#dce2ee;--tint:#f3f6fc;--white:#fff;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--white);font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button,a,input,textarea{touch-action:manipulation}button,a{ -webkit-tap-highlight-color:transparent}a:hover{color:var(--blue)}:focus-visible{outline:3px solid #dc7900;outline-offset:5px}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.1;letter-spacing:-.04em;text-wrap:balance}h1{font-size:clamp(3rem,4.5vw,4.4rem);font-weight:700;line-height:1.06}h2{font-size:clamp(2.2rem,3.2vw,3.15rem)}h3{font-size:1.32rem;line-height:1.25;letter-spacing:-.025em}p{color:var(--muted)}.container{width:min(1240px,calc(100% - 80px));margin-inline:auto}.section{padding-block:96px}.eyebrow{display:block;font-size:.75rem;font-weight:700;letter-spacing:.13em;color:var(--blue);margin-bottom:22px}.blue{color:var(--blue)}.tinted{background:var(--tint)}header{height:88px;border-bottom:1px solid var(--line);background:rgba(255,255,255,.97);position:sticky;top:0;z-index:20}.nav{display:flex;align-items:center;height:100%;gap:24px}.brand{font-size:1.7rem;font-weight:800;letter-spacing:-.05em;display:inline-flex;align-items:center;color:var(--ink);line-height:1}.brand>span:not(.brand-symbol){color:var(--blue)}.brand-symbol{display:inline-grid;place-items:center;background:var(--blue);color:white;width:35px;height:35px;border-radius:9px;margin-right:9px;font-size:1.5rem;letter-spacing:-.07em}.brand-caption{font-size:.74rem;color:var(--muted);padding-left:24px;border-left:1px solid var(--line);line-height:1.3;max-width:135px}nav{display:flex;align-items:center;gap:32px;margin-left:auto;font-size:.88rem;font-weight:600}.nav-cta{padding:10px 17px;border:1px solid var(--line);border-radius:7px}.nav-cta span{margin-left:15px}.menu-toggle{display:none}.skip{position:fixed;top:-100px;padding:10px;background:white;z-index:50}.skip:focus{top:0}.hero{padding-block:90px 78px;display:grid;grid-template-columns:1.14fr 1fr;gap:60px;align-items:center}.hero h1 span{color:var(--blue)}.hero-copy>p{font-size:1.05rem;max-width:550px;line-height:1.75;margin-top:26px}.hero-actions{display:flex;gap:25px;align-items:center;margin-top:32px}.button{display:inline-flex;justify-content:center;align-items:center;gap:27px;background:var(--blue);color:#fff;border:1px solid var(--blue);border-radius:7px;padding:15px 22px;font-size:.9rem;font-weight:600;cursor:pointer;line-height:1.4;transition:background .2s,transform .2s}.button:hover{background:#1d38b8;color:white;transform:translateY(-2px)}.button.secondary{color:var(--blue);background:white}.text-link{font-size:.88rem;font-weight:600}.hero-note{display:flex;gap:0;margin-top:40px;color:var(--muted);font-size:.8rem}.hero-note span{padding:0 18px;border-right:1px solid var(--line)}.hero-note span:first-child{padding-left:0}.hero-note span:last-child{border:0}.exchange{padding:26px;background:#f0f4ff;border:1px solid #dce5ff;border-radius:14px;box-shadow:0 20px 65px -50px #284acb}.exchange-top{display:flex;justify-content:space-between;align-items:center;color:#4f5d7e;font-size:.63rem;letter-spacing:.1em;font-weight:700}.diagram-tag{background:white;color:var(--blue);padding:5px 10px;border-radius:5px;letter-spacing:-.02em;font-size:.8rem}.systems{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;align-items:center;padding:33px 0}.system{min-height:116px;background:white;border:1px solid #dce5ff;border-radius:10px;text-align:center;padding:14px 8px;display:flex;flex-direction:column;justify-content:center;box-shadow:0 5px 14px #243d6a06}.system b{font-size:2.8rem;color:#d32e33;letter-spacing:-.08em;line-height:1.2}.system span{font-size:.65rem;margin-top:7px;color:var(--muted);line-height:1.4}.evotor b{font-size:1.6rem;color:#ed5731;letter-spacing:-.05em}.connection{font-size:.6rem;text-align:center;color:#4862b2;white-space:nowrap}.connection-line{height:2px;background:#93a9f0;margin:9px 0;position:relative}.data-rows{background:white;border-radius:10px;border:1px solid #dce5ff;overflow:hidden}.data-rows>div{display:flex;align-items:center;gap:12px;padding:13px 16px;font-size:.74rem;border-bottom:1px solid #edf0f7}.data-rows>div:last-child{border:0}.data-rows>div>span:last-child{margin-left:auto;font-size:.68rem;color:#788397}.data-symbol{width:26px;color:var(--blue);font-size:1.15rem}.exchange-foot{font-size:.69rem;text-align:center;margin-top:18px;color:#596783}.about-strip{background:var(--tint);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.about-grid{display:grid;grid-template-columns:.65fr 1.2fr 1.2fr;align-items:center;gap:35px;padding-block:31px}.about-grid .eyebrow{margin:0}.about-grid p:nth-child(2){font-size:1.2rem;line-height:1.5;color:var(--ink);letter-spacing:-.03em}.about-grid p:last-child{font-size:.85rem}.section-heading{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:40px}.section-heading>p{font-size:.9rem;max-width:370px}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.app-card{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:12px;padding:25px 22px 17px;transition:border-color .2s,box-shadow .2s,transform .2s;background:white;min-width:0}.app-card:hover{border-color:#a7b6f6;box-shadow:0 10px 28px #183a8810;transform:translateY(-3px)}.app-icon{width:56px;height:56px;object-fit:contain;border-radius:11px}.support-icon{width:56px;height:56px;border-radius:11px;display:grid;place-items:center;color:var(--blue);background:#edf1ff;font-weight:500;font-size:2rem}.category{display:block;font-size:.7rem;color:var(--muted);margin:19px 0 9px}.app-card h3{font-size:1.26rem;min-height:3.15em}.app-card p{font-size:.86rem;line-height:1.6;margin-top:13px;flex:1}.card-bottom{margin-top:24px;padding-top:16px;border-top:1px solid var(--line);display:flex;gap:10px;align-items:center;justify-content:space-between}.card-bottom>span{color:#414f69;font-size:.75rem;line-height:1.5;max-width:165px}.circle-link{display:grid;place-items:center;flex:0 0 31px;height:31px;background:var(--tint);border-radius:50%;color:var(--blue)}.source-note{font-size:.74rem;margin-top:25px;line-height:1.6}.source-note a{text-decoration:underline;text-underline-offset:3px}.subheading{margin:52px 0 24px}.subheading p{font-size:.9rem;margin-top:10px}.additional .app-card{padding:22px}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:35px 50px;margin-top:42px}.features article{border-top:1px solid #cbd4e6;padding-top:20px}.feature-num{font-size:.75rem;color:var(--blue);display:block;margin-bottom:20px}.features h3{font-size:1.2rem}.features p{font-size:.9rem;margin-top:12px}.small{font-size:.76rem;line-height:1.6}.features+.small{margin-top:30px}.advantages{display:grid;grid-template-columns:1fr 1fr;gap:90px}.advantage{display:flex;gap:22px;padding:23px 0;border-bottom:1px solid var(--line)}.advantage:first-child{padding-top:0}.advantage>span{font-size:.8rem;color:var(--blue);padding-top:3px}.advantage p{font-size:.9rem;margin-top:9px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:42px;padding:0;list-style:none;margin:42px 0 0}.steps li{border-top:1px solid #ccd6e8;padding-top:22px}.step-num{font-size:2.15rem;line-height:1;color:var(--blue);font-weight:500;display:block;margin-bottom:28px;letter-spacing:-.06em}.steps h3{font-size:1.24rem}.steps p{font-size:.9rem;margin-top:13px}.support-section{background:#eaf0ff}.support-layout{display:grid;grid-template-columns:1fr 1.15fr;gap:100px}.support-layout h2{font-size:3.5rem}.support-layout p{max-width:350px;margin-top:20px;font-size:.95rem}.email{font-size:1.35rem;font-weight:600;display:inline-block;margin-top:30px;letter-spacing:-.03em;color:var(--blue)}.contact-form,.review-form{display:flex;flex-direction:column;gap:18px}.contact-form{padding:30px;background:white;border-radius:12px;border:1px solid #dbe3f7}.contact-form label,.review-form label{display:flex;flex-direction:column;gap:8px;font-size:.8rem;font-weight:600;color:var(--ink)}input,textarea{padding:12px;border:1px solid #cbd4e4;border-radius:6px;width:100%;color:var(--ink);background:white;font-size:1rem;min-width:0}textarea{resize:vertical;min-height:115px}input::placeholder,textarea::placeholder{color:#758093;font-size:.82rem;font-weight:400}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact-form .small{font-size:.75rem;margin:0;max-width:none}.contact-form .button{align-self:start}.form-status{font-size:.9rem!important;color:#1e5c41;margin:0!important}.form-status:empty{display:none}.form-status a{text-decoration:underline}footer{padding:60px 0 20px;background:#15213a;color:#fff}footer .brand{color:white}footer .brand>span{color:#9aacff!important}footer p{color:#afbbd1;font-size:.9rem;margin:25px 0}footer a:hover{color:#b2c0ff}.footer-top{display:grid;grid-template-columns:1fr 3fr;gap:80px}.footer-top>div>a[href^=mailto]{font-size:.9rem}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:10px 25px}.footer-links h3{grid-column:1/-1;font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:#a9b7d0;margin-bottom:15px}.footer-links a{font-size:.74rem;line-height:1.5;color:#e0e6f1}.footer-bottom{border-top:1px solid #35415b;display:flex;gap:28px;font-size:.75rem;color:#b5c0d4;padding-top:24px;margin-top:48px}.footer-bottom>span{margin-right:auto}.product-hero{padding-block:36px 76px}.back{font-size:.83rem;color:var(--muted)}.product-title{display:grid;grid-template-columns:1.3fr .8fr;gap:90px;align-items:center;margin-top:50px}.product-title .app-icon,.product-title .support-icon{margin-bottom:24px;width:70px;height:70px}.product-title h1{font-size:clamp(2.7rem,4vw,4rem);overflow-wrap:anywhere}.product-title p{font-size:1.1rem;max-width:570px;margin:22px 0 30px}.product-title .eyebrow{margin-bottom:16px}.product-visual{padding:32px;background:var(--tint);border:1px solid var(--line);border-radius:16px}.flow-item{background:white;padding:20px;margin-bottom:12px;border-radius:8px;border:1px solid var(--line);display:flex;align-items:center;gap:20px}.flow-item span{color:var(--blue);font-size:.8rem}.flow-item strong{font-size:1.1rem}.product-visual p{font-size:.9rem;margin:24px 0 0}.task-layout{display:grid;grid-template-columns:1fr 1.5fr;gap:90px}.lead{font-size:1.2rem;color:#34435c}.feature-list{padding:0;margin:28px 0 0;list-style:none}.feature-list li{padding:14px 0 14px 25px;border-bottom:1px solid var(--line);position:relative}.feature-list li:before{content:'✓';position:absolute;left:0;color:var(--blue)}.roles{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin-top:38px}.roles article{padding:30px;border:1px solid var(--line);border-radius:10px}.role-index{font-size:.8rem;color:var(--blue);display:block;margin-bottom:20px}.roles p{font-size:.95rem;margin-top:15px}.sources{display:flex;gap:25px;align-items:center;margin-top:35px}.review-layout{display:grid;grid-template-columns:1fr 1.15fr;gap:100px}.review-layout>div>p{margin-top:24px}.rating{display:flex;gap:12px;flex-wrap:wrap}.rating label{cursor:pointer}.rating input{position:absolute;opacity:0;width:1px;height:1px}.rating span{display:block;border:1px solid #b9c4da;padding:10px 17px;border-radius:6px;font-size:1rem}.rating input:checked+span{background:var(--blue);border-color:var(--blue);color:white}.rating input:focus-visible+span{outline:3px solid #dc7900;outline-offset:3px}fieldset{border:0;padding:0;margin:0}legend{font-size:.8rem;font-weight:600;margin-bottom:10px}.review-form .button{align-self:start}@media(min-width:1500px){.hero{padding-block:105px 100px}}@media(max-width:1100px){.container{width:calc(100% - 48px)}nav{gap:20px}.brand-caption{display:none}.hero{gap:30px}.cards{grid-template-columns:repeat(3,1fr)}.hero-actions{gap:16px}.exchange{padding:18px}.connection{font-size:.52rem}.support-layout,.review-layout{gap:50px}.product-title{gap:50px}.advantages{gap:50px}}@media(max-width:800px){.section{padding-block:65px}.hero{grid-template-columns:1fr;padding-block:56px;gap:40px}.hero-copy>p{max-width:620px}.exchange{max-width:580px;width:100%}.systems{grid-template-columns:1fr 1.2fr 1fr}.connection{font-size:.7rem}.system span{font-size:.75rem}.cards{grid-template-columns:repeat(2,1fr)}.about-grid{grid-template-columns:1fr 1.4fr;gap:20px}.about-grid .eyebrow{grid-column:1/-1}.section-heading{align-items:start}.section-heading>p{max-width:240px}.features{grid-template-columns:repeat(2,1fr)}.advantages{grid-template-columns:1fr;gap:38px}.support-layout,.review-layout,.task-layout{grid-template-columns:1fr;gap:35px}.steps{gap:25px}.product-title{grid-template-columns:1fr;gap:35px}.product-visual{max-width:550px;width:100%}.footer-top{grid-template-columns:1fr;gap:40px}.roles{gap:12px}.roles article{padding:20px}.support-layout h2{font-size:2.8rem}header{height:75px}.brand-symbol{width:30px;height:30px}.brand{font-size:1.5rem}nav{gap:18px;font-size:.8rem}.nav-cta{padding:8px 12px}.nav-cta span{margin-left:4px}}@media(max-width:580px){.container{width:calc(100% - 36px)}header{height:70px}.menu-toggle{display:block;margin-left:auto;background:white;border:1px solid var(--line);border-radius:6px;font-size:.86rem;padding:8px 14px;cursor:pointer}nav{display:none;position:absolute;top:69px;left:0;right:0;background:white;padding:18px;border-bottom:1px solid var(--line)}nav.open{display:flex;flex-direction:column;align-items:stretch;gap:8px}nav a{padding:12px;font-size:1rem}.hero{padding-block:43px;gap:32px}h1{font-size:2.95rem;letter-spacing:-.05em}.hero-copy>p{font-size:1rem;margin-top:22px}.hero-actions{align-items:start;flex-direction:column;gap:20px}.hero-note{margin-top:25px;font-size:.75rem}.eyebrow{font-size:.69rem;margin-bottom:17px}.exchange{padding:16px;border-radius:12px}.exchange-top{font-size:.55rem}.systems{padding-block:23px;gap:6px;grid-template-columns:1fr 1.15fr 1fr}.system{min-height:96px;padding:10px 5px}.system b{font-size:2.3rem}.system span{font-size:.59rem}.evotor b{font-size:1.26rem}.connection{font-size:.52rem}.data-rows>div{font-size:.72rem;padding:11px}.exchange-foot{font-size:.63rem}.about-grid{grid-template-columns:1fr;padding-block:27px;gap:15px}.about-grid .eyebrow{margin-bottom:0}.section{padding-block:54px}.section-heading{flex-direction:column;gap:20px;margin-bottom:28px}.section-heading>p{max-width:none}.cards{grid-template-columns:1fr;gap:15px}.app-card{padding:23px}.app-card h3{min-height:0;font-size:1.4rem}.app-card p{font-size:.94rem}.card-bottom>span{max-width:240px;font-size:.8rem}.app-card .category{font-size:.76rem}.additional{grid-template-columns:1fr}.subheading{margin-top:40px}.features{grid-template-columns:1fr;gap:26px;margin-top:30px}.feature-num{margin-bottom:12px}.features p{font-size:.95rem}.steps{grid-template-columns:1fr;gap:28px;margin-top:30px}.step-num{margin-bottom:17px}.roles{grid-template-columns:1fr;gap:15px}.roles article{padding:24px}.contact-form{padding:22px 18px}.form-row{grid-template-columns:1fr}.support-layout h2{font-size:2.8rem}.email{font-size:1.15rem}.sources{flex-direction:column;align-items:start}.product-hero{padding-block:25px 50px}.product-title{margin-top:30px}.product-title h1{font-size:2.65rem}.product-visual{padding:23px}.product-title p{font-size:1rem}.task-layout{gap:25px}.lead{font-size:1.07rem}.rating{gap:7px}.rating span{padding:9px 12px}.footer-links{grid-template-columns:repeat(2,1fr);gap:13px 20px}.footer-bottom{flex-wrap:wrap;gap:15px 22px}.footer-bottom>span{width:100%}.button{padding:14px 20px}.footer-top{gap:35px}.footer-links a{font-size:.75rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
/* Readable labels across all viewport sizes. */
.eyebrow,.exchange-top,.system span,.connection,.data-rows>div>span:last-child,.exchange-foot,.category,.source-note,.small,.hero-note,.footer-links a,.footer-bottom{font-size:.75rem}
.contact-form label,.review-form label,legend,.nav-cta,.text-link{font-size:.875rem}
.connection{white-space:normal;line-height:1.35}.connection span{display:block}.exchange-top{letter-spacing:.04em}.system span{line-height:1.35}.data-rows>div{font-size:.875rem}.app-card p{font-size:.95rem}.card-bottom>span{font-size:.875rem}
@media(max-width:580px){.systems{grid-template-columns:1fr .9fr 1fr}.exchange-top{font-size:.75rem;gap:12px}.system span{font-size:.75rem}.system{min-height:115px}.connection{font-size:.75rem}.exchange-foot{font-size:.75rem}.data-rows>div{font-size:.8rem}.diagram-tag{font-size:.75rem}}

/* Clickable catalog cards and product instruction screenshots. */
.app-card{color:var(--ink);text-decoration:none;cursor:pointer}
.app-card:hover h3{color:var(--blue)}
.app-card:focus-visible{outline:3px solid #dc7900;outline-offset:5px}
.instruction-section{padding-top:96px}
.guide-intro{display:grid;grid-template-columns:1fr 1.15fr;gap:70px;align-items:start;margin-bottom:42px}
.guide-steps{display:flex;flex-direction:column;gap:22px}
.guide-step{display:grid;grid-template-columns:90px 1fr;gap:30px;padding:30px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 18px 45px #17233d08}
.guide-step h3{font-size:1.45rem;margin-bottom:14px}
.guide-step p{max-width:880px}
.guide-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:22px}
.guide-gallery.single{grid-template-columns:minmax(0,1fr)}
.guide-shot{margin:0;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#f8faff}
.guide-shot img{display:block;width:100%;height:auto;max-height:440px;object-fit:contain;background:white}
.guide-shot figcaption{padding:12px 14px;color:var(--muted);font-size:.875rem;line-height:1.45;border-top:1px solid var(--line);background:#fff}
.guide-note{margin-top:34px;padding:28px;border-radius:16px;background:var(--tint);border:1px solid var(--line)}
.guide-note h3{margin-bottom:8px}
@media(max-width:800px){.guide-intro{grid-template-columns:1fr;gap:22px}.guide-step{grid-template-columns:1fr;gap:12px}.guide-gallery{grid-template-columns:1fr}.instruction-section{padding-top:65px}}
@media(max-width:580px){.guide-step{padding:22px}.guide-step h3{font-size:1.28rem}.guide-shot img{max-height:320px}.instruction-section{padding-top:54px}}

.guide-code{
  margin-top:16px;
  padding:16px;
  border:1px solid var(--line);
  border-radius:14px;
  background:#15213a;
  color:#eef3ff;
  font-size:.9rem;
  line-height:1.7;
  overflow:auto;
}
.guide-code code{color:inherit;white-space:pre-wrap}
.feature-list code,.guide-step code{
  background:#edf1ff;
  color:#1d38b8;
  border-radius:5px;
  padding:1px 5px;
}

.faq-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.faq-item{
  display:flex;
  flex-direction:column;
  gap:14px;
  min-height:190px;
  padding:24px;
  border:1px solid var(--line);
  border-radius:24px;
  background:#fff;
  box-shadow:0 16px 40px rgba(15,23,42,.06);
}
.faq-index{
  width:max-content;
  padding:6px 10px;
  border-radius:999px;
  background:#edf1ff;
  color:#1d38b8;
  font-weight:800;
  font-size:.82rem;
}
.faq-item h3{
  margin:0;
  font-size:1.08rem;
  line-height:1.3;
}
.faq-item .text-link{margin-top:auto}
@media (max-width:760px){.faq-grid{grid-template-columns:1fr}.faq-item{min-height:auto}}

.faq-detail-list{
  display:flex;
  flex-direction:column;
  gap:26px;
}
.faq-detail{
  scroll-margin-top:96px;
  padding:28px;
  border:1px solid var(--line);
  border-radius:28px;
  background:#fff;
  box-shadow:0 18px 45px rgba(15,23,42,.07);
}
.faq-detail-head{
  display:flex;
  align-items:flex-start;
  gap:16px;
  margin-bottom:18px;
}
.faq-detail-head h3{
  margin:0;
  font-size:clamp(1.25rem,2vw,1.8rem);
  line-height:1.18;
}
.faq-detail-text{
  display:grid;
  gap:10px;
  max-width:980px;
}
.faq-detail-text p{
  margin:0;
  color:var(--muted);
  line-height:1.75;
}
.faq-screenshots{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin-top:22px;
}
.faq-shot{
  margin:0;
  padding:12px;
  border:1px solid var(--line);
  border-radius:20px;
  background:#f8fafc;
}
.faq-shot img{
  width:100%;
  height:auto;
  display:block;
  border-radius:14px;
  background:#fff;
}
.faq-shot figcaption{
  margin-top:10px;
  color:var(--muted);
  font-size:.92rem;
}
.faq-detail .sources{
  margin-top:20px;
}
@media (max-width:860px){.faq-screenshots{grid-template-columns:1fr}.faq-detail{padding:22px}.faq-detail-head{flex-direction:column}}

.faq-action-list{
  display:flex;
  flex-direction:column;
  gap:20px;
}
.faq-action-step{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:16px;
  padding:18px;
  border:1px solid var(--line);
  border-radius:11px!important;
  background:#f8fafc;
}
.faq-action-num{
  display:inline-grid;
  place-items:center;
  width:38px;
  height:38px;
  border-radius:999px;
  background:#1d38b8;
  color:#fff;
  font-weight:800;
  font-size:.82rem;
}
.faq-action-body{
  display:grid;
  gap:14px;
  min-width:0;
}
.faq-screenshots.inline{
  margin-top:0;
}
@media (max-width:640px){.faq-action-step{grid-template-columns:1fr}.faq-action-num{width:max-content;padding:0 12px}}

.faq-item{
  text-decoration:none;
  color:inherit;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.faq-item:hover,.faq-item:focus-visible{
  transform:translateY(-3px);
  border-color:rgba(29,56,184,.35);
  box-shadow:0 22px 50px rgba(29,56,184,.12);
}
.faq-item:focus-visible{
  outline:3px solid rgba(29,56,184,.25);
  outline-offset:3px;
}

.task-cards{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:16px;
}
.task-card{
  position:relative;
  display:flex;
  flex-direction:column;
  gap:14px;
  min-height:250px;
  padding:24px;
  border:1px solid var(--line);
  border-radius:26px;
  background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);
  color:inherit;
  text-decoration:none;
  box-shadow:0 18px 45px rgba(15,23,42,.07);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.task-card:hover,.task-card:focus-visible{
  transform:translateY(-4px);
  border-color:rgba(29,56,184,.35);
  box-shadow:0 24px 58px rgba(29,56,184,.13);
}
.task-card:focus-visible{outline:3px solid rgba(29,56,184,.25);outline-offset:3px}
.task-badge{
  width:max-content;
  padding:7px 11px;
  border-radius:999px;
  background:#1d38b8;
  color:#fff;
  font-weight:800;
  font-size:.74rem;
  letter-spacing:.04em;
}
.task-num{
  position:absolute;
  top:24px;
  right:24px;
  color:#9aa6bd;
  font-weight:800;
}
.task-card h3{margin:10px 0 0;font-size:1.18rem;line-height:1.2}
.task-card p{margin:0;color:var(--muted);line-height:1.55}
.task-card .text-link{margin-top:auto}
.catalog-group{margin-top:30px}
.catalog-group:first-of-type{margin-top:0}
@media (max-width:1180px){.task-cards{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:760px){.task-cards{grid-template-columns:1fr}.task-card{min-height:auto}.catalog-group{margin-top:24px}}

.faq-topic-group{
  margin-top:28px;
}
.faq-topic-group:first-of-type{
  margin-top:0;
}
.faq-topic-heading{
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:flex-end;
  margin-bottom:14px;
}
.faq-topic-heading h3{
  margin:0;
  font-size:clamp(1.25rem,2vw,1.7rem);
}
.faq-topic-heading p{
  max-width:520px;
  margin:0;
  color:var(--muted);
  line-height:1.55;
}
@media (max-width:760px){.faq-topic-heading{display:block}.faq-topic-heading p{margin-top:8px}}

/* App icons are decorative product identifiers, not screenshots. */
.app-icon{width:28px!important;height:28px!important;border-radius:7px!important;cursor:default!important}
.product-title .app-icon{width:35px!important;height:35px!important;border-radius:9px!important}
.zoomable-image{cursor:zoom-in;transition:filter .18s ease, transform .18s ease}
.zoomable-image:hover,.zoomable-image:focus-visible{filter:brightness(.96);transform:scale(.995)}
body.lightbox-open{overflow:hidden}
.image-lightbox{
  position:fixed;
  inset:0;
  z-index:1000;
  display:none;
  align-items:center;
  justify-content:center;
  padding:72px 28px 42px;
  background:rgba(10,16,30,.78);
  backdrop-filter:blur(4px);
}
.image-lightbox.open{display:flex;flex-direction:column;gap:16px}
.image-lightbox img{
  max-width:min(1180px,96vw);
  max-height:calc(100vh - 160px);
  width:auto;
  height:auto;
  object-fit:contain;
  border-radius:16px;
  background:#fff;
  box-shadow:0 30px 90px rgba(0,0,0,.38);
}
.image-lightbox__caption{
  max-width:min(900px,92vw);
  color:#eef3ff;
  text-align:center;
  font-size:.95rem;
  line-height:1.5;
}
.image-lightbox__close{
  position:absolute;
  top:22px;
  right:24px;
  width:46px;
  height:46px;
  border:1px solid rgba(255,255,255,.35);
  border-radius:999px;
  background:rgba(255,255,255,.12);
  color:#fff;
  font-size:2rem;
  line-height:1;
  cursor:pointer;
}
.image-lightbox__close:hover{background:rgba(255,255,255,.22)}
@media(max-width:580px){.image-lightbox{padding:68px 16px 28px}.image-lightbox img{max-height:calc(100vh - 145px);border-radius:10px}.image-lightbox__close{right:16px}}

/* FAQ screenshots marked as small by editor comments. */
.faq-screenshots.inline .faq-shot.small{
  width:50%;
  max-width:260px;
  justify-self:start;
}
.faq-screenshots.inline .faq-shot.small img{
  max-height:260px;
  object-fit:contain;
}
@media(max-width:760px){
  .faq-screenshots.inline .faq-shot.small{
    width:100%;
    max-width:260px;
  }
}

/* Floating back-to-top control. */
.back-to-top{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:45;
  width:44px;
  height:44px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--blue);
  color:#fff;
  border:1px solid rgba(255,255,255,.32);
  box-shadow:0 14px 34px rgba(23,35,61,.22);
  font-size:1.25rem;
  font-weight:700;
  line-height:1;
  opacity:0;
  visibility:hidden;
  transform:translateY(10px);
  transition:opacity .2s ease, transform .2s ease, visibility .2s ease, background .2s ease;
}
.back-to-top.visible{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}
.back-to-top:hover{
  color:#fff;
  background:#1d38b8;
}
@media(max-width:580px){
  .back-to-top{
    right:16px;
    bottom:16px;
    width:40px;
    height:40px;
    font-size:1.1rem;
  }
}

/* Product hero CTA spacing. */
.product-title .button + .button{
  margin-left:12px;
}
@media(max-width:580px){
  .product-title .button + .button{
    margin-left:0;
    margin-top:10px;
  }
}

/* Product hero CTA group: keeps spacing when buttons wrap onto separate lines. */
.product-actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px 12px;
}
.product-actions .button + .button{
  margin-left:0;
  margin-top:0;
}

/* FAQ numbering: filled section numbers, outlined step numbers. */
.faq-detail-head .faq-index{
  display:inline-grid;
  place-items:center;
  min-width:46px;
  height:46px;
  padding:0 12px;
  background:var(--blue);
  color:#fff;
  border:1px solid var(--blue);
  border-radius:999px;
}
.faq-action-num{
  background:transparent;
  color:var(--blue);
  border:2px solid var(--blue);
}

/* Numbering pattern on product pages: filled section/primary numbers, outlined nested instruction steps. */
.step-num{
  width:max-content;
  min-width:46px;
  height:46px;
  padding:0 12px;
  border-radius:999px;
  display:inline-grid;
  place-items:center;
  background:var(--blue);
  color:#fff;
  border:1px solid var(--blue);
  font-size:1rem;
  font-weight:700;
  letter-spacing:0;
  margin-bottom:22px;
}
.guide-step .step-num{
  background:transparent;
  color:var(--blue);
  border:2px solid var(--blue);
}

/* Support email copy action. */
.support-email-row{
  display:flex;
  flex-wrap:nowrap;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  margin-top:30px;
}
.support-email-row .email{
  margin-top:0;
}
.copy-email{
  display:inline-flex;
  align-items:center;
  gap:7px;
  border:1px solid #b9c7ef;
  background:#fff;
  color:var(--blue);
  border-radius:999px;
  padding:8px 12px;
  font:inherit;
  font-size:.82rem;
  font-weight:700;
  line-height:1.2;
  cursor:pointer;
  transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease;
}
.copy-email:hover,
.copy-email:focus-visible{
  background:#edf1ff;
  outline:none;
  transform:translateY(-1px);
}
.copy-email.copied{
  background:var(--blue);
  color:#fff;
  border-color:var(--blue);
}
@media(max-width:580px){
  .support-email-row{gap:10px;}
  .copy-email{font-size:.74rem;padding:8px 11px;}
}

/* Compact support copy button with hover tooltip. */
.copy-email{
  position:relative;
  justify-content:center;
  width:36px;
  height:36px;
  padding:0;
  border-radius:50%;
  font-size:1rem;
}
.copy-email::after{
  content:attr(data-tooltip);
  position:absolute;
  left:50%;
  bottom:calc(100% + 9px);
  transform:translateX(-50%) translateY(4px);
  background:#13213b;
  color:#fff;
  border-radius:10px;
  padding:7px 10px;
  font-size:.74rem;
  font-weight:700;
  line-height:1;
  white-space:nowrap;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .18s ease, transform .18s ease, visibility .18s ease;
  box-shadow:0 12px 24px rgba(19,33,59,.18);
}
.copy-email::before{
  content:"";
  position:absolute;
  left:50%;
  bottom:calc(100% + 4px);
  transform:translateX(-50%) translateY(4px);
  border:5px solid transparent;
  border-top-color:#13213b;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.copy-email:hover::after,
.copy-email:focus-visible::after,
.copy-email:hover::before,
.copy-email:focus-visible::before{
  opacity:1;
  visibility:visible;
  transform:translateX(-50%) translateY(0);
}
.copy-email.copied::after{
  content:"Скопировано";
}
@media(max-width:580px){
  .copy-email{width:34px;height:34px;padding:0;font-size:.95rem;}
}

/* Rectangular support copy button. */
.copy-email{
  width:44px;
  height:34px;
  border-radius:12px;
}
@media(max-width:580px){
  .copy-email{width:42px;height:34px;border-radius:11px;}
}

/* Copy button icon drawing. */
.copy-icon{
  width:20px;
  height:20px;
  display:block;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

/* Borderless support copy button while preserving hit area. */
.copy-email{
  border-color:transparent;
  background:transparent;
  box-shadow:none;
}
.copy-email:hover{
  background:transparent;
  transform:none;
}
.copy-email:focus-visible{
  background:rgba(47,85,239,.08);
  outline:2px solid rgba(47,85,239,.35);
  outline-offset:2px;
  transform:none;
}
.copy-email.copied{
  background:transparent;
  color:var(--blue);
  border-color:transparent;
}

/* Visual marketing refresh with rollback backup saved separately. */
.hero{
  position:relative;
  isolation:isolate;
  padding-block:104px 88px;
}
.hero::before{
  content:"";
  position:absolute;
  inset:36px -34px 22px;
  z-index:-1;
  border-radius:36px;
  background:
    radial-gradient(circle at 10% 10%, rgba(47,85,239,.13), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(34,197,94,.12), transparent 26%),
    linear-gradient(135deg,#f8fbff 0%,#fff 52%,#eef4ff 100%);
  border:1px solid rgba(180,195,231,.56);
}
.hero-copy>p{
  font-size:1.12rem;
  color:#31405f;
}
.hero-actions{
  flex-wrap:wrap;
  gap:14px 18px;
}
.hero-actions .button.secondary{
  background:#fff;
  color:var(--blue);
  border-color:#cbd6ff;
}
.hero-proof{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:34px;
  max-width:760px;
}
.hero-proof span{
  display:block;
  padding:14px 15px;
  border:1px solid rgba(185,199,239,.75);
  border-radius:16px;
  background:rgba(255,255,255,.78);
  box-shadow:0 14px 30px rgba(26,45,91,.06);
  color:#50607c;
  font-size:.8rem;
  line-height:1.45;
}
.hero-proof b{
  display:block;
  color:var(--ink);
  font-size:.95rem;
  margin-bottom:3px;
}
.hero-note{
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}
.hero-note span{
  padding:7px 12px;
  border:1px solid rgba(185,199,239,.72);
  border-radius:14px;
  background:#fff;
  color:#43516f;
}
.exchange{
  border-radius:28px;
  background:linear-gradient(180deg,#f3f7ff 0%,#fff 100%);
  box-shadow:0 28px 80px rgba(29,56,184,.14);
}
.quick-choice-band{
  margin-top:0;
  background:linear-gradient(180deg,#10213f 0%,#14295a 100%);
  color:#fff;
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.quick-choice-band .section-heading>p,
.quick-choice-band .eyebrow{
  color:rgba(255,255,255,.72);
}
.quick-choice-band .task-card{
  background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(242,247,255,.96));
  border-color:rgba(255,255,255,.26);
  box-shadow:0 26px 70px rgba(0,0,0,.22);
}
.card-topline{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:12px;
}
.app-badge{
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  padding:6px 9px;
  background:#edf3ff;
  color:var(--blue);
  font-size:.68rem;
  font-weight:800;
  white-space:nowrap;
}
.fit-line{
  margin-top:16px;
  padding:10px 12px;
  border-radius:12px;
  background:#f5f8ff;
  color:#475774;
  font-size:.76rem;
  line-height:1.45;
}
.card-cta{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 12px;
  border-radius:999px;
  background:var(--blue);
  color:#fff!important;
  font-size:.76rem!important;
  font-weight:800;
  white-space:nowrap;
}
.card-bottom{
  align-items:flex-end;
}
.card-bottom>span:first-child{
  max-width:150px;
}
.app-card:hover .card-cta{
  background:#1d38b8;
}
@media(max-width:980px){
  .hero-proof{grid-template-columns:1fr;max-width:560px;}
  .hero::before{inset:24px -18px 16px;}
}
@media(max-width:760px){
  .hero{padding-block:70px 58px;}
  .hero::before{inset:12px -10px 8px;border-radius:24px;}
  .hero-actions{align-items:stretch;}
  .hero-actions .button{width:100%;}
  .hero-actions .text-link{padding:10px 0;}
  .quick-choice-band{padding-block:56px;}
  .card-cta{width:max-content;}
}

/* Remaining visual improvements with rollback backup saved separately. */
.trust-cards,
.material-cards{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.trust-cards article,
.material-cards article{
  border:1px solid var(--line);
  border-radius:11px!important;
  padding:24px;
  background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);
  box-shadow:0 18px 45px rgba(15,23,42,.06);
}
.trust-cards span{
  display:inline-grid;
  place-items:center;
  width:42px;
  height:42px;
  margin-bottom:20px;
  border-radius:14px;
  background:#edf3ff;
  color:var(--blue);
  font-weight:800;
}
.trust-cards h3,
.material-cards h3{font-size:1.12rem;line-height:1.25;}
.trust-cards p,
.material-cards p{font-size:.86rem;line-height:1.6;margin-top:12px;color:var(--muted);}
.material-cards .text-link{display:inline-flex;margin-top:20px;}
.exchange-process{position:relative;}
.process-line{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  counter-reset:process;
}
.process-line article{
  position:relative;
  min-height:210px;
  padding:24px;
  border:1px solid #dce5ff;
  border-radius:24px;
  background:#fff;
  box-shadow:0 22px 60px rgba(29,56,184,.08);
}
.process-line article::after{
  content:"→";
  position:absolute;
  right:-18px;
  top:42px;
  color:var(--blue);
  font-weight:900;
  font-size:1.4rem;
}
.process-line article:last-child::after{display:none;}
.process-line span{
  display:inline-grid;
  place-items:center;
  width:44px;
  height:44px;
  margin-bottom:22px;
  border-radius:999px;
  background:var(--blue);
  color:#fff;
  font-weight:800;
}
.process-line h3{font-size:1.18rem;}
.process-line p{font-size:.86rem;line-height:1.6;margin-top:12px;color:var(--muted);}
.product-summary{
  background:linear-gradient(180deg,#fff 0%,#f3f7ff 100%);
  border-color:#dce5ff;
  box-shadow:0 28px 80px rgba(29,56,184,.12);
}
.product-facts{
  display:grid;
  gap:10px;
  margin:18px 0 22px;
}
.product-facts div{
  padding:12px 14px;
  border:1px solid #dce5ff;
  border-radius:14px;
  background:#fff;
}
.product-facts span{
  display:block;
  color:var(--muted);
  font-size:.72rem;
  margin-bottom:4px;
}
.product-facts strong{
  display:block;
  color:var(--ink);
  font-size:.9rem;
  line-height:1.3;
}
.product-mini-flow{
  margin-top:10px;
  padding-top:18px;
  border-top:1px solid #dce5ff;
}
.product-actions .install-primary{
  background:var(--blue);
  color:#fff;
  border-color:var(--blue);
  order:1;
}
.product-actions .consult-secondary{
  background:#fff;
  color:var(--blue);
  border-color:#cbd6ff;
  order:2;
}
#installation .steps li,
.guide-step,
.faq-action-step{
  border:1px solid #dce5ff;
  border-radius:24px;
  background:rgba(255,255,255,.82);
  box-shadow:0 18px 48px rgba(29,56,184,.07);
}
#installation .steps li{padding:24px;}
.guide-shot,
.faq-shot{
  border-radius:20px;
  background:#fff;
  border:1px solid #dce5ff;
  box-shadow:0 18px 42px rgba(15,23,42,.08);
  overflow:hidden;
}
.guide-shot img,
.faq-shot img{
  display:block;
  border-radius:14px;
}
.guide-shot figcaption,
.faq-shot figcaption{
  padding:10px 12px 12px;
  color:#52617b;
  font-size:.82rem;
}
.guide-section .section-heading{
  position:sticky;
  top:92px;
  z-index:2;
  padding:18px 0;
  background:rgba(255,255,255,.9);
  backdrop-filter:blur(14px);
}
@media(max-width:1100px){
  .trust-cards,.material-cards,.process-line{grid-template-columns:repeat(2,minmax(0,1fr));}
  .process-line article::after{display:none;}
}
@media(max-width:700px){
  .trust-cards,.material-cards,.process-line{grid-template-columns:1fr;}
  .guide-section .section-heading{position:static;background:transparent;backdrop-filter:none;}
}

/* Readable quick-choice cards on dark section. */
.quick-choice-band .task-card{
  background:linear-gradient(180deg,#ffffff 0%,#f5f8ff 100%);
  color:#13213b;
}
.quick-choice-band .task-card h3{
  color:#13213b;
  text-shadow:none;
}
.quick-choice-band .task-card p{
  color:#3d4d69;
}
.quick-choice-band .task-card .text-link{
  color:var(--blue);
}
.quick-choice-band .task-num{
  color:#97a4bd;
}
.quick-choice-band .task-card:hover,
.quick-choice-band .task-card:focus-visible{
  background:#fff;
  transform:translateY(-6px);
  border-color:#9eb1ff;
  box-shadow:0 30px 78px rgba(0,0,0,.28),0 0 0 1px rgba(47,85,239,.18) inset;
}
.quick-choice-band .task-card:hover h3,
.quick-choice-band .task-card:focus-visible h3{
  color:var(--blue);
}
.quick-choice-band .task-card:hover .text-link,
.quick-choice-band .task-card:focus-visible .text-link{
  color:#1d38b8;
}

/* Two-column parameter details inside long setup instructions. */
.parameter-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin:20px 0;
}
.parameter-grid>div{
  padding:18px;
  border:1px solid #dce5ff;
  border-radius:14px;
  background:#fff;
}
.parameter-grid h4{
  margin:0 0 12px;
  font-size:1rem;
  color:var(--ink);
}
.parameter-grid .feature-list{
  margin-top:0;
}
@media(max-width:760px){.parameter-grid{grid-template-columns:1fr;}}

/* Keep instruction screenshots at their original display size when smaller than the card. */
.guide-shot img,
.faq-shot img{
  width:auto;
  max-width:100%;
  margin-left:auto;
  margin-right:auto;
}

/* Compact product hero: reduce empty vertical space on product pages. */
.product-hero{
  padding-top:44px;
  padding-bottom:42px;
}
.product-hero .back{
  margin-bottom:26px;
}
.product-title{
  align-items:stretch;
  gap:28px;
  min-height:0;
}
.product-title>div:first-child{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:34px 0;
}
.product-title .app-icon{
  margin-bottom:20px;
}
.product-title h1{
  margin-top:12px;
  max-width:760px;
}
.product-title p{
  margin-top:18px;
  max-width:620px;
}
.product-actions{
  margin-top:26px;
}
.product-summary{
  padding:30px;
}
.product-facts{
  gap:8px;
  margin:16px 0 18px;
}
.product-facts div{
  padding:10px 12px;
}
.product-mini-flow{
  padding-top:14px;
}
.product-mini-flow .flow-item{
  min-height:58px;
  padding:12px 14px;
}
@media(max-width:900px){
  .product-hero{padding-top:32px;padding-bottom:34px;}
  .product-title>div:first-child{padding:20px 0;}
}

/* Source-matching structured instruction pages. */
.instruction-toc{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 28px;
}
.instruction-toc a{
  display:inline-flex;
  align-items:center;
  min-height:40px;
  padding:9px 13px;
  border:1px solid #cbd6ff;
  border-radius:14px;
  background:#fff;
  color:var(--blue);
  font-weight:800;
  font-size:.82rem;
}
.wiki-structured{
  display:grid;
  gap:26px;
}
.wiki-block{
  border:1px solid #dce5ff;
  border-radius:28px;
  padding:28px;
  background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);
  box-shadow:0 22px 62px rgba(29,56,184,.08);
}
.wiki-block-head{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:18px;
  align-items:start;
  margin-bottom:22px;
}
.wiki-block-head.no-index{grid-template-columns:1fr;}
.photo-guide-ready h2{margin:14px 0 16px;}
.photo-guide-ready .photo-guide__lead{margin:0 0 32px;}
@media (min-width:581px){
  .product-title .app-icon{
    width:200px!important;
    height:200px!important;
    border-radius:42px!important;
  }
}

/* Portrait instruction screenshots use the same inset above and beside the image. */
.guide-shot.portrait-shot{
  padding:18px 18px 0;
}
.guide-shot.portrait-shot figcaption{
  align-self:stretch;
  margin:0 -18px;
  padding:12px 18px;
}

/* Consistent screenshot scale in the «Обмен с 1С + Заказ» instruction. */
.order-exchange-page .instruction-modal-step .guide-shot{
  width:fit-content;
  max-width:100%;
  justify-self:start;
}
.order-exchange-page .instruction-modal-step .guide-shot img{
  width:auto!important;
  height:min(360px,56vh)!important;
  max-height:min(360px,56vh)!important;
  object-fit:contain!important;
}

/* Keep the image inset equal on all sides in the order-exchange guide. */
.order-exchange-page .instruction-modal-step .guide-shot{
  padding:18px 18px 0;
}
.order-exchange-page .instruction-modal-step .guide-shot figcaption{
  align-self:stretch;
  margin:0 -18px;
  padding:12px 18px;
}
@media (min-width:900px){
  .order-exchange-page .instruction-modal-step .order-create-gallery .guide-shot img{
    height:min(300px,48vh)!important;
    max-height:min(300px,48vh)!important;
  }
}
@media (min-width:1600px){
  #apps .app-card .app-icon{
    width:143px!important;
    height:143px!important;
    border-radius:30px!important;
  }
}
.wiki-block-head>span{
  display:inline-grid;
  place-items:center;
  width:48px;
  height:48px;
  border-radius:999px;
  background:var(--blue);
  color:#fff;
  font-weight:900;
}
.wiki-block-head h3{
  margin:0;
  font-size:clamp(1.45rem,2.3vw,2.15rem);
}
.wiki-block-head p{
  margin-top:8px;
  color:var(--muted);
  line-height:1.6;
}
.guide-steps.compact{
  display:grid;
  gap:18px;
}
.link-cards{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.task-card.mini{
  min-height:auto;
}
.params-overview-shot{
  margin-bottom:30px;
}
.param-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.param-list article{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:14px;
  padding:18px;
  border:1px solid #dce5ff;
  border-radius:14px;
  background:#fff;
}
.param-list article>span{
  display:inline-grid;
  place-items:center;
  width:36px;
  height:36px;
  border-radius:999px;
  background:#edf3ff;
  color:var(--blue);
  font-weight:900;
  font-size:.8rem;
}
.param-list h3{
  margin:0;
  font-size:1rem;
}
.param-list p{
  margin-top:7px;
  color:var(--muted);
  line-height:1.55;
  font-size:.86rem;
}
@media(max-width:760px){
  .wiki-block{padding:22px;}
  .wiki-block-head{grid-template-columns:1fr;}
  .link-cards,.param-list{grid-template-columns:1fr;}
}

/* Single link card in source-structured block should fill the section width. */
.wiki-block .link-cards:has(> .task-card.mini:only-child){
  grid-template-columns:1fr;
}
.wiki-block .link-cards:has(> .task-card.mini:only-child) .task-card.mini{
  width:100%;
}

/* Source action sequence inside the automatic exchange section. */
.source-action-list{
  display:grid;
  gap:18px;
  margin-top:22px;
}
.source-action{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:16px;
  padding:18px;
  border:1px solid #dce5ff;
  border-radius:20px;
  background:#fff;
}
.source-action>span{
  display:inline-grid;
  place-items:center;
  width:40px;
  height:40px;
  border-radius:999px;
  background:#edf3ff;
  color:var(--blue);
  font-weight:900;
}
.source-action h4{
  margin:0 0 9px;
  font-size:1.05rem;
  color:var(--ink);
}
.source-action p{
  margin-top:0;
}
.source-action .guide-gallery{
  margin-top:14px;
}
@media(max-width:680px){.source-action{grid-template-columns:1fr}.source-action>span{width:max-content;padding:0 12px}}

/* Extra spacing for source notes that follow screenshots. */
.separated-note{
  margin-top:16px;
}

/* Accent source note in the site blue visual language. */
.accent-note{
  margin-top:12px;
  padding:10px 12px 10px 14px;
  border-left:3px solid var(--blue);
  border-radius:12px;
  background:#edf3ff;
  color:#1d38b8;
}
.accent-note em{
  color:inherit;
}

/* Softer captions for instruction and FAQ screenshots. */
.guide-shot figcaption,
.faq-shot figcaption{
  color:#9aa5b8;
  font-size:.68rem;
  line-height:1.36;
  font-weight:400;
}

.accent-note + .button,
.accent-note + .button.secondary{
  margin-top:12px;
}


/* Apply the homepage hero card treatment to top blocks on inner pages. */
.product-hero,
.faq-hero{
  position:relative;
  isolation:isolate;
  padding-top:64px;
  padding-bottom:76px;
}
.product-hero::before,
.faq-hero::before{
  content:"";
  position:absolute;
  inset:28px -24px 20px;
  z-index:-1;
  border-radius:34px;
  background:
    radial-gradient(circle at 20% 12%, rgba(41,75,233,.14), transparent 34%),
    radial-gradient(circle at 86% 35%, rgba(116,221,199,.18), transparent 33%),
    linear-gradient(135deg, #f3f7ff 0%, #ffffff 58%, #eef7ff 100%);
  border:1px solid rgba(180,195,231,.56);
  box-shadow:0 26px 80px -58px rgba(41,75,233,.75);
}
.product-hero .back,
.faq-hero .back{
  position:relative;
  z-index:1;
}
.product-hero .product-title,
.faq-hero .product-title{
  margin-top:34px;
}
.product-hero .product-visual,
.faq-hero .product-visual{
  background:rgba(243,247,255,.72);
  border-color:#cfd9f3;
  box-shadow:0 18px 52px -44px rgba(41,75,233,.62);
}
@media(max-width:900px){
  .product-hero,
  .faq-hero{padding-top:46px;padding-bottom:58px;}
  .product-hero::before,
  .faq-hero::before{inset:16px -12px 10px;border-radius:26px;}
}
@media(max-width:580px){
  .product-hero,
  .faq-hero{padding-top:34px;padding-bottom:48px;}
  .product-hero::before,
  .faq-hero::before{inset:10px -8px 6px;border-radius:11px!important;}
}

/* Larger product icon in the inner page hero. */
.product-title .app-icon{
  width:105px!important;
  height:105px!important;
  border-radius:22px!important;
  margin-bottom:28px!important;
}
@media(max-width:580px){
  .product-title .app-icon{
    width:88px!important;
    height:88px!important;
    border-radius:18px!important;
  }
}

/* Tighter inner page hero layout after larger product icons. */
.product-hero,
.faq-hero{
  padding-top:46px;
  padding-bottom:54px;
}
.product-hero::before,
.faq-hero::before{
  inset:18px -18px 14px;
}
.product-hero .product-title,
.faq-hero .product-title{
  margin-top:22px;
  align-items:start;
}
.product-title>div:first-child{
  justify-content:flex-start;
  padding-top:10px;
  padding-bottom:20px;
}
.product-title .app-icon{
  margin-bottom:18px!important;
}
.product-title p{
  margin-top:12px;
}
.product-actions{
  margin-top:24px;
}
@media(max-width:900px){
  .product-hero,
  .faq-hero{padding-top:36px;padding-bottom:44px;}
  .product-hero::before,
  .faq-hero::before{inset:12px -10px 8px;}
}

/* Make footer phone link visible without hover. */
footer a[href^="tel:"]{
  color:#dfe7ff;
  font-weight:700;
  text-decoration:underline;
  text-decoration-color:rgba(154,172,255,.75);
  text-underline-offset:4px;
  text-decoration-thickness:1px;
}
footer a[href^="tel:"]:hover{
  color:#ffffff;
  text-decoration-color:#ffffff;
}

/* Make all phone links visible without underline. */
a[href^="tel:"]{
  color:#1f43dc;
  font-weight:700;
  text-decoration:none;
}
footer a[href^="tel:"]{
  color:#dfe7ff;
  font-weight:700;
  text-decoration:none;
}
a[href^="tel:"]:hover,
footer a[href^="tel:"]:hover{
  color:var(--blue);
  text-decoration:none;
}
footer a[href^="tel:"]:hover{
  color:#ffffff;
}

/* Highlight support working hours like phone numbers. */
.phone-time{
  font-weight:700;
}


.phone-copy-bubble{
  position:absolute;
  z-index:1000;
  padding:7px 10px;
  border-radius:9px;
  background:#ffffff;
  color:var(--blue);
  border:1px solid #cbd6ff;
  box-shadow:0 10px 28px rgba(18,34,68,.18);
  font-size:.76rem;
  font-weight:700;
  line-height:1;
  pointer-events:none;
  opacity:0;
  transform:translateY(4px);
  transition:opacity .16s ease, transform .16s ease;
}
.phone-copy-bubble.visible{
  opacity:1;
  transform:translateY(0);
}

/* Plain hero only for the parameters page. */
.parameters-hero{
  padding-top:36px;
  padding-bottom:56px;
}
.parameters-hero::before{
  content:none!important;
}
.parameters-hero .product-visual{
  background:var(--tint);
  border-color:var(--line);
  box-shadow:none;
}


/* Homepage site search. */
.site-search-section{
  padding-block:26px 82px;
}
.site-search-card{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:42px;
  align-items:start;
  padding:30px;
  border:1px solid #dce5ff;
  border-radius:26px;
  background:linear-gradient(135deg,#f8fbff 0%,#eef4ff 100%);
  box-shadow:0 24px 70px -62px #294be9;
}
.site-search-copy h2{
  font-size:clamp(1.7rem,2.7vw,2.55rem);
}
.site-search-copy p{
  margin-top:18px;
  max-width:470px;
}
.site-search-panel{
  display:grid;
  gap:14px;
}
.site-search-field{
  display:grid;
  gap:8px;
  font-size:.74rem;
  font-weight:700;
  color:var(--ink);
}
.site-search-field input{
  border-color:#bfccff;
  border-radius:14px;
  padding:15px 16px;
  font-size:1rem;
  box-shadow:0 10px 24px #294be910;
}
.site-search-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.site-search-tags button{
  border:1px solid #cbd7ff;
  background:#fff;
  color:var(--blue);
  border-radius:999px;
  padding:7px 12px;
  font-size:.76rem;
  font-weight:700;
  cursor:pointer;
}
.site-search-tags button:hover{
  background:#edf3ff;
}
.site-search-results{
  display:grid;
  gap:10px;
  margin-top:2px;
}
.site-search-result{
  display:grid;
  gap:4px;
  padding:13px 14px;
  border:1px solid #dce5ff;
  border-radius:16px;
  background:#fff;
}
.site-search-result:hover{
  border-color:#9eb1ff;
  box-shadow:0 12px 28px #183a8812;
  color:inherit;
}
.site-search-result span{
  color:var(--blue);
  font-size:.68rem;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.site-search-result strong{
  color:var(--ink);
  line-height:1.25;
}
.site-search-result small,
.site-search-empty{
  color:var(--muted);
  font-size:.74rem;
  line-height:1.45;
}
.site-search-empty{
  margin:0;
  padding:14px;
  background:#fff;
  border:1px solid #dce5ff;
  border-radius:16px;
}
@media(max-width:800px){
  .site-search-section{padding-block:10px 58px;}
  .site-search-card{grid-template-columns:1fr;gap:24px;padding:24px;}
}
@media(max-width:580px){
  .site-search-card{padding:20px;border-radius:20px;}
  .site-search-tags button{flex:1 1 auto;}
}

/* Header search field. */
.nav-search{
  position:relative;
  display:flex;
  flex-wrap:nowrap;
  align-items:center;
  width:min(180px,19vw);
  margin-left:8px;
  border:1px solid #dce5ff;
  border-radius:14px;
  background:#fff;
  overflow:visible;
  box-shadow:0 8px 22px #294be908;
}
.nav-search input{
  flex:1 1 auto;
  width:auto;
  border:0;
  min-width:0;
  padding:6px 5px 6px 12px;
  font-size:.74rem;
  background:transparent;
}
.nav-search input:focus{
  outline:0;
}
.nav-search:focus-within{
  border-color:#9eb1ff;
  box-shadow:0 0 0 3px #294be91a;
}
@media(max-width:1100px){
  .nav-search{width:min(175px,20vw);}
}
@media(max-width:800px){
  .nav-search{width:150px;}
}
@media(max-width:580px){
  .nav-search{
    order:3;
    width:100%;
    margin:8px 0 0;
  }
  .menu-toggle{order:2;}
  nav{top:112px;}
}

.nav-search-popover{
  position:fixed;
  left:0;
  top:0;
  display:none;
  min-width:280px;
  max-height:300px;
  overflow:auto;
  padding:7px;
  border:1px solid #dce5ff;
  border-radius:14px;
  background:#fff;
  box-shadow:0 18px 46px #183a8820;
  z-index:100;
}

/* Keep the search field visible without letting browser focus scroll the document. */
header{
  position:fixed;
  right:0;
  left:0;
  width:100%;
}
body{padding-top:88px;}
@media(max-width:800px){body{padding-top:75px;}}
@media(max-width:580px){body{padding-top:70px;}}

/* Screenshot previews keep their natural size and never upscale the source image. */
.guide-shot img,
.faq-shot img{
  width:auto!important;
  max-width:100%!important;
  height:auto!important;
  margin-inline:auto;
  object-fit:contain!important;
}
.faq-modal .faq-shot img,
.faq-detail-list .faq-shot img{
  transform:none!important;
}
.nav-search-popover.open{
  display:grid;
  gap:6px;
}
.nav-search-popover a,
.nav-search-popover p{
  display:grid;
  gap:3px;
  margin:0;
  padding:8px 10px;
  border-radius:12px;
  font-size:.74rem;
}
.nav-search-popover a:hover,
.nav-search-popover a:focus{
  background:#edf3ff;
  color:inherit;
}
.nav-search-popover span{
  color:var(--blue);
  font-size:.58rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.nav-search-popover strong{
  color:var(--ink);
  line-height:1.25;
}
.nav-search-popover small,
.nav-search-popover p{
  color:var(--muted);
  line-height:1.3;
}
@media(max-width:580px){
  .nav-search-popover{min-width:0;}
}






/* Larger catalog card icons on the homepage. */
#apps .app-card .app-icon,
#apps .app-card .support-icon{
  width:42px!important;
  height:42px!important;
  border-radius:11px!important;
}
#apps .app-card .support-icon{
  font-size:3rem;
}
#apps .app-card .card-topline{
  align-items:flex-start;
}
@media(max-width:580px){
  #apps .app-card .app-icon,
  #apps .app-card .support-icon{
    width:42px!important;
    height:42px!important;
    border-radius:18px;
  }
}


/* Clean single-frame header search. */
.nav-search{
  border:1px solid #cbd7ff;
  box-shadow:0 8px 20px #294be90a;
}
.nav-search input,
.nav-search input:focus,
.nav-search input:focus-visible{
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  border-radius:0!important;
}
.nav-search:focus-within{
  border-color:#294be9;
  box-shadow:0 0 0 2px #294be918;
}

/* Compact desktop hero so the first frame fits into a 1920x1080 viewport. */
@media (min-width:981px){
  .hero{
    min-height:calc(100vh - 88px);
    padding-block:54px 44px;
    gap:42px;
  }
  .hero::before{
    inset:24px -28px 18px;
    border-radius:30px;
  }
  .hero .eyebrow{
    margin-bottom:16px;
  }
  .hero h1{
    font-size:clamp(2.9rem,3.7vw,3.9rem);
    line-height:1.02;
  }
  .hero-copy>p{
    margin-top:18px;
    font-size:1rem;
    line-height:1.55;
    max-width:520px;
  }
  .hero-actions{
    margin-top:24px;
  }
  .hero-proof{
    margin-top:24px;
    gap:10px;
  }
  .hero-proof span{
    padding:11px 13px;
  }
  .hero-note{
    margin-top:16px;
  }
  .exchange{
    padding:22px;
    border-radius:24px;
  }
  .systems{
    padding:24px 0;
  }
  .system{
    min-height:102px;
  }
  .data-rows>div{
    padding:10px 14px;
  }
  .exchange-foot{
    margin-top:12px;
  }
}
/* Home page refinements from review comments. */
.hero-note{
  align-items:center;
}
.hero-note span,
.hero-note span:first-child,
.hero-note span:last-child{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:7px 14px;
  border:1px solid rgba(185,199,239,.72);
  border-radius:14px;
  background:#fff;
  text-align:center;
}
.task-badge{
  min-width:max-content;
}
#apps .app-card .app-icon,
#apps .app-card .support-icon{
  width:95px!important;
  height:95px!important;
  border-radius:24px!important;
}
#apps .app-card .support-icon{
  font-size:5rem!important;
}
#features.section{
  padding-block:64px;
}
#features h2{
  font-size:clamp(2rem,2.8vw,2.85rem);
}
#features .features{
  margin-top:30px;
  gap:24px 44px;
}
#features .features article{
  padding-top:15px;
}
#features .feature-num{
  margin-bottom:12px;
}
#features .features h3{
  font-size:1.1rem;
}
#features .features p{
  margin-top:8px;
  font-size:.86rem;
  line-height:1.5;
}
#features .features+.small{
  margin-top:18px;
}
.linked-steps a{
  display:block;
  color:inherit;
}
.linked-steps li{
  transition:transform .2s,border-color .2s;
}
.linked-steps li:hover{
  transform:translateY(-2px);
  border-color:#9fb0f4;
}
@media(max-width:580px){
  #apps .app-card .app-icon,
  #apps .app-card .support-icon{
    width:78px!important;
    height:78px!important;
  }
}
/* Full-card links for materials section. */
.material-card{
  display:block;
  color:inherit;
  cursor:pointer;
}
.material-card:hover{
  color:inherit;
}
.material-card:hover h3,
.material-card:hover .text-link{
  color:var(--blue);
}
/* Compact product hero for application pages on desktop. */
@media (min-width:981px){
  .product-hero{
    padding-block:24px 44px;
  }
  .product-title{
    margin-top:26px;
    gap:56px;
    align-items:start;
  }
  .product-title .app-icon,
  .product-title .support-icon{
    width:58px!important;
    height:58px!important;
    margin-bottom:16px;
  }
  .product-title .eyebrow{
    margin-bottom:10px;
  }
  .product-title h1{
    font-size:clamp(2.35rem,3.1vw,3.35rem);
    line-height:1.03;
  }
  .product-title p{
    margin:16px 0 22px;
    font-size:1rem;
    line-height:1.5;
  }
  .product-actions{
    display:grid;
    gap:10px;
    max-width:310px;
  }
  .product-actions .button{
    padding:13px 20px;
  }
  .product-visual{
    padding:24px;
    border-radius:14px;
  }
  .product-facts{
    gap:10px;
  }
  .product-facts>div{
    padding:12px 14px;
  }
  .product-mini-flow{
    margin-top:18px;
  }
  .product-mini-flow .eyebrow{
    margin-bottom:12px;
  }
  .flow-item{
    padding:14px 16px;
    margin-bottom:10px;
  }
  .flow-item strong{
    font-size:1rem;
  }
  .product-visual p{
    margin-top:14px;
  }
}
/* Nicely grouped parameter cards inside receipt terminal settings. */
.param-source-layout{
  margin-top:26px;
  display:grid;
  gap:24px;
}
.param-source-group{
  padding:22px;
  border:1px solid #dbe5ff;
  border-radius:20px;
  background:linear-gradient(180deg,#f8fbff 0%,#fff 100%);
}
.param-source-group h5{
  margin:0 0 16px;
  font-size:.78rem;
  line-height:1.2;
  letter-spacing:.13em;
  text-transform:uppercase;
  color:var(--blue);
}
.param-source-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.param-source-card{
  padding:16px 18px;
  border:1px solid rgba(190,205,244,.82);
  border-radius:16px;
  background:#fff;
  box-shadow:0 12px 30px rgba(28,56,120,.06);
}
.param-source-card h6{
  margin:0 0 8px;
  font-size:1rem;
  line-height:1.3;
  letter-spacing:-.02em;
  color:var(--ink);
}
.param-source-card p{
  margin:0;
  font-size:.92rem;
  line-height:1.55;
}
@media(max-width:760px){
  .param-source-grid{grid-template-columns:1fr;}
  .param-source-group{padding:18px;}
}
/* Screenshots should sit flush to the card edges in guide galleries. */
.guide-shot img{
  width:100%;
  display:block;
}
.receipt-source-structure .guide-shot{
  padding-left:0!important;
  padding-right:0!important;
}
.receipt-source-structure .guide-shot img{
  border-left:0;
  border-right:0;
  border-radius:0;
}
.receipt-source-structure .guide-shot figcaption{
  padding-left:14px;
  padding-right:14px;
}
/* Spacing between warning and parameter cards. */
.param-source-group > .source-note.accent-note + .param-source-grid{
  margin-top:18px;
}
/* Market buttons inside receipt prepayment section. */
.market-button-row{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:18px;
}
.market-button{
  width:max-content;
  min-width:230px;
}
@media(max-width:580px){
  .market-button-row{display:grid;}
  .market-button{width:100%;min-width:0;}
}
/* Consistent spacing between receipt instruction text and screenshots. */
.receipt-source-structure .source-action p + .guide-gallery,
.receipt-source-structure .source-action ul + .guide-gallery,
.receipt-source-structure .source-action .guide-gallery + p,
.receipt-source-structure .source-action .guide-gallery + ul,
.receipt-source-structure .source-action .guide-gallery + .source-note,
.receipt-source-structure .wiki-block > p + .guide-gallery,
.receipt-source-structure .wiki-block > .guide-gallery + p,
.receipt-source-structure .wiki-block > .guide-gallery + ul{
  margin-top:22px;
}
.receipt-source-structure .source-action .guide-gallery,
.receipt-source-structure .wiki-block > .guide-gallery{
  margin-bottom:24px;
}
.receipt-source-structure .source-action p + p{
  margin-top:14px;
}
.receipt-source-structure .source-action .guide-gallery:last-child,
.receipt-source-structure .wiki-block > .guide-gallery:last-child{
  margin-bottom:0;
}
@media(max-width:580px){
  .receipt-source-structure .source-action p + .guide-gallery,
  .receipt-source-structure .source-action ul + .guide-gallery,
  .receipt-source-structure .source-action .guide-gallery + p,
  .receipt-source-structure .source-action .guide-gallery + ul,
  .receipt-source-structure .source-action .guide-gallery + .source-note,
  .receipt-source-structure .wiki-block > p + .guide-gallery,
  .receipt-source-structure .wiki-block > .guide-gallery + p,
  .receipt-source-structure .wiki-block > .guide-gallery + ul{
    margin-top:18px;
  }
  .receipt-source-structure .source-action .guide-gallery,
  .receipt-source-structure .wiki-block > .guide-gallery{
    margin-bottom:20px;
  }
}

/* Compact hero frame for receipt app page. */
body.receipt-page .product-hero{
  padding-top:29px;
  padding-bottom:61px;
}
body.receipt-page .product-hero .product-title{
  margin-top:40px;
}
body.receipt-page .product-hero .product-title .app-icon{
  margin-bottom:19px;
}
body.receipt-page .product-hero .product-title p{
  margin-top:18px;
  margin-bottom:24px;
}
body.receipt-page .product-hero .product-visual{
  padding:26px;
}
body.receipt-page .product-hero .flow-item{
  padding:16px;
  margin-bottom:10px;
}
@media(max-width:580px){
  body.receipt-page .product-hero{
    padding-top:20px;
    padding-bottom:40px;
  }
  body.receipt-page .product-hero .product-title{
    margin-top:24px;
  }
}

/* Unified phone links across support blocks and footer. */
a[href^="tel:"]{
  color:var(--blue);
  font-weight:700;
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:3px;
  cursor:pointer;
  white-space:nowrap;
}
a[href^="tel:"]:hover,
a[href^="tel:"]:focus-visible{
  color:#1d38b8;
  text-decoration:none;
}
a[href^="tel:"]:active{
  transform:translateY(1px);
}
footer a[href^="tel:"]{
  color:#ffffff;
  text-decoration-color:rgba(255,255,255,.68);
}
footer a[href^="tel:"]:hover,
footer a[href^="tel:"]:focus-visible{
  color:#9aacff;
  text-decoration:none;
}

/* Final compact product hero for all application pages: tuned for 1920x1080. */
@media (min-width:981px){
  .product-hero{
    padding-top:24px!important;
    padding-bottom:41px!important;
  }
  .product-hero::before{
    inset:10px -18px 10px!important;
  }
  .product-hero .back{
    margin-bottom:0!important;
  }
  .product-hero .product-title{
    margin-top:22px!important;
    gap:60px!important;
    align-items:start!important;
  }
  .product-title>div:first-child{
    padding-top:4px!important;
    padding-bottom:12px!important;
  }
  .product-title .app-icon,
  .product-title .support-icon{
    width:56px!important;
    height:56px!important;
    margin-bottom:14px!important;
    border-radius:13px!important;
  }
  .product-title .eyebrow{
    margin-bottom:8px!important;
  }
  .product-title h1{
    font-size:clamp(2.28rem,2.85vw,3.1rem)!important;
    line-height:1.02!important;
  }
  .product-title p{
    margin:14px 0 22px!important;
    font-size:.98rem!important;
    line-height:1.45!important;
    max-width:600px!important;
  }
  .product-actions{
    margin-top:22px!important;
    display:grid!important;
    gap:10px!important;
    max-width:310px!important;
  }
  .product-actions .button{
    padding:12px 19px!important;
  }
  .product-visual{
    padding:24px!important;
    border-radius:14px!important;
  }
  .product-facts{
    gap:8px!important;
    margin:14px 0 17px!important;
  }
  .product-facts>div{
    padding:10px 12px!important;
  }
  .product-mini-flow{
    margin-top:17px!important;
    padding-top:10px!important;
  }
  .product-mini-flow .eyebrow{
    margin-bottom:10px!important;
  }
  .flow-item{
    min-height:62px!important;
    padding:12px 14px!important;
    margin-bottom:8px!important;
  }
  .flow-item strong{
    font-size:.98rem!important;
  }
  .product-visual p{
    margin-top:10px!important;
  }
}
@media(max-width:980px){
  .product-hero{padding-top:32px!important;padding-bottom:42px!important;}
}

/* Final compact first-frame sizing across all pages. */
@media (min-width:981px){
  .hero{
    min-height:0!important;
    padding-top:52px!important;
    padding-bottom:42px!important;
    gap:41px!important;
  }
  .hero::before{
    inset:12px -24px 8px!important;
    border-radius:28px!important;
  }
  .hero .eyebrow{
    margin-bottom:14px!important;
  }
  .hero h1{
    font-size:clamp(2.55rem,3.25vw,3.45rem)!important;
    line-height:1.01!important;
  }
  .hero-copy>p{
    margin-top:17px!important;
    font-size:.96rem!important;
    line-height:1.48!important;
    max-width:500px!important;
  }
  .hero-actions{
    margin-top:23px!important;
    gap:10px 14px!important;
  }
  .hero-actions .button{
    padding:12px 18px!important;
  }
  .hero-proof{
    margin-top:23px!important;
    gap:8px!important;
  }
  .hero-proof span{
    padding:9px 11px!important;
  }
  .hero-note{
    margin-top:16px!important;
    gap:8px!important;
  }
  .hero-note span{
    min-height:38px!important;
    padding:5px 10px!important;
  }
  .exchange{
    padding:18px!important;
    border-radius:22px!important;
  }
  .systems{
    padding:18px 0!important;
  }
  .system{
    min-height:92px!important;
    padding:10px 6px!important;
  }
  .system b{
    font-size:2.35rem!important;
  }
  .evotor b{
    font-size:1.32rem!important;
  }
  .data-rows>div{
    padding:10px 12px!important;
  }
  .exchange-foot{
    margin-top:12px!important;
  }
  .product-hero,
  .faq-hero,
  .parameters-hero{
    padding-top:16px!important;
    padding-bottom:27px!important;
  }
  .product-hero::before,
  .faq-hero::before{
    inset:8px -16px 8px!important;
  }
}
@media(max-width:980px){
  .hero{padding-top:34px!important;padding-bottom:28px!important;}
  .product-hero,
  .faq-hero,
  .parameters-hero{padding-top:26px!important;padding-bottom:34px!important;}
}

/* FAQ details heading should scroll normally. */
.faq-details-section .section-heading{
  position:static!important;
  top:auto!important;
  z-index:auto!important;
  background:transparent!important;
  backdrop-filter:none!important;
  box-shadow:none!important;
}

/* Hard-disable sticky state for FAQ detail headers. */
section.faq-details-section > .section-heading,
main#main section.faq-details-section > .section-heading{
  position:static!important;
  top:auto!important;
  z-index:auto!important;
  padding-top:0!important;
  background:transparent!important;
  -webkit-backdrop-filter:none!important;
  backdrop-filter:none!important;
}

/* FAQ fullscreen modal windows. */
body.faq-modal-open{overflow:hidden;}
.faq-modal{
  position:fixed;
  inset:0;
  z-index:70;
  display:none;
  align-items:stretch;
  justify-content:stretch;
  padding:clamp(14px,2.2vw,28px);
  background:rgba(11,20,38,.72);
  backdrop-filter:blur(8px);
  overflow:hidden;
}
.faq-modal.open{display:flex;}
.faq-modal__panel{
  width:100%;
  min-height:calc(100vh - clamp(28px,4.4vw,56px));
  max-height:calc(100vh - clamp(28px,4.4vw,56px));
  position:relative;
  background:linear-gradient(180deg,#f7faff 0%,#fff 420px);
  border:1px solid #c8d7ff;
  border-radius:26px;
  padding:clamp(24px,4vw,56px) clamp(18px,6vw,88px) 72px;
  box-shadow:0 34px 90px rgba(0,0,0,.30);
  overflow:auto;
}
.faq-modal__panel::before{
  content:'';
  position:absolute;
  inset:0 0 auto;
  height:1px;
  background:rgba(255,255,255,.74);
}
.faq-modal__close{
  position:sticky;
  top:0;
  float:right;
  z-index:3;
  width:48px;
  height:48px;
  border:0;
  border-radius:999px;
  background:var(--blue);
  color:#fff;
  font-size:1.65rem;
  line-height:1;
  cursor:pointer;
  margin:0 0 18px 24px;
  box-shadow:0 14px 34px rgba(47,80,237,.26);
}
.faq-modal__close:hover{background:#1d38b8;}
.faq-modal .faq-detail-head,
.faq-modal .faq-action-list{
  width:min(1180px,100%);
  margin-left:auto;
  margin-right:auto;
}
.faq-modal .faq-detail-head{padding-right:64px;}
.faq-modal .faq-action-list{margin-top:28px;}
.faq-modal-trigger{cursor:pointer;}
@media(max-width:640px){
  .faq-modal{padding:10px;}\n  .faq-modal__panel{min-height:calc(100vh - 20px);max-height:calc(100vh - 20px);padding:18px 14px 48px;border-radius:18px;}
  .faq-modal__close{width:44px;height:44px;margin:0 0 14px 14px;}
  .faq-modal .faq-detail-head{padding-right:0;}
}




/* Increase FAQ first frame to match the updated application pages. */
@media (min-width:981px){
  .faq-hero{
    padding-top:24px!important;
    padding-bottom:41px!important;
  }
  .faq-hero::before{
    inset:10px -18px 8px!important;
  }
  .faq-hero .product-title{
    margin-top:22px!important;
    gap:60px!important;
    align-items:start!important;
  }
  .faq-hero .product-visual{
    padding:24px!important;
  }
}


/* Home page design refinements. */
.scenario-chips{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:-18px 0 34px;
}
.scenario-chips a{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:8px 14px;
  border:1px solid #cbd6ff;
  border-radius:999px;
  background:#f6f8ff;
  color:var(--blue);
  font-size:.82rem;
  font-weight:800;
}
.scenario-chips a:hover{
  background:var(--blue);
  color:#fff;
}
.primary-cards .app-card{
  min-height:430px;
  border-color:#c9d5ff;
  box-shadow:0 22px 60px rgba(29,56,184,.08);
}
.compact-cards .app-card{
  padding:20px 18px 16px;
}
.compact-cards .app-icon,
.compact-cards .support-icon{
  width:48px;
  height:48px;
  border-radius:10px;
}
.compact-cards .category{
  margin-top:14px;
}
.compact-cards .app-card h3{
  font-size:1.12rem;
  min-height:2.6em;
}
.compact-cards .app-card p{
  font-size:.8rem;
  line-height:1.48;
}
.compact-cards .fit-line{
  font-size:.7rem;
  margin-top:12px;
}
.support-checklist{
  list-style:none;
  padding:0;
  margin:22px 0 0;
  display:grid;
  gap:9px;
  max-width:410px;
}
.support-checklist li{
  position:relative;
  padding:10px 13px 10px 34px;
  border:1px solid rgba(41,75,233,.18);
  border-radius:12px;
  background:rgba(255,255,255,.55);
  color:#34435c;
  font-size:.86rem;
  line-height:1.35;
}
.support-checklist li::before{
  content:'✓';
  position:absolute;
  left:13px;
  top:10px;
  color:var(--blue);
  font-weight:800;
}
@media(max-width:580px){
  .scenario-chips{margin-top:-8px;margin-bottom:24px;}
  .primary-cards .app-card{min-height:0;}
  .compact-cards .app-card h3{min-height:0;}
}

/* FAQ notes inside modal instructions. */
.faq-inline-note{
  width:min(1180px,100%);
  margin-left:auto;
  margin-right:auto;
}
.faq-action-list .faq-inline-note{
  margin-top:18px;
  margin-bottom:18px;
}

/* Larger, more readable notes across the site. */
.source-note{
  font-size:.84rem!important;
  line-height:1.68!important;
}
.accent-note{
  padding:12px 14px 12px 16px;
}
.accent-note em{
  font-size:inherit;
  line-height:inherit;
}

/* Links inside highlighted FAQ notes. */
.faq-note-link{
  color:inherit;
  font-weight:800;
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:4px;
}
.faq-note-link:hover{
  color:#1d38b8;
  text-decoration:none;
}





/* Increase screenshots in FAQ integration section 06. */
#faq-modal-06 .faq-screenshots.inline .faq-shot.small{
  max-width:310px;
  width:min(310px,100%);
}
#faq-modal-06 .faq-screenshots.inline .faq-shot.small img{
  max-height:none;
  width:100%;
}






/* Increase FAQ integration screenshots vertically. */
body:has(.faq-hero) .faq-modal .faq-shot img,
body:has(.faq-hero) .faq-detail-list .faq-shot img{
  max-height:none!important;
  transform:scaleY(1.1);
  transform-origin:center top;
}
body:has(.faq-hero) .faq-modal .faq-shot,
body:has(.faq-hero) .faq-detail-list .faq-shot{
  overflow:hidden;
}

/* Adaptive three-column FAQ screenshot grids. */
.faq-modal .faq-screenshots.inline,
.faq-detail-list .faq-screenshots.inline{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(190px,1fr))!important;
  align-items:start!important;
  gap:22px!important;
}
.faq-modal .faq-screenshots.inline .faq-shot,
.faq-detail-list .faq-screenshots.inline .faq-shot{
  width:100%!important;
  max-width:none!important;
}
@media (min-width:980px){
  .faq-modal .faq-screenshots.inline,
  .faq-detail-list .faq-screenshots.inline{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}



/* Fit FAQ integration section 12 screenshot by its aspect ratio. */
#faq-modal-19 .faq-action-step{
  min-height:480px;
  padding-bottom:34px;
}
#faq-modal-19 .faq-screenshots.inline{
  display:block!important;
}
#faq-modal-19 .faq-screenshots.inline .faq-shot{
  width:min(720px,100%)!important;
  max-width:720px!important;
  margin-inline:auto!important;
}
#faq-modal-19 .faq-screenshots.inline .faq-shot img{
  display:block;
  width:100%;
  height:auto!important;
  object-fit:contain;
}

/* Fit all FAQ screenshots by their aspect ratio. */
.faq-modal .faq-screenshots.inline .faq-shot,
.faq-detail-list .faq-screenshots.inline .faq-shot{
  height:auto!important;
  overflow:visible!important;
}
.faq-modal .faq-screenshots.inline .faq-shot img,
.faq-detail-list .faq-screenshots.inline .faq-shot img{
  display:block;
  width:100%;
  height:auto!important;
  max-height:none!important;
  object-fit:contain!important;
  transform:none!important;
}

/* Full-screen step windows for the 1С Basic processing guide. */
#basic-processing-guide .wiki-structured:has(.basic-processing-modal){
  display:contents;
}
#basic-processing-guide .basic-processing-modal{
  display:none;
  position:fixed;
  inset:20px;
  z-index:140;
  overflow:auto;
  max-width:none;
  margin:0;
  padding:76px clamp(24px,5vw,72px) 56px;
  border:1px solid #cbd9ff;
  border-radius:28px;
  background:#f8faff;
  box-shadow:0 28px 80px rgba(19,35,74,.38);
}
#basic-processing-guide .basic-processing-modal.open{
  display:block;
}
body.basic-processing-modal-open::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:130;
  background:rgba(18,30,58,.72);
}
body.basic-processing-modal-open{
  overflow:hidden;
}
#basic-processing-guide .basic-processing-modal__close{
  position:fixed;
  top:56px;
  right:56px;
  z-index:2;
  display:grid;
  width:54px;
  height:54px;
  place-items:center;
  border:0;
  border-radius:50%;
  background:#2d4fea;
  color:#fff;
  font-size:2rem;
  font-weight:700;
  cursor:pointer;
}
#basic-processing-guide .basic-processing-modal .guide-gallery.single .guide-shot{
  width:min(840px,100%);
  margin-inline:auto;
}
@media (max-width:700px){
  #basic-processing-guide .basic-processing-modal{
    inset:12px;
    padding:66px 20px 36px;
    border-radius:22px;
  }
  #basic-processing-guide .basic-processing-modal__close{
    top:30px;
    right:30px;
    width:46px;
    height:46px;
  }
}

/* Step list for the 1С Basic processing guide. */
#basic-processing-guide .basic-modal-toc{
  display:grid;
  gap:14px;
  margin:0 0 34px;
}
#basic-processing-guide .basic-modal-toc .basic-processing-trigger{
  display:grid;
  grid-template-columns:56px minmax(0,1fr);
  gap:18px;
  align-items:center;
  min-height:74px;
  padding:14px 20px;
  border:1px solid #dce5ff;
  border-radius:20px;
  background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);
  box-shadow:0 18px 45px rgba(15,23,42,.06);
  color:#182949;
  font-size:1.22rem;
  font-weight:800;
  line-height:1.2;
  text-align:left;
  transition:background-color .2s ease,transform .2s ease;
}
#basic-processing-guide .basic-modal-toc .basic-processing-trigger::before{
  content:attr(data-step-number);
  display:grid;
  width:52px;
  height:52px;
  place-items:center;
  border-radius:50%;
  background:#2d4fea;
  color:#fff;
  font-size:.92rem;
  font-weight:900;
  letter-spacing:.04em;
}
#basic-processing-guide .basic-modal-toc .basic-processing-trigger:hover,
#basic-processing-guide .basic-modal-toc .basic-processing-trigger:focus-visible{
  border-color:#9eb2ff;
  background:linear-gradient(180deg,#f8fbff 0%,#edf3ff 100%);
  box-shadow:0 22px 52px rgba(29,56,184,.12);
  transform:translateX(4px);
  outline:none;
}
@media (max-width:700px){
  #basic-processing-guide .basic-modal-toc .basic-processing-trigger{
    grid-template-columns:48px minmax(0,1fr);
    gap:14px;
    min-height:64px;
    font-size:1.04rem;
  }
#basic-processing-guide .basic-modal-toc .basic-processing-trigger::before{
    width:46px;
    height:46px;
  }
}

/* Shared desktop gutters for every modal window. */
@media (min-width:641px){
  .faq-modal{
    padding-inline:10vw;
  }
  .faq-modal__panel{
    min-height:calc(100vh - clamp(28px,4.4vw,56px));
    max-height:calc(100vh - clamp(28px,4.4vw,56px));
  }
  #basic-processing-guide .basic-processing-modal{
    inset-inline:10vw;
  }
  #basic-processing-guide .basic-processing-modal__close{
    right:calc(10vw + 32px);
  }
  .image-lightbox{
    padding-inline:10vw;
  }
  .image-lightbox img{
    max-width:80vw;
  }
  .image-lightbox__caption{
    max-width:80vw;
  }
  .image-lightbox__close{
    right:calc(10vw + 16px);
  }
}

/* Shared modal layout for non-FAQ instruction pages. */
.instruction-modal-ready .instruction-toc{
  display:none;
}
.instruction-modal-ready .wiki-structured,
.instruction-modal-ready .guide-steps,
.instruction-modal-ready .source-action-list{display:contents;}
.instruction-modal-list{
  display:grid;
  gap:14px;
  margin:0 0 34px;
}
.instruction-modal-list__trigger{
  display:grid;
  grid-template-columns:56px minmax(0,1fr);
  gap:18px;
  align-items:center;
  min-height:74px;
  padding:14px 20px;
  border:1px solid #dce5ff;
  border-radius:20px;
  background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);
  box-shadow:0 18px 45px rgba(15,23,42,.06);
  color:#182949;
  font-size:1.22rem;
  font-weight:800;
  line-height:1.2;
  text-align:left;
  transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease;
}
.instruction-modal-list__trigger::before{
  content:attr(data-step-number);
  display:grid;
  width:52px;
  height:52px;
  place-items:center;
  border-radius:50%;
  background:#2d4fea;
  color:#fff;
  font-size:.92rem;
  font-weight:900;
  letter-spacing:.04em;
}
.instruction-modal-list__download{
  display:inline-flex;
  width:max-content;
  min-height:0;
  padding:15px 22px;
  border-color:var(--blue);
  border-radius:7px;
  background:var(--blue);
  box-shadow:none;
  color:#fff;
  font-size:.9rem;
  line-height:1.4;
}
.instruction-modal-list__download::before{
  display:none;
}
.instruction-modal-list__downloads{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
.instruction-modal-list__trigger:hover,
.instruction-modal-list__trigger:focus-visible{
  border-color:#9eb2ff;
  background:linear-gradient(180deg,#f8fbff 0%,#edf3ff 100%);
  box-shadow:0 22px 52px rgba(29,56,184,.12);
  color:#182949;
  outline:none;
  transform:translateX(4px);
}
.instruction-modal-list__download:hover,
.instruction-modal-list__download:focus-visible{
  border-color:#1d38b8;
  background:#1d38b8;
  box-shadow:none;
  color:#fff;
  transform:translateY(-2px);
}
.instruction-modal-sublist{
  display:grid;
  gap:10px;
  margin:-4px 0 6px 74px;
}
.instruction-modal-list__subtrigger{
  grid-template-columns:36px minmax(0,1fr);
  gap:12px;
  min-height:62px;
  padding:11px 16px;
  border-radius:16px;
  font-size:1rem;
}
.instruction-modal-list__subtrigger::before{
  width:32px;
  height:32px;
  background:transparent;
  color:#2d4fea;
  border:1px solid #2d4fea;
  border-radius:50%;
  font-size:.72rem;
}
.instruction-modal-list__parent{
  min-height:62px;
  padding:4px 22px;
  border:0;
  background:transparent;
  box-shadow:none;
  cursor:default;
  pointer-events:none;
}
.instruction-modal-step{
  display:none;
  position:fixed;
  inset:20px 10vw;
  z-index:140;
  overflow:auto;
  max-width:none;
  margin:0;
  padding:76px clamp(24px,5vw,72px) 56px;
  border:1px solid #cbd9ff;
  border-radius:28px;
  background:#f8faff;
  box-shadow:0 28px 80px rgba(19,35,74,.38);
}
.instruction-modal-step.open{display:block;}
body.instruction-modal-open{overflow:hidden;}
body.instruction-modal-open::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:130;
  background:rgba(18,30,58,.72);
}
.instruction-modal__close{
  position:fixed;
  top:56px;
  right:calc(10vw + 32px);
  z-index:2;
  display:grid;
  width:54px;
  height:54px;
  place-items:center;
  border:0;
  border-radius:50%;
  background:#2d4fea;
  color:#fff;
  font-size:2rem;
  font-weight:700;
  cursor:pointer;
}
@media (max-width:640px){
  .instruction-modal-list__trigger{
    grid-template-columns:48px minmax(0,1fr);
    gap:14px;
    min-height:64px;
    font-size:1.04rem;
  }
  .instruction-modal-list__download{
    min-height:0;
    padding:14px 20px;
    font-size:.9rem;
  }
  .instruction-modal-list__trigger::before{width:46px;height:46px;}
  .instruction-modal-sublist{margin-left:24px;}
  .instruction-modal-list__subtrigger::before{width:32px;height:32px;}
  .instruction-modal-step{
    inset:12px;
    padding:66px 20px 36px;
    border-radius:22px;
  }
  .instruction-modal__close{
    top:30px;
    right:30px;
    width:46px;
    height:46px;
  }
}

/* Compact parameter cards with explanatory hover tooltips. */
.param-list article{
  position:relative;
  min-height:72px;
  cursor:help;
}
.param-list article>div{min-width:0;}
.param-list article p{
  position:absolute;
  top:50%;
  left:calc(100% + 12px);
  width:min(360px, calc(100vw - 32px));
  transform:translateY(-50%);
  z-index:8;
  display:none!important;
  margin:0;
  padding:13px 15px;
  border:1px solid #b9c9ff;
  border-radius:12px;
  background:#172b58;
  box-shadow:0 16px 34px rgba(18,37,79,.24);
  color:#fff;
  font-size:.84rem;
  line-height:1.5;
}
.param-list article[data-tooltip-side="left"] p{
  right:calc(100% + 12px);
  left:auto;
}
@media (max-width:760px){
  .param-list article p,
  .param-list article[data-tooltip-side="left"] p{
    top:calc(100% + 8px);
    right:10px;
    left:10px;
    width:auto;
    transform:none;
  }
}
.param-list article:hover,
.param-list article:focus{z-index:10;border-color:#9eb2ff;outline:none;}
.param-list article:hover p,
.param-list article:focus p{display:block!important;}

/* One-page source layout for the additional settings article. */
.additional-settings-source{
  max-width:920px;
  margin:40px auto 0;
  color:var(--ink);
}
.additional-settings-source h3{
  margin:0 0 14px;
  font-size:1.35rem;
}
.additional-settings-source p{
  max-width:780px;
  margin:0 0 22px;
  color:var(--muted);
  font-size:1.04rem;
  line-height:1.65;
}
.additional-settings-source .guide-shot{
  width:fit-content;
  max-width:100%;
  margin:28px auto;
}

/* Give the main parameters screenshot roughly ten percent more vertical room. */
#params-basic .guide-gallery.single .guide-shot,
#params-extra .guide-gallery.single .guide-shot{
  display:flex;
  flex-direction:column;
  min-height:clamp(400px,66vw,560px);
}
#params-basic .guide-gallery.single .guide-shot img,
#params-extra .guide-gallery.single .guide-shot img{
  flex:1 1 auto;
  min-height:0;
  max-height:none;
  margin-block:auto;
  object-fit:contain!important;
}

/* Preserve source proportions for screenshots displayed inside instruction dialogs. */
.instruction-modal-step .guide-shot{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
}
.instruction-modal-step .guide-shot img{
  width:auto!important;
  height:auto!important;
  max-width:100%!important;
  max-height:calc(75vh - 220px);
  object-fit:contain!important;
  align-self:center;
}
.instruction-modal-step .guide-gallery.single .guide-shot{
  width:fit-content;
  max-width:100%;
  justify-self:center;
}
@media (min-width:900px){
  .instruction-modal-step .order-create-gallery{
    grid-template-columns:repeat(3,minmax(0,1fr));
    justify-content:start;
  }
  .instruction-modal-step .order-create-gallery .guide-shot{
    width:fit-content;
    max-width:100%;
  }
  .instruction-modal-step .order-create-gallery .guide-shot img{
    max-height:min(42vh,380px);
  }
}
.instruction-modal-step .order-create-intro,
.instruction-modal-step .order-confirm-intro,
.instruction-modal-step .order-send-intro{margin-top:28px;}
.instruction-modal-step .order-send-gallery .guide-shot{
  width:fit-content;
  max-width:100%;
  justify-self:start;
}
.params-overview-shot .guide-shot{
  width:fit-content;
  max-width:100%;
  justify-self:center;
  display:flex;
  align-items:center;
  justify-content:center;
}
.params-overview-shot .guide-shot img{
  width:auto!important;
  height:auto!important;
  max-width:100%!important;
  object-fit:contain!important;
}
@media (min-width:900px){
  .instruction-modal-step .guide-gallery.single .guide-shot{
    justify-self:start;
    margin-left:0;
    margin-right:0;
  }
}

/* Receipt-app screenshots follow the single-window flow used in «Возврат». */
.receipt-source-structure .instruction-modal-step .guide-gallery{
  grid-template-columns:minmax(0,1fr);
  justify-items:start;
}
.receipt-source-structure .instruction-modal-step .guide-gallery .guide-shot{
  width:fit-content;
  max-width:100%;
  justify-self:start;
}
@media (min-width:1100px){
  .receipt-source-structure .instruction-modal-step .guide-gallery:not(.single){
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

/* Give the home-page hero roughly one extra tenth of a viewport in height. */
@media (min-width:981px){
  .hero{
    padding-top:calc(52px + 5vh)!important;
    padding-bottom:calc(42px + 5vh)!important;
  }
}
@media (max-width:980px){
  .hero{
    padding-top:calc(70px + 5vh)!important;
    padding-bottom:calc(58px + 5vh)!important;
  }
}
@media (max-width:580px){
  .hero{
    padding-top:calc(43px + 5vh)!important;
    padding-bottom:calc(43px + 5vh)!important;
  }
}

/* Taller exchange diagram with its sections sharing the added vertical space. */
@media (min-width:581px){
  .hero .exchange{
    display:grid;
    grid-template-rows:auto minmax(0,1fr) auto auto;
    min-height:555px;
  }
  .hero .exchange .systems{
    align-self:center;
  }
}

/* Design refinement: lighter hero, calmer secondary actions and denser instruction navigation. */
.hero::before{
  background:linear-gradient(135deg,#fbfcff 0%,#fff 52%,#f2f7ff 100%)!important;
}
.hero-actions .button.secondary,
.hero-actions .text-link{
  color:#3655c7;
}
.hero-actions .text-link{
  padding:11px 4px;
  font-weight:600;
}
.instruction-modal-list{
  gap:11px;
}
.instruction-modal-list__trigger{
  min-height:68px;
  padding:12px 18px;
  border-radius:16px;
  box-shadow:0 12px 30px rgba(15,23,42,.045);
}
.instruction-modal__title{
  position:sticky;
  top:0;
  z-index:1;
  display:flex;
  align-items:center;
  gap:10px;
  margin:0 calc(-1 * clamp(24px,5vw,72px)) 30px;
  padding:10px calc(clamp(24px,5vw,72px) + 70px) 10px clamp(24px,5vw,72px);
  background:#f8faff;
  color:#182949;
  font-size:1.05rem;
  font-weight:800;
  line-height:1.25;
  transition:background-color .18s ease,box-shadow .18s ease,backdrop-filter .18s ease;
}
.instruction-modal__title-number{
  display:grid;
  flex:0 0 auto;
  width:30px;
  height:30px;
  place-items:center;
  border:1px solid #5270f2;
  border-radius:50%;
  color:var(--blue);
  font-size:.74rem;
  font-weight:900;
  letter-spacing:.04em;
}
.instruction-modal-step.is-scrolled .instruction-modal__title{
  background:#f8faff;
  backdrop-filter:none;
  box-shadow:none;
  color:#182949;
}
.instruction-modal-step.is-scrolled .instruction-modal__title-number{
  border-color:#5270f2;
  color:var(--blue);
}
.instruction-modal-step.wiki-block > .wiki-block-head h3,
.instruction-modal-step.guide-step > div > h3,
.instruction-modal-step.source-action > div > h4:first-child{
  display:none;
}
.instruction-modal-step > .source-action-index{
  display:none;
}
.instruction-modal-step .step-num,
.basic-processing-modal .step-num{
  display:none!important;
}
.instruction-support-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  margin-top:42px;
  padding:24px 28px;
  border:1px solid #d7e1ff;
  border-radius:18px;
  background:linear-gradient(135deg,#f2f6ff,#fff);
}
.instruction-support-cta strong,
.instruction-support-cta span{
  display:block;
}
.instruction-support-cta strong{
  color:var(--ink);
  font-size:1.08rem;
}
.instruction-support-cta span{
  margin-top:4px;
  color:var(--muted);
  font-size:.88rem;
}
.instruction-support-cta .button{
  flex:0 0 auto;
}
@media(max-width:640px){
  .instruction-modal-list{gap:12px;}
  .instruction-modal-list__trigger{min-height:62px;padding:11px 16px;}
  .instruction-modal__title{margin:0 -20px 24px;padding:10px 80px 10px 20px;font-size:1rem;}
  .instruction-support-cta{align-items:stretch;flex-direction:column;gap:18px;padding:22px;}
  .instruction-support-cta .button{width:100%;}
}
@media(max-width:580px){
  .product-actions .button,
  .sources .button{
    width:100%;
  }
  .product-actions,
  .sources{
    gap:14px;
  }
}
.report-documents-label{
  margin-top:22px!important;
}
.report-documents-label + .feature-list{
  margin-top:8px;
  margin-bottom:26px;
}

/* Use the original asset size in application headers outside the phone layout. */
@media (min-width:581px){
  .product-title .app-icon{
    width:200px!important;
    height:200px!important;
    border-radius:42px!important;
  }
}




